Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/barata-ribeiro/dogs

Social network for dogs developed during the 'Complete React' course from Origamid.com. It uses the provided API developed by the teacher.
https://github.com/barata-ribeiro/dogs

css-modules css-modules-react dogs react react-hooks react-router social-media social-network vite vitejs vitejs-react

Last synced: 14 days ago
JSON representation

Social network for dogs developed during the 'Complete React' course from Origamid.com. It uses the provided API developed by the teacher.

Awesome Lists containing this project

README

        

# Dogs - Social Network

## 🌐 Description

"Dogs" is a unique social network exclusively for our four-legged best friends. It's an innovative platform that allows dog lovers and owners to share photos of their adorable pets, follow other users, and interact through comments. It was developed during the "Complete React" course from Origamid.com. The teacher provided both the design files and API.

Like Instagram, but purely for dogs, users can create an account, post pictures of their canines, and get statistical analysis of their posts. The platform has a dedicated page for users to check their posts and another one for statistics, which uses the React "Victory" charts library for data visualization. Users can also explore and comment on other users' posts, fostering a vibrant and interactive community.

## 👨‍💻 Demo

[Click here](https://dogs-lake.vercel.app) to see a live demo of the website.
Default login > user: dog / pw:dog
Api resets periodically, so don't expect your account or posts to remain...

![Dogs](./public/screenshot.gif)

## 🚀 Built With

- [React](https://reactjs.org/)
- [React Hooks](https://reactjs.org/docs/hooks-intro.html)
- [Redux](https://redux.js.org/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [Vite.js](https://vitejs.dev/)
- [CSS Modules](https://github.com/css-modules/css-modules)
- [Victory](https://formidable.com/open-source/victory/)

## 📚 Features

- User profile creation
- Posting photos of your dogs
- Exploring and commenting on other users' posts
- Checking your posts on a dedicated page
- Viewing post statistics using Victory charts library

## 🛠️ Project Setup

To run this project locally, follow the steps below:

1. Clone the repository:

```bash
git clone https://github.com/Barata-Ribeiro/Dogs
```

2. Install dependencies:

```bash
npm install
```

3. Run the project:

```bash
npm run dev
```

## 🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request or open an Issue.

## 📜 License

This project is open source and available under the [MIT License](LICENSE).