A comprehensive bookstore application developed using Next.js 14. This application leverages nearly complete server-side rendering (SSR) capabilities and incorporates experimental form actions to enhance its functionality and user experience.
Live link: https://cyber-bookstore.vercel.app/
Client: NextJS with app router and tailwindcss
Server: NextJS API Routes
Clone the project
git clone https://github.com/gottfriedaniel/cyber-bookstore.git
Install packages with npm
npm install
And run the project via
npm run dev
Open http://localhost:3000 with your browser to see the result.
