This project was bootstrapped with Create React App.
This project represent my current developement skills, my workflow, TDD, unit test, GraphQL, React Storybooks
Original example todos app link
http://todomvc.com/examples/react/
Trello - Planning
Storybook - The design of components
GraphQL api & document - Better and modern than REST
Demo - Try it!!
- [DONE] Add new todos
- [DONE] Delete todos
- [DONE] Mark completed todos
- [DONE] Filter all todos, active todos, completed todos
- [DONE] Count todos
- [DONE] Realtime todos application
- [DONE] Search on todos
- [DONE] GraphQL service for better REST API
- [DONE] Persistent data to MongoDB
- [DONE] Motion animation
- [PROGRESS] Pagination
- [BUG] Fortune telling when you are working on todos app