This PMB Plus' frontend that allows students to buy second hand textbooks from each other.
Backend API repo π‘
- Next.JS
- AWS Lambda (Hosting)
- Apollo Client
- AWS Amplify
- Tailwind CSS
- Styled Components
Clone the repo and do the following
cd into the correct directory
$ cd pmb-plus-frontend/web
install the dependancies
$ yarn install
build the application so it runs on local host
$ yarn build