"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. Now, it has been adapted to Next.JS technology throughout the course provided by Origamid.
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 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 to be added... Default login > user: dog / pw:dog Api resets periodically, so don't expect your account or posts to remain...
To be added...
- 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
To run this project locally, follow the steps below:
-
Clone the repository:
git clone https://github.com/Barata-Ribeiro/Dogs_next.git
-
Install dependencies:
npm install
-
Run the project:
npm run dev
Contributions are welcome! Please feel free to submit a Pull Request or open an Issue.
This project is open source and available under the MIT License.