{"id":48523605,"url":"https://github.com/arish-panjwani/cal-snap-react","last_synced_at":"2026-04-07T21:33:20.367Z","repository":{"id":268463652,"uuid":"858928992","full_name":"arish-panjwani/cal-snap-react","owner":"arish-panjwani","description":"Responsive calorie and workout tracker dashboard built with React, Bootstrap, and Redux.","archived":false,"fork":false,"pushed_at":"2026-03-13T05:36:11.000Z","size":26567,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-13T14:38:53.821Z","etag":null,"topics":["bootstrap","calorie-tracker","fitness-dashboard","health-tracking","react","redux"],"latest_commit_sha":null,"homepage":"https://calsnap.netlify.app/","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/arish-panjwani.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-17T19:20:33.000Z","updated_at":"2025-06-25T01:12:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6efc25c-4084-478f-8cec-b54837863c42","html_url":"https://github.com/arish-panjwani/cal-snap-react","commit_stats":null,"previous_names":["arish-panjwani/cal-snap-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arish-panjwani/cal-snap-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arish-panjwani%2Fcal-snap-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arish-panjwani%2Fcal-snap-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arish-panjwani%2Fcal-snap-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arish-panjwani%2Fcal-snap-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arish-panjwani","download_url":"https://codeload.github.com/arish-panjwani/cal-snap-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arish-panjwani%2Fcal-snap-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bootstrap","calorie-tracker","fitness-dashboard","health-tracking","react","redux"],"created_at":"2026-04-07T21:33:20.269Z","updated_at":"2026-04-07T21:33:20.349Z","avatar_url":"https://github.com/arish-panjwani.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cal-Snap React Dashboard\n\nCal-Snap is a web application designed to assist users in tracking their daily caloric intake and exercise routines. This branch enhances the user experience by integrating a responsive dashboard interface built with React and Bootstrap.\n\n## Features\n\n- **User Authentication**: Secure login and registration system to protect user data.\n- **Dashboard Overview**: Visual representation of daily caloric intake and exercise metrics.\n- **Food Logging**: Snap / Upload food items to track calorie consumption.\n- **Exercise Logging**: Record physical activities to monitor calories burned.\n- **Progress Charts**: Graphical display of user progress over time.\n- **Responsive Design**: Optimized for various devices, ensuring accessibility on desktops, tablets, and smartphones.\n\n## Technologies Used\n\n- **Frontend**: React, Bootstrap 5, Material UI\n- **State Management**: Redux\n- **Routing**: React Router\n- **Backend**: Java Springboot\n- **Database**: MySQL\n- **Authentication**: JWT (JSON Web Tokens)\n\n## Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone -b bootstrap_dashboard https://github.com/arish-panjwani/cal-snap-react.git\n   cd cal-snap-react\n   ```\n\n2. **Install Dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Environment Variables**:\n\n   Create a `.env` file in the root directory and configure the following variables:\n\n   ```env\n   VITE_API_URL=\"\"\n   VITE_API_IMG_URL=\"\"\n   VITE_API_HEALTH_SCORE_URL=\"\"\n   ```\n\n   Contact for exact base URL\n\n   These variables point to the backend services required for the application.\n\n4. **Run the Application**:\n\n   ```bash\n   npm run dev\n   ```\n\n   The application will be accessible at `http://localhost:5173`.\n\n## Backend Setup\n\nThe backend services for this project are available in a separate repository. To set up the backend:\n\n1. **Clone the Backend Repository**:\n\n   ```bash\n   git clone https://github.com/MukulGarg0097/CalSnap.git\n   cd CalSnap\n   ```\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a new branch for any feature additions or bug fixes. Submit a pull request with a detailed description of your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [React](https://reactjs.org/)\n- [Bootstrap](https://getbootstrap.com/)\n- [Redux](https://redux.js.org/)\n\n---\n\nThis updated README provides clear instructions on setting up both the frontend and backend of the Cal-Snap application, ensuring that developers can easily understand and contribute to the project. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farish-panjwani%2Fcal-snap-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farish-panjwani%2Fcal-snap-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farish-panjwani%2Fcal-snap-react/lists"}