Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 754 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 754 Bytes

ToDoListApp

This is an application made with Vite 3.2.3 and React 18.2.0 in which we can manage our daily tasks.

The main purpose of this application is to use the UseState and UseEffect hooks that React provides, that code was written following good practices to make it easy to maintain and understand.

This project uses tailwind css and material tailwind react for the styles.

Run Locally

Clone the project

  git clone https://github.com/MarielaRH/ToDoListApp.git

Go to the project directory

  cd ToDoListApp

Install dependencies

  npm install

Start the server

  npm run dev