Skip to content

myShow is a MERN crud practice webapp which allows users to add movies of their interest for others to discover.

Notifications You must be signed in to change notification settings

ankiiisharma/myShows

Repository files navigation

myShow

A MERN CRUD practice project

About

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.

live here!

Features

  • Browse Movies: Browse through the collection of movies added by other users.
  • Search Functionality: Search for specific movies by title or genre.

Features yet to be achieved

  • 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.

Installation

To run myShow locally, follow these steps:

  1. Clone the repository:

    $ git clone https://github.com/ankiiisharma/myShow.git
  2. Navigate to the project directory:

    $ cd myShow
  3. Install dependencies:

    $ npm install
  4. Start the development server:

    $ npm start
  5. Open your web browser and navigate to http://localhost:3000 to view the application.

Usage

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.

Contributing

Contributions to myShow are welcome! To contribute:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push to your branch.
  5. Create a pull request.

About

myShow is a MERN crud practice webapp which allows users to add movies of their interest for others to discover.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published