Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamzalodhi2023/todo-app

Todo App Using React JS, Tailwind CSS,
https://github.com/hamzalodhi2023/todo-app

code coding css css3 cssflex cssflexbox html5 js react reactjs responsive responsive-design responsive-layout tailwind tailwind-css tailwindcss tailwindcss-plugin todo todoapp todolist

Last synced: 2 days ago
JSON representation

Todo App Using React JS, Tailwind CSS,

Awesome Lists containing this project

README

        

# To-Do App

Welcome to the To-Do App! This is a simple and intuitive application to manage your daily tasks, built using React.

## Live Demo

Check out the live demo of the app [here](https://react-app-bun.netlify.app/).

## Features

- Add new tasks
- Mark tasks as completed
- Delete tasks

## Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

Make sure you have the following installed on your machine:

- [Node.js](https://nodejs.org/) (v14.x or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/todo-app.git
```

### Navigate to the project directory:

```bash
cd todo-app
```

### Install the dependencies:

#### Using npm:

```bash
npm install
```

#### Using yarn:

```bash
yarn install
```

#### Using bun:

```bash
bun install
```

### Running the App

### To start the development server, run:

#### Using npm:

```bash
npm run dev
```

#### Using yarn:

```bash
yarn run dev
```

Thanks For Using This App.❤️