Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)