Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.81 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.81 KB
navigo logo

Navigo

version vite vite pnpm build status

Navigo makes searching for places quick and easy by adding drawing capabilities to the map. It makes finding rentals in a particular area or searching for restaurants just a click away! The app is developed with React.js with PWA support so it can be easily installed on mobile devices as well.

You can view the app at - https://navigo-app.pages.dev

Features

  • Draw on the map and search for places within the region.
  • Get place info such as address, phone, rating, photos and reviews.
  • Use the nearest Streetview to checkout the surroundings.
  • Calculate the distance and time to reach the place.
  • Get directions to your chosen place from your home.
  • Fully responsive with PWA capabilities for mobile devices.

Uses

  • React (Hooks), Linaria as CSS-in-JS solution
  • Workbox for PWA support
  • Google Maps API
  • Vite for bundling with route based code splitting
  • Prettier, Stylelint, Eslint for formatting and linting
  • Husky, lint-staged, commitlint for clean linted commits
  • Github Actions for CI/CD
  • Cloudflare Pages for publishing