Live version: https://myflix-501fc4.netlify.app
This is the client-side interface for a movie app based on server-side REST API and database (movie_api). The interface is built with React and Bootstrap. Users are able to sign up and login, update their personal information, and create a list of their favorite movies.
- React
- React-Bootstrap
- Redux
- JavaScript
- Parcel
- SCSS
- HTML
- Axios
- proptypes
- React
- React-Bootstrap
- React-DOM
- React-Router-DOM
- Redux
- Clone the project
- Install all dependencies mentioned in package.json
- cd to the project directory
- Run it by:
$npm run dev
Note: Please make sure you install parcel v2!
You can use the command:
parcel src/index.html