Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haadiiii/todo-typescript
- Owner: Haadiiii
- Created: 2023-03-06T19:49:46.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-03-07T15:39:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T05:44:41.376Z (3 months ago)
- Topics: netlify, npm, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://todo-haadiii.netlify.app/
- Size: 623 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]** 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.
Client
> Describe between 1-3 key features of the application.
- Add a todo
- Edit a todo
- Delete a todo
- Local storage
- Responsive design
- [Live Demo Link](https://todo-haadiii.netlify.app/)
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
```
👤 **Hamid ALi**
- GitHub: [Haadiiii](https://github.com/Haadiiii)
- LinkedIn: [Hamid Ali](https://www.linkedin.com/in/hamid-ali-haadii/)
- implement a backend
- implement a database
- implement authentication
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]().
If you like this project please give it a ⭐️!
I would like to thank [The Odin Project](https://www.theodinproject.com/) for providing me with the opportunity to learn and practice web development.
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._