Typical Online store using Next.js, React.js, and Tailwind CSS
vid_1.2_1.mp4
- Utilizes Next.js features such as
<Link>
,<Image>
, and<Head>
- CRUD functionality on adding, updating, and removing products
- Form validations using formik and yup
- Page transitions using framer-motion
- Download, extract, and open typical_online_store-v1.2+
- Go to the directory in cmd and type in
npm i
- Once finished, type in
npm run dev
- Go to a web browser and type in
localhost:3000
as the link,localhost:4000
for the database (need to also add the key to access it likelocalhost:4000/products
)
- Uses Next.js 13