- UI team: Steven Jefferson, James Goodnight, Itel Domingo
- Lead Frontend Developer: Matt Basile
- Lead Backend Developer: Asa Shalom
- Scrum Master: Timothy Hoang
- To view deployed app, visit: Guidr Home
- Info at the end to edit the source code
- Guidr is an app that helps backcountry guides of all types log their private/professional trips.
- Sign up for an account, add adventures, see different profile
- Currently: Stable Version v1.0 -- updates are possible, not currently planned (as of 2/8/2019)
- A powerful front-end platform built with React, Redux, React Router, Axios, Greensock, and Tailwind CSS
- Sign up and log into your own account
- Ability to add full name, location, and bio to a user's account
- Add/update/delete adventures
- Check out adventures in the Newsfeed
- Check out user's profiles
- Based on the "duration" of each trip, in hours, aggregate the trip durations and have a widget that displays how many private and professional hours the current guide has across their various categories.
- Allow users to upload photos to their trips.
- Allow users to download a professional resume that lays out their information.
- CRUD operations for users
- Github Repo: Guidr Client Repo
- Have stable NPM and NodeJS versions installed on your computer
- Navigate to the directory of choice and type
git clone https://github.com/guidr-app-lion-team/guidr-client-deploy.git
- Install necessary packages either with
npm install
oryarn
- Run the client with
npm start
oryarn start
, then navigate tohttp://localhost:3000/
to see the client - Open up the codebase with your favorite editor and hack away!