Skip to content

dapx/react-context-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Context Todo App

A react todo app created using the new context api.

Project Structure

To improve the understanding, the project has been structured in this way:

  src/ -> source code root.
  src/modules -> set of components or functions from a specific domain, like helpers and contexts.
  src/components -> react components.
  src/flowtypes -> reusable flow types.

Stack

To achieve the todo app creation goals, I've used some already existing libraries and frameworks listed below:

Up and Running

  yarn install
  yarn start

Tests

  yarn test

About

A react todo app created using the new context api and other things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published