TodoApp is a UI that users can login to their favorite movie page list ( by using mockup login form and credentials ).
User can add a new movie with its tag and categorize their movies according to this tags.
Editing and deleting current movies are also possible.
You can reach the demo version here : https://stormy-falls-71878.herokuapp.com/
Clone down this repository.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000
The authenticated user credentials
username: john password: doe
