Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haadiiii/todo-typescript

Todo-list is a simple todo app built with TypeScript. It is a simple project to learn TypeScript, here you can add, edit, and delete todos, and they will be saved in your local storage.
https://github.com/haadiiii/todo-typescript

netlify npm reactjs tailwindcss typescript

Last synced: about 1 month ago
JSON representation

Todo-list is a simple todo app built with TypeScript. It is a simple project to learn TypeScript, here you can add, edit, and delete todos, and they will be saved in your local storage.

Awesome Lists containing this project

README

        

# 📗 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-TypeScript]

**[Todo-TypeScript]** is a simple todo app built with TypeScript. It is a simple project to learn TypeScript, here you can add, edit, and delete todos, and they will be saved in your local storage.

## 🛠 Built With

### Tech Stack

Client

### Key Features

> Describe between 1-3 key features of the application.

- Add a todo
- Edit a todo
- Delete a todo
- Local storage
- Responsive design

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://todo-haadiii.netlify.app/)

(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:

```sh
node
npm
```

### Setup

Clone this repository to your desired folder:

```sh
git clone github.com:Haadiiii/todo-typeScript.git
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run dev
```

(back to top)

## 👥 Author

👤 **Hamid ALi**

- GitHub: [Haadiiii](https://github.com/Haadiiii)
- LinkedIn: [Hamid Ali](https://www.linkedin.com/in/hamid-ali-haadii/)

(back to top)

## 🔭 Future Features

- implement a backend
- implement a database
- implement authentication

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]().

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

I would like to thank [The Odin Project](https://www.theodinproject.com/) for providing me with the opportunity to learn and practice web development.

(back to top)

## ❓ FAQ (OPTIONAL)

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)