###Project status Update
--The Demo site only reflects the original single page App. A new link will be provided once the multi-page app code is in better shape. Much work to be done yet.
(Please excuse any messy, unrefactored code. This project is a work in progress and is shared here as such.)
Demo Site Hosted at: https://react-groomer.netlify.app/index.html
This project was bootstrapped with Create React App.
Special thanks to: https://placedog.net/ for supplying awesome imagery of dogs free for use as placeholders within web project.
Special thanks to Ray Villalobos for introducing me to Tailwind CSS and providing inspiration for this project via a LinkedIn Course.
Ray Villalobos: https://www.linkedin.com/learning/instructors/ray-villalobos
LinkedIn Course Link: https://www.linkedin.com/learning/react-js-building-an-interface-8551484
Update: A brief look into development as of March 5, 2022. Documentation will soon be updated to include various new features added, including a Reviews system, registration, pet profiles and additional agile dev bits as I am able to get around to them in my 'pet' project here.
|
|
*This project has been created to practice working within the React Framework and learning Tailwind CSS. The application is a work in progress. It does not have all of the features I would like to add and plan to continue working on.
|
|
|
- At present, the application will allow a user to schedule a pet grooming appointment.
- The user may submit the appointment and it will show in the appointment list.
- The user may sort appointments from ascending to descending order, based on the pet's name, the owner's name or the date of the appointment.
- User (pet owner) Login
- Pet profile page / register pet / upload pet photo, breed, name, DOB, personality
- Grooming History / Rewards Points / tracking for free nail trim service
- Grooming Services Menu with prices
- Service total cost (minus tax) calculations based on services selected during scheduling
- Marketing Page with Sale/Discount Promotions
"autoprefixer": "^10.4.2",
"forms": "^1.3.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18"





