Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egbertchen12 committed Jun 5, 2022
1 parent ad40a97 commit 93c4108
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions movie-list/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Movie List
A simple web application for movie fanatic

## Features
- listing movies from movie api
- searching movies by title
- add movies to your favorite list
- manage your favorite list

### Searching
type the title of the movies in search bar
### Favorite List
In index page, press the `+` button on the movie to keep it into favorite list.
You can checkout the favorite list in `favorite.html`
press `x` to remove it from favorite list

0 comments on commit 93c4108

Please sign in to comment.