myFlix project is a single-page, responsive React application made for movie enthusiasts to access and save information about different movies. This client-side application supports the existing server-side REST API and database.
- Welcome page with user registration and login
- Displayed list of movies with accessible details about each movie, director, and genre
- Button to add or remove movies from favorite movies list
- Parcel
- React
- React Dom
- Node.js
- npm
- Clone the repository
git clone https://github.com/<your-username>/<your-repo-name>.git
- Navigate into the project directory and install the necessary dependencies
cd <your-repo-name> npm install
- Run the application locally.
npm start