Skip to content

fabianlopezdev/road-trip-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road Trip - Campgrounds

Road Trip is made for users to find places where they can set camp or park a van and spend the night or a few days. Users can also add campgrounds they discovered and share it with others.

road-trip-1 (1) road-trip-4 road-trip-2

Tech Stack

Front End

  • React - Main front end framework
  • Mapbox - Mapbox GL JS library for maps

Back End

Features

  • Users can explore the main map, find campgrounds and see detailed information about those
  • Users can add campgrounds they discovered
  • campgrounds are places where it's suitable to set camp or park a van and spend the night or a few days

Getting started

1. Run npm install in both the server and client folders

npm install

2. Turn on the server

nodemon index.js
  • make sure you are in the server folder

3. Run the React client from another terminal

npm start
  • make sure you are in the client folder

Original Author

Ana Ferrari Firmo - Github - LinkedIn

Refactored to Typescript and added testing by:

Donghoon Lee - Github - LinkedIn

and

Fabian Lopez Gonzalez - Github - LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • JavaScript 17.4%
  • CSS 16.2%
  • HTML 3.4%