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

https://github.com/ibrsec/checklistapp


https://github.com/ibrsec/checklistapp

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Typescript Next Todo App


An awesome Typescript Next Todo App (next 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

[![checklistapp](./public/project.png)](https://checklistapp-self.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview


๐ŸŽฏ Used Next environment with typescript
๐Ÿ–ฅ CheckList day shouldb e started first
๐Ÿ–ฅ Add checklists with time(00:00 format)
๐Ÿ–ฅ Checklists can be edited and deleted
๐Ÿ–ฅ Checklists status can be changed to completed
๐ŸŒฑ Checklists are stored in history tab according to their dates!

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/checklistapp.git

# enter the project directory
cd checklistapp

# install dependency
npm install || yarn install

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

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
checklistapp (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---app (folder)
| | |---page.jsx
| | |---layout.jsx
| | |---global.css
| | |
| | โ””---history (folder)
| | โ””---page.jsx
| |
| |
| |
| |---components (folder)
| |
| |---helpers (folder)
| | โ””---useChekclistApi.jsx
| |
| โ””---lib (folder)
| |---features (folder)(slices)
| โ””---store.js
|
|
|
|---next.config.mjs
|---.gitignore
|---postcss.config.mjs
|---tailwind.config.js
|---.eslintrc.json
|----jsconfig.json
|----package.json
|----yarn.lock
โ””----readme.md
```

(back to top)

---


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












(back to top)