Here's the present state of the project: https://checklist-gilt.vercel.app/
It should look like this: https://checklist-ans.vercel.app/
Bonus points if you can make it better than the example.
Clone this project and install dependencies:
git clone https://github.com/Shubham-Rasal/checklist.git
cd https://github.com/Shubham-Rasal/checklist.git
npm install
# or
yarn
# or
pnpm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
The main checklist component is in app/components/Checklist.js
. You can start editing the file and see the changes in the browser.
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!
In a galaxy far, far away, a group of rebels embarked on a critical mission against the Empire. Their success relied on an outdated checklist UI that hindered their progress and caused confusion. A talented developer named Leia, skilled in the ways of Tailwind CSS, joined their cause. Can you help Leia build a new checklist UI that will help the rebels complete their mission?