This is a web application that allows users to manage media and media related notes.
The tech stack for this API includes:
- React.js
- TypeScript
- React Query
- Chakra UI
- React Hook Form with Zod
git clone https://github.com/bhupeshpr25/bingeboard-frontend
npm install
Create a .env file in the root directory with the following data :
VITE_API_BASE_URL=https://bingeboard.onrender.com/api
npm run dev
backend repository - code
live deployment- link