This is a Scheduling Calendar application built with React, Tailwind CSS, dayjs, and Ant Design. It utilizes Context to manage state across the application and offers various features to schedule appointments effectively.
git clone https://github.com/layan2k/calender-main.git
cd calendar-main
npm install or pnpn install or yarn
npm run dev or pnpm run dev or yarn dev
npm run build or pnpm run buil or yarn build
build
directory.You can deploy the application to any static hosting platform like Netlify, Vercel, or Heroku.
The application utilizes localstorage to persist appointments. Appointments are stored as an array of objects, where each object contains the following properties:
{
date: "2023-12-05",
time: "10:00",
title: "Meeting with John Doe",
details: "Discuss project progress and next steps.",
}
https://ucalender.netlify.app/
We welcome contributions to this project! If you have any bug fixes, feature suggestions, or pull requests, please feel free to create an issue or submit your contribution through GitHub.
This project is licensed under the MIT license. See the LICENSE file for details.