Assignment link: https://zelthy.com/assignments/frontend-intern
git clone <repository-url>
cd <repository-folder>touch .envVITE_API_BASE_URL= Here's the Django-based backend repository.
npm install
npm run devTech stack used - ReactJS, TailwindCSS, Framer-motion, DayJS. (everything in UI is made with scratch, no major library is used)
- View Available Slots: Users should be able to view available slots for other people in different timezones.
- Manage Availability: Users should be able to create, update, or delete their availability for different days.
- Beautiful UI with Animations: Provides a graphical understanding of booked slots with smooth animations.
- Drag to Update: Easily update slots by dragging and resizing them.
- Calendar View: Includes a calendar view with markers for busy days.
This is a template repository for submitting assignment for the Frontend developer internship at Zelthy. All those who are submitting the frontend assignment must use this template.
Assignment link: https://zelthy.com/assignments/frontend-intern
Submission form: https://forms.gle/o8tUdshRWS33tg8X6
- If you are reading this on GitHub, click the "use this template" dropdown in the top right corner of the page and select "Create a new repository".
- Next you will be redirected to create a new repository page on GitHub with this repository as a template. Fill the repository name and description and click "Create repository".
- And thats it! A new repository using this template has been created for you!
-
Clone the repository that you created using the instructions above.
-
Add and commit your changes to that repository.
-
Push the changes to github.
-
Go to the submission form and fill the details and submit the assignment.