A web app where users can buy and download books that are available
Client: React, TailwindCSS, Typescript
Others: Midtrans, JWT, Vite
Clone the project
git clone https://github.com/VindoKountur/waysbook-fe
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
To run this project, you will need to add the following environment variables to your .env file
VITE_BASE_URL=<link-to-backend>
VITE_MIDTRANS_CLIENT_KEY=<your-midtrans-client-key>