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

https://github.com/ibrsec/todoapp-typescript

Todo app with typescript
https://github.com/ibrsec/todoapp-typescript

axios context material react typescript

Last synced: about 1 month ago
JSON representation

Todo app with typescript

Awesome Lists containing this project

README

          







Logo

Typescript Todo mockup App


An awesome Typescript Todo App (with mockup api)
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![todoapp-typescript](./public/project.png)](https://todoapp-react-ts-mock.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview


๐ŸŽฏ Used React environment with typescript
๐ŸŽฏ Context api is used for global statement
๐ŸŽฏ Axios is used for requests
๐Ÿ–ฅ Todos are stored in a mockUp api
๐Ÿ–ฅ Todos can be added
๐Ÿ–ฅ Todos can be edited
๐Ÿ–ฅ Todos status can be changed to completed
๐Ÿ–ฅ Todos can be deleted

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/todoapp-typescript.git

# enter the project directory
cd todoapp-typescript

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
todoapp-typescript (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---pages (folder)
| |
| |---components (folder)
| |
| |---context (folder)
| |
| |---helper (folder)
| |
| |---types.d.ts
| |---App.tsx
| |---App.css
| |---Index.tsx
| โ””---Index.css
|
|----tsconfig.json
|----package.json
|----yarn.lock
โ””----readme.md
```

(back to top)

---


### ๐Ÿ—๏ธ Built With













(back to top)