Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavosilverio/my-todos
My-todos is a simple platform for creating tasks to be remembered in the future, a must-have project for programmers.
https://github.com/gustavosilverio/my-todos
nextjs nextjs-api react tailwind tansktack-query zustand
Last synced: 28 days ago
JSON representation
My-todos is a simple platform for creating tasks to be remembered in the future, a must-have project for programmers.
- Host: GitHub
- URL: https://github.com/gustavosilverio/my-todos
- Owner: GustavoSilverio
- Created: 2024-09-15T04:47:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:18:46.000Z (about 2 months ago)
- Last Synced: 2024-09-28T17:23:31.731Z (about 1 month ago)
- Topics: nextjs, nextjs-api, react, tailwind, tansktack-query, zustand
- Language: TypeScript
- Homepage: https://mytodos.gsilverio.com
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-todos ✅
My-todos é uma simples plataforma de criar tarefas para serem lembradas futuramente, um projeto obrigatório para os programadores.## 🛠️ Como Rodar o Projeto
1. Clone o repositório:
```bash
git clone https://github.com/GustavoSilverio/my-todos
```
2. Instale as dependências:
```bash
npm i
```
3. Rode o projeto:
```bash
npm run dev
```