Project developed during the Complete React course by Origamid.
The final result can be viewed at: react-app-dogs.vercel.app
Username: dog
Password: dog
This project simulates a social network for pets, allowing users to make posts, comment, and access their statistics.
- React
- JavaScript
- CSS
- HTML
- User registration and authentication
- Posting pet photos
- Commenting on posts
- Viewing statistics
- Clone the repository:
git clone https://github.com/victorfg21/react-app-dogs.git
- Navigate to the project directory:
cd react-app-dogs - Install dependencies:
npm install
- Start the development server:
npm start
The project will be available at http://localhost:3000/.