/todo-app

Primary LanguageJavaScript

TODO App

This a simple ToDO App created with create-react-app npm package. This basically implements state update in React. I was also able to implement a component test with no conflicts or errors.

Alt todoapp


Getting Started

  • Clone the project from repository github.com/andela-efalayi/todo-app
  • In your terminal, cd into the cloned folder and run npm install.
  • Run npm start in your terminal. This runs the application on your local machine.