https://github.com/dills122/work-nest
Task management app leveraging Next.js
https://github.com/dills122/work-nest
nextjs webapp
Last synced: 2 months ago
JSON representation
Task management app leveraging Next.js
- Host: GitHub
- URL: https://github.com/dills122/work-nest
- Owner: dills122
- Created: 2024-12-12T22:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:22:44.000Z (over 1 year ago)
- Last Synced: 2025-10-24T16:31:04.679Z (8 months ago)
- Topics: nextjs, webapp
- Language: TypeScript
- Homepage:
- Size: 706 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work Nest Task Management App (Frontend)
This is the frontend for the Work Nest app for creating & managing tasks/to-do lists.
## Setup
You'll need `Node` to run this app.
```bash
# configure correct Node Version
nvm use lts/iron
# install everything
npm i
# Start FE App
npm run dev
# Or
npm run build
npm run start
```
App Screenshots




