Driving Change is a website dedicated to exploring solutions for reducing car dependency and promoting environmentally-friendly public transit options. The goal of our project is to raise awareness about the environmental impact of car dependency and provide resources and information about sustainable transit alternatives.
- Graphs and Interactive Data Visualization: Interact with and build data intuition with visualized data that reveals the impact of cars on our world.
- information Resources: By providing further reading about the effect of cars on our environment and quality of life. Access resources for individuals and communities looking to reduce their reliance on cars.
- Frontend: HTML, JavaScript, TailwindCSS
- Framework: React.js
- Version Control: Git
- Data Processing: Python (Pandas, Matplotlib)
- Hosting: Cloudflare Worker Pages
- Our hosted website is found at [[INSERT LINK TO HOSTED WEBSITE HERE]]
- or ⤵
- Clone the repository:
git clone https://github.com/samp5/yesMA
- Start the development server Ensure node.js is installed and
npm install
npm start
- Visit http://localhost:3000 in your web browser to view the website
We welcome contributions from the community! If you'd like to contribute to Driving Change, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
. - Make your changes and commit them:
git commit -m 'Add my feature'
. - Push to the branch:
git push origin feature/my-feature
. - Submit a pull request.