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.
First, install dependencies
npm install
then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- React.js with hooks
- Next.js
- TypeScript
- MapBox
- OpenTripMap
- Storybook
- Husky
- LocalStorage
- Heroku
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
.