Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

DestCom-Student-Projects/Simply-React-ToDoList

Repository files navigation

Simply React ToDoList

A simple todo list made in react

Build with

  • Create-react-app
  • Tailwindcss

Features

You can add, change the status and delete the status of the task.

Installation

At first do npm install,
then :

Developement mode

Simply do a npm start at the root of the project

Production mode

Simply do a npm run build at the root of the project