Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```