This project was bootstrapped with Create React App + TS.
- User can see all the latest movie on the front page
- User scroll down to see all other movies according to release date
- User can click on any of the movie to go to their own separate page
- User can then see all about the movie ratings, about, actors present on each separate movie page
- User can create an account
- User can create their own watch list
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Runs the cypress tests. You have to install cypress globally before running the tests. yarn global add cypress
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Builds the story book
runs story book on port 9009
- jest unit tests
- cypress e2e tests
- husky for prepush hooks
- eslint
- prettier
- Sentry
- CircleCi
- Heroku