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

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.

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

**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

### Tech Stack

HTML

CSS

Javascript

ReactJS

Vite

Jest

(back to top)

### Key Features

*tasks won'be deleted even after refreshing the browser*

*Beautiful UI*

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://todo-list-react-8ect.onrender.com/)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Junaid Ahmed Syed**

- [@GitHub](https://github.com/iamsjunaid)
- [@Twitter](https://twitter.com/junaidahmedsd)
- [@LinkedIn](https://www.linkedin.com/in/junaid-syed-058b2779/)

(back to top)

## 🔭 Future Features

- **Design changes**
- **Animations**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/iamsjunaid/todo-list-react/issues ).

(back to top)

## ⭐️ Show your support

If you like this project you can give a Star at project's [GitHub page](https://github.com/iamsjunaid/todo-list-react).

(back to top)

## 🙏 Acknowledgments

I would like to thank the code reviewers for making this project better.

(back to top)

## 📝 License

This project is [MIT](https://github.com/iamsjunaid/todo-list-react/blob/main/LICENSE) licensed.

(back to top)