Skip to content

Phrdavis/todo-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

A todo list app made with React JS and Vite

Run the application

For install all the dependences:

  • Open the project in Visual Studio Code (or some IDE you like the most);
  • Press ctrl + " to open the terminal;
  • Enter: npm install;

Run the application:

  • Enter: npm run dev