-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into category-filter
- Loading branch information
Showing
7 changed files
with
316 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
# week5-bereket-minju | ||
|
||
## movie menu(imdb api) | ||
* user can add movie by search movie name | ||
* user can use category options to select some movie from what they add in the movie menu | ||
## movie menu | ||
- 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 | ||
- [ ] 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`` |
Oops, something went wrong.