https://github.com/ricardomrcruz/greenfoot
CO2 FootPrint Calculator Nodejs React TypeORM Typegraphql
https://github.com/ricardomrcruz/greenfoot
Last synced: 2 months ago
JSON representation
CO2 FootPrint Calculator Nodejs React TypeORM Typegraphql
- Host: GitHub
- URL: https://github.com/ricardomrcruz/greenfoot
- Owner: ricardomrcruz
- Created: 2024-11-08T01:02:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T22:32:12.000Z (11 months ago)
- Last Synced: 2025-03-29T10:30:06.481Z (6 months ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GreenFoot - Carbon Footprint Calculator Interface

## Overview
GreenFoot is an open-source carbon footprint calculator application developed collaboratively by multiple developers. It provides an intuitive interface for users to track and analyze their carbon footprint through various metrics and visualizations.
## Tech Stack
### Backend
- Node.js
- Apollo Server
- TypeORM
- TypeGraphQL
- JWT Authentication### Frontend
- React
- Next.js
- Flowbite UI Components### Testing
- Playwright for E2E testing
- Jest for unit testing## Application Screenshots









## Getting Started
1. Clone the repository
```bash
git clone https://github.com/yourusername/greenfoot.git
```2. Install dependencies
```bash
cd greenfoot
npm install
```3. Set up environment variables
```bash
cp .env.example .env
```4. Run development server
```bash
npm run dev
```## Contributing
We welcome contributions from the community! Please read our contributing guidelines before submitting a pull request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Acknowledgments
Special thanks to all the developers who have contributed to making GreenFoot possible.