Skip to content

rw-PiotrSwierzko/todo-app-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Quick start

You’ll need to have Node >= 8.10

cd todo-app
npm install
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

React features used in project

  • Hooks - let you use state and other features without writing a class
  • Context - provides a way to pass data through the component tree without having to pass props down manually at every level
  • App state management based on useContext and useReducer hooks (Redux approach)
  • useEffect hooks used to persist app state in local storage

Running Tests

 cd todo-app
 npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published