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).
- Compile bundle.js:
npm run build-prod
- Start the server:
num start
- Convert to TypeScript (partially complete - in progress)
- Convert state management to Redux (in progress)
- Refactor visuals to allow multi-form-factor devices
- Replace dummy login page with true user authentication
- Separate out events into travel, accomodations, activities, and dining -- with additional corresponding features
- Add a trip budget tracker
- Add an itenerary timeline
- Add a packing list and pre-trip actions
- More :)