This is a simple React app that allows users to schedule appointments. It makes use of React, React Icons, and Tailwind CSS.
- Clone the repository.
- Navigate to the project directory and run
npm install. - Run
npm startto start the app.
- Once the app is running, navigate to the homepage to view a list of current appointments.
- To add a new appointment, click the "Add Appointment" button and fill in the necessary information.
- To edit an existing appointment, click the edit button next to the appointment and make your changes.
- To delete an appointment, click the delete button next to the appointment.
- React
- React Icons
- Tailwind CSS
- Sessions managed by generated passcodes for different groups
- Add full calendar graphics for ease of use
- Remove items on calendar that are more than a week old