kaushalvivek / react-to-do

A simple to-do app in react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do

This is a simple to-do app created as a part of a learning react.

Functionalities :

  • Add to-do
  • Display to-dos
  • Cross off to-do
  • Show number of active to-dos
  • filters for all/inactive/active to-dos
  • Mark to-dos as complete
  • Delete button for todos

Pre-requisites:

  • Node
  • React

Usage :

  • Clone the repository or download a zip
  • Navigate to the root to-do/ folder
  • Run:
    npm install
  • Run :
    npm start
    

Based on the tutorial:

Practical React course by Ben Awad.

About

A simple to-do app in react

License:MIT License


Languages

Language:JavaScript 80.4%Language:HTML 12.7%Language:CSS 6.9%