This repo is the React frontend of a pet appointment app. Frontend was built with React and CSS styling. To see Rails backend click here.
-
Live site here
- test username: test_user
- test password: 123
-
See demo here
-
User can create appointments for their pets through multiple locations and times.
-
User can add or delete pets.
-
User can view appointments on a dynamically updating calendar.
-
User can choose various services for their pet.
Below are instructions to view the application on your machine. Instructions assume you have React installed.
- Install dependencies
npm install
- Launch React
npm start