Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 664 Bytes

File metadata and controls

20 lines (13 loc) · 664 Bytes

React Todo Application

This is a simple React todo application built using Vite. Follow the instructions below to get started with the project.

Prerequisites

Before you can run this project, make sure you have the following installed on your machine:

  • Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
  • VS Code (Optional): For a better development experience, you can use Visual Studio Code.

Getting Started

  1. Clone the repository:

    git clone https://github.com/alanreji2004/react-todo
    cd react-todo
    npm install
    npm run dev