The user can see informations about all movies from worldwide.
- 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 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
- User can review movies
- ReactJS
- TheMovieDb API
- react-bootstrap
- axios
- useState
- useEffect
- react-router-dom
- more...
Before you start, you need to clone the repository using git clone
.
docker-compose up -d
-
npm install
oryarn install
for install dependencies. -
npm start
Now you are ready to go! :)
Feel free to send a PR :)