https://github.com/marlonmontenegro/event_manager
This is a tutorial from The Odin Project's Ruby on Rails path. In this tutorial, I will learn to assist a non-profit organization focused on political activism. Your task is to engage event attendees by finding their government representatives based on zip codes.
https://github.com/marlonmontenegro/event_manager
Last synced: 4 months ago
JSON representation
This is a tutorial from The Odin Project's Ruby on Rails path. In this tutorial, I will learn to assist a non-profit organization focused on political activism. Your task is to engage event attendees by finding their government representatives based on zip codes.
- Host: GitHub
- URL: https://github.com/marlonmontenegro/event_manager
- Owner: MarlonMontenegro
- Created: 2023-08-25T19:18:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T03:27:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T17:16:08.457Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Manager
This is a tutorial from The Odin Project's Ruby on Rails path. In this tutorial, you will learn to assist a non-profit organization focused on political activism. Your task is to engage event attendees by finding their government representatives based on zip codes.
## What I've Learned
Throughout this tutorial, I've gained knowledge and skills in:
- Manipulating file input and output.
- Reading and processing data from a CSV file.
- Transforming CSV data into a standardized format.
- Utilizing data to interact with a remote service.
- Populating templates with user data.
- Mastering string manipulation techniques.
- Accessing Google's Civic Information API using the Google API Client Gem.
- Creating dynamic templates using ERB (Embedded Ruby).Completing this tutorial has provided me with a solid foundation for handling real-world data scenarios.
##ERB Templates
