React Appointment App
This is a simple React app that allows users to schedule appointments. It makes use of React, React Icons, and Tailwind CSS.
Installation
- Clone the repository.
- Navigate to the project directory and run
npm install
.
- Run
npm start
to start the app.
Usage
- 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.
Technologies Used
- React
- React Icons
- Tailwind CSS
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License.