React Based Todo List Web App
Posted on November 3, 2024
A simple Reactjs TodoList App

A simple Reactjs TodoList App
Preview: https://todoapp-one-sigma.vercel.app/
Prerequisites
Before running this project, make sure you have the following installed on your machine:
- Node.js (https://nodejs.org)
Technologies Used
- Reactjs
- TailwindCSS
Getting Started
1. Clone repository
git clone[repository URL]
2. Open project directory
open folder directory
3. Install all dependencies
npm i
Run app
npm run dev
- Open your browser and visit http://localhost:5173 to see the application running.
Thank you for making it to the end!