React Todo App

This is a simple react todo app.

Live-App : https://stickey-todos-reactjs.netlify.app/.

Instructions

First clone this repository.

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start