/simple-todo

I created this To-do app to exercise myself on how the props, state, and component works in React, with the help of create react-app.

Primary LanguageJavaScript

Todo App using React

Netlify Status

What is the reason behind on this project?

This is my first project in creating an app using React. I created this app to exercise myself on how the props, state, and component works with the help of create react-app. N|Solid

Demo

Visit simple-todo.kurtobando.com

Installation

$ npm install
$ npm run build