This is a React app for creating and managing appointments for dog owners. The app includes multiple components, such as the Entry component, which is a form where dog owners can input their name, their dog's name, and an appointment date. The Schedule component displays a table of existing appointments and allows users to edit or delete appointments. The app uses useState hooks to manage user input and display updates. Additionally, the code includes functions for formatting dates and sorting appointments by time.
- React.js
- MockAPI.io
- JavaScript
- HTML
- CSS
This project was completed during a bootcamp and I am now working to develop it into a live site with front and backend functionality. You can view the new version's code at https://github.com/movarnell/townhomedogpark.