Roadtrip Fm

screenshot of Roadtrip Fm
react
remix
tailwind
headless-ui
prisma

A site that helps you find nearby radio stations in the U.S. Perfect for your next road trip!

Overview

RoadTrip.FM is a web application that helps users find locations and navigate while on a road trip. It provides two ways to search for locations - manual search and GPS search. The application is built using Remix, Tailwind CSS, Heroicons, Tailwind UI Kit, and other tools and libraries. It requires installation and configuration using Remix docs and Netlify. The project is open source and distributed under the MIT License.

Features

  • Manual Search: Allows users to manually select the city and state they are driving through to find locations.
  • GPS Search: Utilizes the browser's Geolocation API to retrieve the user's latitude and longitude and displays their location on a map.
  • Remix: Full-stack web framework used to build the application.
  • Tailwind CSS: Utility-first CSS framework for styling the user interface.
  • Heroicons: SVG icons used for various UI elements.
  • Tailwind UI Kit: UI components crafted with Tailwind CSS.
  • Headless UI: Unstyled, fully accessible UI components.
  • Prisma: ORM used for database-related work.
  • Countries States Cities Database: Full database of cities, states, and countries available in SQL format.
  • MySQL Database: Main data driver used by the application.
  • React Leaflet: React wrapper around the Leaflet.js library for displaying a visual map on the GPS search page.

Summary

RoadTrip.FM is a web application designed to assist road trip travelers in finding and navigating locations. It offers both manual search and GPS search options, allowing users to search for locations by city and state or by using their device's geolocation. The application is built using Remix, Tailwind CSS, Heroicons, and other libraries. Installation and configuration require following the Remix Docs and deploying the app on Netlify. The project is open source under the MIT License.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

netlify
Netlify

Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.