This is an open source appointment system that allows users to create, update, delete or view appointments. It is built using MERN stack and postgresql as database.
- React
- React Hook Form
- JS Fetch API
- TailwindCSS
- React Context API
- Zod
- Typescript
- Create, Update, Delete Appointment
- Search & Sort API Integrated
- Loading Skeleton
- Form Validation
- Clone the repository
git clone https://github.com/Aakashx2838/appointment-app-frontend.git- Install dependencies
with yarn : yarn
with npm : npm i
