react-todolist

React To-do List

A simple program to keep a to-do list using ReactJs and Tailwind CSS.

Demo

Click here to see demo

Javascript Library

CSS Framework

Feature

Color Reference

Color Hex
Primary Button Color #6366F1 #6366F1
Delete or Cancel Button Color #F43F5E #F43F5E
Save Button Color #10B981 #10B981

Run Locally

Clone the project

  git clone https://github.com/dealverina/react-todolist.git

Go to the project directory

  cd react-todolist

Install dependencies

  npm install

Start the server

  npm start