Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1010 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1010 Bytes

Road Adventure - The platform to share your Road Trips

Technologies used

This is a MERN application (MongoDB, Express.js, React, and Node.js), React Semantic UI. Authentification is made with JWT.

Screenshots

Home Page

Image description

Profile Page

Image description

What this app does

A user can create an account, create and delete his own trips when logged into the app. A user without an account can look at the list of trips and see the detail of a selected trip.

The features I want to implement

  • Allow a user to update a trip
  • Allow a user to update his profile
  • Implement the Stops features: every Trip can have stops.
  • Upload a picture for the trip
  • Add a list of activities in the trip and stops
  • Form validation
  • Refactor to remove Semantic UI