Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dills122/work-nest
Task management app leveraging Next.js
https://github.com/dills122/work-nest
nextjs webapp
Last synced: 5 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:22:44.000Z (2 months ago)
- Last Synced: 2024-12-12T23:25:30.375Z (2 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
![Home Page](/screenshots/home-page.png)
![Empty Home Page](/screenshots/empty-list-home-page.png)
![Delete Modal](/screenshots/delete-confirmation-modal.png)
![Create Page](/screenshots/create-page.png)
![Edit Page](/screenshots/edit-page.png)