Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphtylove/art-and-dogs-website
Art and Dogs' website in React
https://github.com/graphtylove/art-and-dogs-website
javascript react website
Last synced: 11 days ago
JSON representation
Art and Dogs' website in React
- Host: GitHub
- URL: https://github.com/graphtylove/art-and-dogs-website
- Owner: GraphtyLove
- Created: 2019-08-10T21:38:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T16:38:12.000Z (5 months ago)
- Last Synced: 2024-08-17T17:47:02.929Z (5 months ago)
- Topics: javascript, react, website
- Language: JavaScript
- Homepage: https://www.art-and-dogs.com/
- Size: 37.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Art and Dogs website
## What is it?
Website for the groomer Daniele Snijers, to introduce her business and allow clients to contact her.
## How?
Made in react.
## Who?
- Programmed with ❤️ by [Maxim Berge](https://www.linkedin.com/in/maxim-berge/)
- Designed with ❤️ by [Cassandra Caestecker](https://www.linkedin.com/in/cassandra-caestecker/)## Screenshot
![Screenshot of the website](screenshot-site.png)## Communication with Back-end
The contact form is linked to a Firebase DB.
Use you own Firebase key to make it run.## Deployement
The deployement is managed with [Vercel](https://vercel.com/)## Project installation
### With NPM
```bash
npm install
```### With yarn
```bash
yarn install
```## Run project (development)
### With NPM
```bash
npm start
```### With yarn
```bash
yarn run start
```## Build optimised code for productions
### With NPM
```bash
npm run build
```### With yarn
```bash
yarn run build
```