Skip to content

EgdeConsulting/next-dashboard-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Nextjs Dashboard Challenge

Description

The goal is to create a dashboard using the below set of technologies:

Pre-requisites

Create a new Nextjs app with the following options:

What is your project named? next-dashboard-challenge
Would you like to use TypeScript? Yes
Would you like to use ESLint? Yes
Would you like to use Tailwind CSS? Yes
Would you like to use `src/` directory? No
Would you like to use App Router? (recommended) Yes
Would you like to customize the default import alias? Yes
What import alias would you like configured? @/*

Todos

  • Recreate the screen below using the app/layout.tsx file for the navbar, and app/page.tsx for the content. Tailwindcss must be used for styling. Alt text

  • Add a product page app/products/page.tsx that displays the following: Alt text

  • Add navigation links to the navbar. Dashboard must navigate to root page, and Products must navigate to the product page. See below image for reference. The navbar must be available on all pages. Alt text Alt text

  • Add a form for creating a new product, and show all products in a table on the homepage:

  • [ ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published