Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)