Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fac24/week5-bereket-minju
SearchFlix(tmdb api)
https://github.com/fac24/week5-bereket-minju
Last synced: 3 days ago
JSON representation
SearchFlix(tmdb api)
- Host: GitHub
- URL: https://github.com/fac24/week5-bereket-minju
- Owner: fac24
- Created: 2022-06-08T10:38:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T09:50:27.000Z (about 2 years ago)
- Last Synced: 2023-03-04T04:41:41.916Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://searchflix-searchflix.netlify.app/
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# week5-bereket-minju
## SearchFlix
- tmdb api, vite, eslint and REACT
- user can add movie by search movie name
- user can use year(min max) options to select some movie.
## Criteria
- [x] Accept some user input (e.g. a username)
- [x] Query an API (e.g. the Github API, or any other fun one)
- [x] Populate the UI with API data
- [x] Have some form of persistent state and interactivity## Stretch criteria
- [x] Save your state to localstorage so you can leave the page and come back later
- [x] Make it look great## How to run in your local dev environment
1. Open a terminal on your computer.
2. ``cd`` to the folder where you like to keep projects.
3. ``git clone [URL of our GitHub repo]``
4. ``cd`` into the folder that git just made for you.
5. ``npm install``
8. You'll also need this VITE_TMDB_API_KEY=6e69e0d62854c242163267665c16d27f ``.env`` file.
9. When you're ready to run your local dev server, ``npm run dev``## Reference for movies
- [movie chart](https://www.imdb.com/chart/top)