Skip to content

To do app for you to create and manage lists of tasks that need to be completed.

Notifications You must be signed in to change notification settings

Naz1804/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo APP

This is a simple todo app built using React and vite. The app allows users to create and manage lists of tasks.

Technologies

  • React
  • Vite
  • JavaScript
  • HTML
  • CSS

Installation

First thing first is you need node.js installed. Use this Link to be sent to the node.js downloads.

  1. Then you can clone the code locally by copying the HTTPS from the <> Code button.

image

  1. Open a terminal window or open your code editor that you can open up a terminal.
  2. Navigate to the directory where you want to clone the repository.
  3. Then type git clone paste the HTTPS after that.
git clone https://github.com/Naz1804/todolist.git

To install the dependencies, run the following command in your terminal:

npm install

Then:

npm run dev

Next you will see this:

image

You have two options to either click on the http://localhost:5173/ or press o to open up the localhost.

You can always press h to see what more commands that will help you code.

Finally you have the project running !!

image

About

To do app for you to create and manage lists of tasks that need to be completed.

Topics

Resources

Stars

Watchers

Forks