Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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,
- Host: GitHub
- URL: https://github.com/hamzalodhi2023/todo-app
- Owner: hamzalodhi2023
- Created: 2024-08-07T04:40:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T09:54:45.000Z (3 months ago)
- Last Synced: 2024-08-08T08:18:54.920Z (3 months ago)
- Topics: code, coding, css, css3, cssflex, cssflexbox, html5, js, react, reactjs, responsive, responsive-design, responsive-layout, tailwind, tailwind-css, tailwindcss, tailwindcss-plugin, todo, todoapp, todolist
- Language: JavaScript
- Homepage: https://react-app-bun.netlify.app/
- Size: 4.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.❤️