https://github.com/rosines-almeida/dogs-one
Rede social de dogs, projeto desenvolvido durante o curso React Completo- Origamid
https://github.com/rosines-almeida/dogs-one
css html reactjs
Last synced: about 2 months ago
JSON representation
Rede social de dogs, projeto desenvolvido durante o curso React Completo- Origamid
- Host: GitHub
- URL: https://github.com/rosines-almeida/dogs-one
- Owner: Rosines-Almeida
- Created: 2021-04-21T19:36:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T17:03:10.000Z (about 3 years ago)
- Last Synced: 2025-01-22T07:33:50.420Z (3 months ago)
- Topics: css, html, reactjs
- Language: JavaScript
- Homepage: https://dogs-nu.vercel.app/
- Size: 536 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rede social dogs
Rede social de dogs - Projeto desenvolvido durante o curso React Completo- Origamid
https://dogs-nu.vercel.app
## Funcionalidades:
- Crie sua conta;
- Adicione fotos do seu pet;
- Acompanhe o numero de visualizações;
- Veja fotos de outros pets e comente;
## Aparência:
## Recursos utilizados:
* **Visual Studio Code**
* **React**
* **Vercel**
## Executando localmente o projeto
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```