This project is a calendar application built using React. It allows users to view and manage their events and appointments in a user-friendly interface.
- Create, edit, and delete events.
- View events in a monthly, weekly, or daily format.
- Responsive design for seamless usage on different devices.
- Clone the repository:
git clone https://github.com/jumagu/calendar-app.git
. - Navigate to the project directory:
cd calendar-app
. - Set up the environment variables by renaming the
.env.template
file to.env
in the root directory and updating the values as needed. - Install dependencies:
npm install
. - Start the development server:
npm start
. - Open your web browser and navigate to
http://localhost:5173
.
- Open your web browser and navigate to
http://localhost:5173
. - Sign up or log in to your account.
- Explore the calendar interface and start managing your events.