Skip to content

julia-kurganskaia/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

A list of steps I used to build this app:

  1. Design a database to store a list of tasks, e.g. task details, priority, completed yes/no
  2. Build the migrations and seed data
  3. Build an API to list, add, update and delete
  4. Test your API with Postman/Insomnia
  5. Build React Components from static html
  6. Design Redux Global State (think of it like a JS object)
  7. Build Redux Reducers (the properties or keys of your state design are reducers, the values are hard-code static data as initialState)
  8. Build API Client in the front end
  9. Build Thunk Actions to get task from the API
  10. Build Redux Actions to save task data from the API (remove hard-code initialState)

About

The Todo list to organize work and life :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •