https://github.com/joaoliveirapb/dogs
A social network for dogs.
https://github.com/joaoliveirapb/dogs
css-modules javascript lucide-icons react react-router-dom victory vite
Last synced: 2 months ago
JSON representation
A social network for dogs.
- Host: GitHub
- URL: https://github.com/joaoliveirapb/dogs
- Owner: joaoliveirapb
- Created: 2023-07-11T19:56:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T19:31:28.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T16:09:43.881Z (about 1 year ago)
- Topics: css-modules, javascript, lucide-icons, react, react-router-dom, victory, vite
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dogs 🐶
A social network for dogs.
## Table of Contents
- [Screens](#screens)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Contact](#contact)
## Screens


## Built With
- [React](https://reactjs.org/)
- [React Router](https://reactrouter.com/en/main)
- [JavaScript](https://javascript.info/)
- [CSS Modules](https://github.com/css-modules/css-modules)
- [Vite](https://vitejs.dev/)
- [Lucide Icons](https://lucide.dev/)
## Features
- Photo feed view
- Register with username, email and password
- Login
- Logout
- Password recovery
- Post photo with dog's name, weight, age and photo
- Publication statistics
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/joaoliveirapb/dogs.git
# Install dependencies
$ npm install
# Run the app
$ npm run dev
```
## Contact
- E-mail [joaoliveira.batista1@gmail.com](mailto:joaoliveira.batista1@gmail.com)
- LinkedIn [João Oliveira](https://www.linkedin.com/in/joao-oliveira-preto-batista/)
- GitHub [@joaoliveirapb](https://github.com/joaoliveirapb)