A Collection of Resources That Helped Me Build The Duckwyn Project

Here are all the great resources that helped me build Duckwyn, a travel passport book for kids to track where they’ve been in the world.
Thank you to all the people who have spent so much time publishing their work so that others can leverage their ideas and expand upon them. I’ll continue to add more resources as I use them.
Duckwyn is built on Ruby on Rails
- Membership Site with Stripe: If you want to get started on your idea fast, I recommend using something like this to get you started. It will get you setup with a fully functioning Rails app. You can get started on your project right away without having to manually setup payment and login systems.
- Will_Paginate Gem: Used to easily paginate through the travel journal. I also added Endless Scrolling.
- Possessive Gem: This simple gem makes it easy to correct add an apostrophe to names to show possession.
JavaScript
- JQV Map: a clickable jQuery vector map. This is used on the explore page to show highlight the states that people have visited.
- Clickable Map: I haven’t used this one yet but it could be used later since there are detailed maps of Africa and Latin America
CSS
- A CSS fix to prevent scrolling bounce on iOS devices. This fixed an annoying problem where scrolling through information at historical sites could cause the whole screen to bounce up or down.
- CSS Fireworks: easy to add to display fireworks animation
Photoshop
- Rubber Stamp Effect: This helped with the design of the stamps that go into the passport book when you visit each destination.
Icons
- Map Icons: I didn’t end up using these but they helped provide some inspirations for the icons I designed.
Google Maps
- Google Maps API Styling: This is a great way to play around and adjust the styling of Google Maps
Web Design
- Coolors.co: I used this to help build a color palette for the company
APIs
- Rest Countries: Standard information about each country
- Weather: Using Weatherbit.io to add 5 day weather forecasts to City Walking Tour pages.
Want to learn more about the Duckwyn Project? Check out our post on Medium.