This Task management project is a Next.js project bootstrapped with create-next-app
.
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.
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
firebase emulators:start
it assumes you've firebase available in your system, if not install it.
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!