myShow is a project developed using the MERN stack along with Tailwind CSS and Vite. It allows users to add movies of their interest for others to discover.
- Browse Movies: Browse through the collection of movies added by other users.
- Search Functionality: Search for specific movies by title or genre.
- Add Movies: Users can add movies to the platform, providing details such as title, genre, and description.
- User Authentication: Users can create accounts and log in securely.
- Responsive Design: The application is designed to be responsive and accessible on various devices.
To run myShow locally, follow these steps:
-
Clone the repository:
$ git clone https://github.com/ankiiisharma/myShow.git
-
Navigate to the project directory:
$ cd myShow
-
Install dependencies:
$ npm install
-
Start the development server:
$ npm start
-
Open your web browser and navigate to
http://localhost:3000
to view the application.
Once the application is running, you can perform the following actions:
- Add a Movie: Share a movie recommendation by providing details such as title, genre, and description.
- Browse Movies: Discover new movies added by other users.
- Search for Movies: Use the search functionality to find specific movies by title or genre.
Contributions to myShow are welcome! To contribute:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your branch.
- Create a pull request.