Project: Cookie Stand Admin
Author: Andrea Riley(Thiel)
completed 02-28-2024 4:45PM EST
The spec for lab is screen shot of Cookie Stand Admin Version 1 pages/Index.js should…
- Have
<Head>component with page title set to Cookie Stand Admin - Have a
<header>component that matches spec. - Have a
<main>component containing<form>and a placeholder component showing JSON string of last created Cookie Stand. - Have a
<footer>component that matches spec. - Style app using TailwindCSS utility classes.
First, get dependencies:
npm install
Then, start the server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.