Skip to content

Commit

Permalink
Merge branch 'main' into category-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
minju25kim authored Jun 9, 2022
2 parents 3fcdf64 + 177d3b0 commit 42ee1db
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 91 deletions.
25 changes: 22 additions & 3 deletions README.md
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``
Loading

0 comments on commit 42ee1db

Please sign in to comment.