A web-based app for keeping track of your independent travel itineraries.
Rough wireframes can be found on Exaclidraw: (https://excalidraw.com/#json=Rdb4bcjoVysAtMFAvW4rW,DdS62Ucm0T2sq_RzXoMOsw
This itinerary builder is a collaborative project. If you want to get involved, join our Discord.
Also, if you don't currently have permissions to work in/clone the repo, let one of us know so we can add you.
The current status of tasks can be found on the project board. Feel free to assign yourself and get involved.
For guidelines on how to start contributing, please read the CONTRIBUTING.md file.
- React - A JavaScript library for building user interfaces.
- Redux - A Predictable State Container for JavaScript apps.
- TypeScript - JavaScript with syntax for types
- Tailwind - A utility-first CSS framework
$ client
│ # Static files
├── public
│
├── src
│ ├── App.tsx
│ # Components
│ └── Components
│
│ # Misc.
├── package.json
├── README.md
└── tsconfig.json