Skip to content

hassaancode/todoapp

Repository files navigation

React Todo List 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:

Technologies Used

  • Reactjs
  • TailwindCSS

Getting Started

  1. Clone repository
git clone [repository URL]
  1. Open project directory
open folder directory
  1. Install all dependencies
npm i
  1. Run app
npm run dev
  1. Open your browser and visit http://localhost:5173 to see the application running.

Thank you for making it to the end!