{"id":27161313,"url":"https://github.com/eduolihez/hackathon-dewi","last_synced_at":"2025-06-22T06:07:19.430Z","repository":{"id":286189151,"uuid":"960602353","full_name":"eduolihez/hackathon-Dewi","owner":"eduolihez","description":"Dewi App is a modern web application created for the 8th TecnoCampus Hackathon. It helps users monitor and reduce water consumption with a responsive, user-friendly design.","archived":false,"fork":false,"pushed_at":"2025-04-05T16:34:01.000Z","size":9867,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T06:07:05.242Z","etag":null,"topics":["dewi-app","hackathon","nextjs","sustainability","tailwind-css","typescript","water-conservation"],"latest_commit_sha":null,"homepage":"https://dewi-hackathon.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eduolihez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2025-04-04T18:07:49.000Z","updated_at":"2025-04-07T16:31:28.000Z","dependencies_parsed_at":"2025-04-10T03:30:01.980Z","dependency_job_id":null,"html_url":"https://github.com/eduolihez/hackathon-Dewi","commit_stats":null,"previous_names":["eduolihez/hackathon-aigua25","eduolihez/hackathon-dewi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eduolihez/hackathon-Dewi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduolihez%2Fhackathon-Dewi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduolihez%2Fhackathon-Dewi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduolihez%2Fhackathon-Dewi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduolihez%2Fhackathon-Dewi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduolihez","download_url":"https://codeload.github.com/eduolihez/hackathon-Dewi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduolihez%2Fhackathon-Dewi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261244056,"owners_count":23129643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dewi-app","hackathon","nextjs","sustainability","tailwind-css","typescript","water-conservation"],"created_at":"2025-04-09T00:37:54.168Z","updated_at":"2025-06-22T06:07:14.248Z","avatar_url":"https://github.com/eduolihez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Banner --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/docs/img/banner.png\" alt=\"Dewi App Banner\" width=\"800\"/\u003e\n\u003c/p\u003e\n\n# Dewi App\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Deploy with Vercel](https://img.shields.io/badge/Deploy-Vercel-blue.svg)](https://vercel.com)\n[![Status: Prototype](https://img.shields.io/badge/Status-Prototype-orange.svg)](https://dewi-hackathon.vercel.app)\n[![Build Time](https://img.shields.io/badge/Built_in-24h-red.svg)](https://github.com/eduolihez/hackathon-Dewi)\n\n---\n\n## Overview\n\n**Dewi App** is an innovative prototype developed for the 8th edition of the TecnoCampus Hackathon. It empowers users to monitor and reduce water consumption, promoting responsible usage of water. This is not a complete, production-ready project, but rather a prototype that was crafted in less than **24 hours**.\n\nCheck out the prototype live: [dewi-hackathon.vercel.app](https://dewi-hackathon.vercel.app)\n\n---\n\n## Table of Contents\n\n- [Dewi App](#dewi-app)\n  - [Overview](#overview)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Tech Stack](#tech-stack)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Roadmap](#roadmap)\n  - [Contributing](#contributing)\n  - [Disclaimer](#disclaimer)\n  - [License](#license)\n  - [Collaborators](#collaborators)\n\n---\n\n## Features\n\n- **Water Consumption Monitoring:** View data and insights on water usage.\n- **User Empowerment:** Actionable tips to encourage responsible water usage.\n- **Modern UI/UX:** Built with a responsive design to offer a seamless experience across devices.\n- **Quick Setup:** Prototype built rapidly for demonstration purposes.\n\n---\n\n## Tech Stack\n\n- **Framework:** Next.js\n- **Language:** TypeScript\n- **Styling:** Tailwind CSS\n- **Deployment:** Vercel\n\n---\n\n## Installation\n\nTo run the project locally:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/eduolihez/hackathon-Dewi.git\n   cd hackathon-Dewi\n   ```\n\n2. **Install dependencies:**\n\n   Using pnpm (recommended):\n   ```bash\n   pnpm install\n   ```\n   Or using npm:\n   ```bash\n   npm install\n   ```\n   Or using yarn:\n   ```bash\n   yarn install\n   ```\n\n3. **Run the development server:**\n\n   Using pnpm:\n   ```bash\n   pnpm dev\n   ```\n   Or using npm:\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser:**\n\n   Navigate to [http://localhost:3000](http://localhost:3000) to see the app in action.\n\n---\n\n## Usage\n\nDewi App is designed as a prototype to showcase innovative ideas for water conservation. While exploring the app, please note that some functionalities may be incomplete or simplified due to the rapid development cycle.\n\n- **Dashboard:** Get an overview of water usage data.\n- **Insights:** Learn tips and suggestions for saving water.\n- **User Settings:** Customize your experience (prototype features).\n\n---\n\n## Roadmap\n\nGiven the rapid development (under 24 hours), future improvements may include:\n\n- Full integration with real-time water usage data.\n- Enhanced user authentication and data persistence.\n- Additional interactive features and more detailed analytics.\n- UI/UX improvements based on user feedback.\n\n---\n\n## Contributing\n\nWe welcome contributions and feedback! If you have suggestions or want to help improve the prototype, please follow these guidelines:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to your branch (`git push origin feature/your-feature`).\n5. Open a pull request describing your changes.\n\nFor major changes, please open an issue first to discuss what you would like to change.\n\n---\n\n## Disclaimer\n\n**Note:** This project is a prototype developed in less than 24 hours as part of the TecnoCampus Hackathon. It is not fully functional or production-ready. All features are subject to further development and refinement.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## Collaborators\n\nFor any inquiries or further information, please contact:\n\n- **Edu Olivares** – [GitHub Profile](https://github.com/eduolihez) | [LinkedIn](https://linkedin.com/in/eduolihez)\n- **Marc Lumbreras** – [GitHub Profile](https://github.com/theroboters) | [LinkedIn](https://linkedin.com/in/marclumbreras)\n- **Nil Sentís** – [GitHub Profile](https://github.com/nilsentechnocampus) | [LinkedIn](https://linkedin.com/in/nil-sent%C3%ADs-bernal-a57172307)\n- **Jan Naranjo** – [LinkedIn](https://linkedin.com/in/jannaranjobanaset)\n- **Martí Jímenez** – [LinkedIn](https://linkedin.com/in/martijimenezcovas)\n---\n\n*Happy Water Saving!*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduolihez%2Fhackathon-dewi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduolihez%2Fhackathon-dewi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduolihez%2Fhackathon-dewi/lists"}