Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2.83 KB

README.md

File metadata and controls

60 lines (32 loc) · 2.83 KB

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!!

Basic features

  • [DONE] Add new todos

  • [DONE] Delete todos

  • [DONE] Mark completed todos

  • [DONE] Filter all todos, active todos, completed todos

  • [DONE] Count todos

What's I'm going to extends

  • [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

Test

Coverage