Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribborges/tasks-web
https://github.com/ribborges/tasks-web
nextjs react tailwindcss typescript zustand
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ribborges/tasks-web
- Owner: ribborges
- License: mpl-2.0
- Created: 2024-05-14T18:00:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T14:17:07.000Z (11 days ago)
- Last Synced: 2025-01-20T15:27:38.054Z (11 days ago)
- Topics: nextjs, react, tailwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://richard-tasks-app.vercel.app
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasks app
## Running with npm
Download and install [node.js](https://nodejs.org/en).
Set the .env variable to your API URL (Variable name: API_URL).
Open your terminal/cmd on the repo directory and run:
```bash
> npm install
``````bash
> npm run dev
```[API repo](https://github.com/ribborges/tasks-api)