Proyek ini dibuat untuk memenuhi tugas Proyek Akhir Semester (PAS) pada mata kuliah Pemrograman Lanjut (CSCM602223) yang diselenggarakan oleh Fakultas Ilmu Komputer, Universitas Indonesia pada Semester Genap, Tahun Ajaran 2023/2024.
This repository contains the frontend code for Buku.ID, an e-commerce platform for books. It leverages Next.js to ensure a responsive, high-performance user interface and utilizes Tailwind CSS for styling.
- Eryawan Presma Yulianrifat
(2206041335) - Restu Ahmad Ar Ridho
(2206028951) - Samuel Taniel Mulyadi
(2206081805) - Tegar Wahyu Khisbulloh
(2206082032) - Vinka Alrezky As
(2206820200)
- Modern UI: Utilizes Next.js and Tailwind CSS for a clean and modern interface.
- Interactive Elements: Updates dynamically using React's state management.
- SEO Friendly: Optimized for search engines with Next.js.
Access the deployment here: Buku.ID-fe Deployment
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
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!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.