The Beauty Planner is a React-based calendar designed to help hairdressers, barbers, and beauty specialists organize their day.
Live: https://beautyplanner-client.vercel.app/
- Creating clients
- Creating services
- Scheduling visits based on added clients and services in the calendar
- Setting aside free time in the calendar
- Modifying working hours
- Viewing the history of visits for every client in the database
- Labeling new clients to inform you in the calendar view
- Utilizing a mini calendar for quick date changes
- Changing the view in the calendar (day, week, month)
Client: React, Tailwind, React Query, Axios, Shadcn/ui, React icons, i18Next
Server: Node, Express, Bcrypt, Cors, Express session, JWT, Nodemailer, Passport
Database MongoDB
Clone the project
git clone https://github.com/Matis121/Scheduler-vite.gitGo to the client directory
cd frontendInstall dependencies
npm installStart the client
npm run devGo to the server directory
cd backendInstall dependencies
npm installStart the server
npm run dev


