HarshBalwanix / tasks_management_system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task manager

This Task management project is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to access the App.

Local development setup

This App uses Firebase for storing App data, hosting and App APIs. To get the APIs locally working, you can start the firebase emulator using below command

To start Firebase emulator

firebase emulators:start it assumes you've firebase available in your system, if not install it.

Todos

There are many basic functionalities missing in the App. Your job is to identify and complete a task, that showcases your skills as a developer. The task should highlight your skills as a developer, writing clean code, unit tests as applicable, adding responsive and good looking ui along with writing any required APIs.

To help you pick a task, in this repo there are few //Todo notes, that will give you some heads on.

You can also mock APIs when needed.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About


Languages

Language:JavaScript 99.7%Language:CSS 0.3%