efalayi / todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 74.1%Language:HTML 15.2%Language:CSS 10.7%