Group travel made easy.
This project is still in development stages. Star this repo for more updates/details.
This project helps groups coordinate trips for groups. It eliminates the use spreadsheets. One single user is the group travel lead and has access to adding members and coordinating the whole vacation. Other users can view the trip and see items that they need to pay for. It also allows members to chat with each other in the chatroom. Use the calendar to countdown your vacation.
For the live version, go to the-excursion-app.web.app.
These instructions will get you a copy of the project up and running on your local machine.
You would need Node.js to install and run scripts.
Clone the project project and run the command npm install
or yarn install
to install all dependencies.
Start the project using npm start
or yarn start
.
Browser access is at http://localhost:3000/
. Press Ctrl + C
to kill http-server process.
Compile with babel using the command npm run build
. The compiled files will be in
the /server
and /public/scripts
directories.
This project is licensed under the MIT License - see the LICENSE.md file for details