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 start
to 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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.