{"id":20993801,"url":"https://github.com/tanmay-312/miniproject-sem6-2","last_synced_at":"2026-04-15T14:08:23.255Z","repository":{"id":234703926,"uuid":"789390478","full_name":"Tanmay-312/MiniProject-sem6-2","owner":"Tanmay-312","description":"A modern, responsive dog rescue website built with React for the frontend and Golang for the backend. This web application enables users to view, search, and adopt rescue dogs. It features a user-friendly interface, dynamic routing, and efficient API integration for a seamless user experience.","archived":false,"fork":false,"pushed_at":"2024-07-06T06:14:08.000Z","size":3078,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T00:34:46.520Z","etag":null,"topics":["dog-rescue","full-stack","fullstack-development","golang","react","tailwindcss","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tanmay-312.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-20T12:13:57.000Z","updated_at":"2024-07-06T06:14:11.000Z","dependencies_parsed_at":"2025-01-20T08:41:03.770Z","dependency_job_id":"5afa0031-bc6b-4e6c-82a2-bc03c9cfbe1d","html_url":"https://github.com/Tanmay-312/MiniProject-sem6-2","commit_stats":null,"previous_names":["tanmay-312/miniproject-sem6-2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tanmay-312/MiniProject-sem6-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmay-312%2FMiniProject-sem6-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmay-312%2FMiniProject-sem6-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmay-312%2FMiniProject-sem6-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmay-312%2FMiniProject-sem6-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tanmay-312","download_url":"https://codeload.github.com/Tanmay-312/MiniProject-sem6-2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmay-312%2FMiniProject-sem6-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31844442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dog-rescue","full-stack","fullstack-development","golang","react","tailwindcss","website"],"created_at":"2024-11-19T07:15:45.421Z","updated_at":"2026-04-15T14:08:23.236Z","avatar_url":"https://github.com/Tanmay-312.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n\n## Overview\n\nThis project is a web application built using React for the frontend and Golang for the backend. The application leverages a variety of tools and libraries to create a modern, responsive, and performant user experience.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies](#technologies)\n- [Features](#features)\n- [Contributing](#contributing)\n\n## Installation\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- [npm](https://www.npmjs.com/)\n- [Go](https://golang.org/)\n\n### Frontend\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Tanmay-312/MiniProject-sem6-2.git\n   cd MiniProject-sem6-2/client\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm start\n   ```\n\n### Backend\n\n1. Navigate to the backend directory:\n\n   ```bash\n   cd ../server\n   ```\n\n2. Build the Go application:\n\n   ```bash\n   go build\n   ```\n\n3. Run the Go server:\n\n   ```bash\n   ./your-go-app\n   ```\n\n## Usage\n\nAfter completing the installation steps, you can access the frontend of the application at `http://localhost:3000` and the backend API at `http://localhost:your-backend-port`.\n\n## Technologies\n\n### Frontend\n\n- **React**: A JavaScript library for building user interfaces.\n- **React DOM**: Serves as the entry point to the DOM and server renderers for React.\n- **React Router DOM**: Enables dynamic routing in a React web application.\n- **React Scripts**: Scripts and configuration used by Create React App.\n- **Axios**: A promise-based HTTP client for the browser and Node.js.\n- **Tailwind CSS**: A utility-first CSS framework for rapidly building custom designs.\n- **PostCSS**: A tool for transforming CSS with JavaScript plugins.\n- **Autoprefixer**: A PostCSS plugin to parse CSS and add vendor prefixes to CSS rules.\n- **Web Vitals**: A set of metrics to measure the quality of user experience on the web.\n\n### Backend\n\n- **Golang (Go)**: A statically typed, compiled programming language designed for building scalable and maintainable applications.\n\n## Features\n\n- **Responsive Design**: Utilizes Tailwind CSS for a fully responsive layout.\n- **Routing**: Implemented with React Router for dynamic page navigation.\n- **API Integration**: Uses Axios to interact with the backend API.\n- **Performance**: Optimized with Web Vitals to ensure a high-quality user experience.\n- **Scalability**: Backend built with Go for efficient performance and scalability.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature-name`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature-name`).\n5. Open a pull request.\n\n---\n\nFeel free to customize this README file further to fit the specific needs and details of your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmay-312%2Fminiproject-sem6-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmay-312%2Fminiproject-sem6-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmay-312%2Fminiproject-sem6-2/lists"}