Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T03:27:35.000Z (over 1 year ago)
- Last Synced: 2023-08-27T04:19:14.826Z (over 1 year 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
![image](https://github.com/MarlonMontenegro/event_manager/assets/103525183/9672232e-e050-4adf-9730-cced1cf39acf)