-
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.
- Loading branch information
1 parent
ad40a97
commit 93c4108
Showing
1 changed file
with
15 additions
and
0 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 |
---|---|---|
@@ -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 |