Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.59 KB

Description

A trip planning application for travelers to plan out and organize their activities for their vacation.

This is a work in progress with additional features and changes in the works (see below).

Login New Task

Setup

  1. Compile bundle.js: npm run build-prod
  2. Start the server: num start

Technologies

HTML5 CSS3 TypeScript JavaScript React Redux Express MongoDB

Future plans

  1. Convert to TypeScript (partially complete - in progress)
  2. Convert state management to Redux (in progress)
  3. Refactor visuals to allow multi-form-factor devices
  4. Replace dummy login page with true user authentication
  5. Separate out events into travel, accomodations, activities, and dining -- with additional corresponding features
  6. Add a trip budget tracker
  7. Add an itenerary timeline
  8. Add a packing list and pre-trip actions
  9. More :)