https://github.com/nlok5923/movie-db
https://github.com/nlok5923/movie-db
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlok5923/movie-db
- Owner: nlok5923
- Created: 2021-07-30T03:32:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T16:40:26.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T19:35:23.936Z (2 months ago)
- Language: JavaScript
- Homepage: https://movie-mover.netlify.app/
- Size: 6.42 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie-db
## Acheived Goals
- [X] Explore the API provided.
- [X] To list movies from the API provided.
- [X] Have a simple user registration (an email and password) and login.
- [X] Ability to search a movie/series with its name and if possible, with
- [X] various other fields (, actor, director, year, etc).
- [X] Search should be triggered without an enter or search button with a
delay of 2 seconds.
- [X] Ability to add movies to favourites and to remove from favourites as
well.
- [X] Users should be able to see movies he/she added as favourites.
- [X] Ability to logout.## Sneak Peak:
- Landing page of app.
- Register page
- Login page
- Dashboard where you can search, find and add movie to your favourite list.
- Dashboard menu for logout and navigation.
- Favourite page from where you can explore/delete your liked movies.
## Asset
- Deployed link: https://movie-mover.netlify.app/
## Authentication
- this app used simple session based authentication.## Test accounts
- Email: [email protected]
- password: 123456