This is a simple todo app built using React and vite. The app allows users to create and manage lists of tasks.
- React
- Vite
- JavaScript
- HTML
- CSS
First thing first is you need node.js installed. Use this Link to be sent to the node.js downloads.
- Then you can clone the code locally by copying the
HTTPSfrom the<> Codebutton.
- Open a terminal window or open your code editor that you can open up a terminal.
- Navigate to the directory where you want to clone the repository.
- Then type
git clonepaste theHTTPSafter that.
git clone https://github.com/Naz1804/todolist.gitTo install the dependencies, run the following command in your terminal:
npm installThen:
npm run devNext you will see this:
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.