Skip to content

vitoroberto/vite-todo

Repository files navigation

Vite Todo

A todo website made with React + Vite + localStorage to list, complete and delete your tasks.

Technologies   |    How To Use

website screenshot

Technologies

This project was developed with the following technologies:

How to use

To clone and run this application, you'll need Git, Node.js v18.12.1 or higher + pnpm v8.15.3 or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/vitoroberto/vite-todo.git
# Go into the repository
$ cd vite-todo
# Install dependencies
$ pnpm install
# Run the app
$ pnpm dev

design made by Matheus Susko.