This project is a simple social media platform for dogs, designed for fun.
This project uses the following technologies:
The UI components were built using React and Typescript, with styling handled by CSS modules. Additionally, I incorporated Victory chart components to display statistics.
This project is live at https://dogs.mayconsacht.com. You can access it via the website, but if you prefer to run it locally, follow these steps:
- Clone the repository:
git clone https://github.com/mayconsacht/dogs.git
cd dogs- Install the dependencies:
yarn installAfter installing the dependencies, start the development server with the following command:
yarn startThen, open your browser and navigate to http://localhost:3000 to view the application.
The application is configured to consume APIs from a Node.js server, which is hosted on Vercel. You can find the server's code and details here.
This project is licensed under the MIT License.
