/aussicamp

Primary LanguageTypeScript

AussiCamp - plan your next adventure

Build Status npm PRs Welcome GitHub license

Welcome to my final project for the coding bootcamp of new fish. AussiCamp is a planning app for all adventurers who like to travel through Australia by camper or tent. Using MapBox and Opentripmap, campsites are displayed on a map and then added to LocalStorage. Thus, one always keeps track of the entire trip.

The app is mobile first! A desktop version will be implemented later.


Install / Getting Started 💨

First, install dependencies

npm install

then run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.


Developing 👷‍♂️

Build with

  • React.js with hooks
  • Next.js
  • TypeScript
  • MapBox
  • OpenTripMap
  • Storybook
  • Husky
  • LocalStorage
  • Heroku

Deployment 🚀

The app is deployed on Heroku - Feel free to join: https://aussicamp.herokuapp.com/


This is a Next.js project bootstrapped with create-next-app.