https://github.com/iamsjunaid/todo-list-react
Todo-react is a simple todo app. It can store and retrieve your daily set of tasks from the browser's localstorage.
https://github.com/iamsjunaid/todo-list-react
css html javascript jest reactjs vite webpack
Last synced: 10 months ago
JSON representation
Todo-react is a simple todo app. It can store and retrieve your daily set of tasks from the browser's localstorage.
- Host: GitHub
- URL: https://github.com/iamsjunaid/todo-list-react
- Owner: iamsjunaid
- Created: 2023-06-10T08:29:22.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-16T06:00:34.000Z (about 3 years ago)
- Last Synced: 2025-01-13T14:53:37.556Z (over 1 year ago)
- Topics: css, html, javascript, jest, reactjs, vite, webpack
- Language: JavaScript
- Homepage: https://todo-list-react-8ect.onrender.com/
- Size: 536 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todo list
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Todo list** is an todos app. It can store and retrieve your daily set of tasks from the browser's localstorage. It consist of three navigation items.
- Home
- About
- Contact
## 🛠 Built With
HTML
CSS
Javascript
ReactJS
Vite
Jest
*tasks won'be deleted even after refreshing the browser*
*Beautiful UI*
- [Live Demo Link](https://todo-list-react-8ect.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: To clone or fork and run it in a browser
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone
https://github.com/iamsjunaid/todo-list-react.git
```
using Ubuntu:
```sh
cd my-desired-folder
git clone
https://github.com/iamsjunaid/todo-list-react.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
```sh
npm install
```
### Usage
To run the project, open with **index.html** with any web browser.
For example, for Google Chrome with Ubuntu:
```sh
cd math-magicians
npm start
```
👤 **Junaid Ahmed Syed**
- [@GitHub](https://github.com/iamsjunaid)
- [@Twitter](https://twitter.com/junaidahmedsd)
- [@LinkedIn](https://www.linkedin.com/in/junaid-syed-058b2779/)
- **Design changes**
- **Animations**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/iamsjunaid/todo-list-react/issues ).
If you like this project you can give a Star at project's [GitHub page](https://github.com/iamsjunaid/todo-list-react).
I would like to thank the code reviewers for making this project better.
This project is [MIT](https://github.com/iamsjunaid/todo-list-react/blob/main/LICENSE) licensed.