https://github.com/ryanlarge13/shellys-pets
Landing page for a local pet groomer in Buffalo, NY
https://github.com/ryanlarge13/shellys-pets
Last synced: about 1 year ago
JSON representation
Landing page for a local pet groomer in Buffalo, NY
- Host: GitHub
- URL: https://github.com/ryanlarge13/shellys-pets
- Owner: RyanLarge13
- Created: 2025-04-11T18:23:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-01T12:39:45.000Z (about 1 year ago)
- Last Synced: 2025-05-13T09:42:11.188Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://shellys-pets.vercel.app
- Size: 31.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shelly's Pets
**Shelly's Pets** is a beautiful and responsive landing page for a local dog grooming business based in Buffalo, NY. This site showcases the services offered, builds trust with potential clients, and provides a simple contact form to get in touch — all built with **React**, **Vite**, and **Tailwind CSS**.

## Features
- Responsive, mobile-friendly layout
- Clean and modern design
- Simple contact form powered by [EmailJS](https://www.emailjs.com/)
- Built with fast and modern tools
## Tech Stack
- **React** – Component-based frontend framework
- **Vite** – Lightning-fast development environment
- **Tailwind CSS** – Utility-first styling
- **EmailJS** – Send email directly from the frontend
## Getting Started
### Prerequisites
- Node.js (v16 or higher)
- npm or yarn
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/shellys-pets.git
cd shellys-pets
```
2. Install Deps
```
npm install
# or
yarn install
```
3. Create an .env file in the root with your EmailJS credentials:
```
VITE_EMAILJS_SERVICE_ID=your_service_id
VITE_EMAILJS_TEMPLATE_ID=your_template_id
VITE_EMAILJS_USER_ID=your_user_id
```
4. Start the dev server
```
npm run dev
```
## Deployment
You can deploy this site with platforms like Vercel, Netlify, or any static hosting provider. Run:
```
npm run build
```
Then upload the contents of the dist folder to your host.
## Contact
Feel free to reach out if you have questions or suggestions:
Website: shellyspets.com
Email: info@shellyspets.com
## License
This project is open source and available under the MIT License
See License [LICENSE](./LICENSE)