Trailista is a React app that uses The Hiking Project Data API to extract hiking trails based on user's location input.
https://trailista.herokuapp.com/ Login with the following: Username: krai Password: 123456
-
Locate trails by location (city and country)
-
Login and Registration
-
Logged in users can save trails to their favorites list
Assuming you have Ruby, Rails and Node.js installed,
- Fork and clone this repo
- From the root directory:
- Run
$ bundle install
- Run
$ rake db:migrate
- Run
cd
into the client directory- Run
npm install
- Run
- Go back to the root directory and run
rake start
- Front-end: JavaScript libraries (React, Redux)
- Redux Thunk middleware
- Back-end: Ruby on Rails
- Hiking Project Data API
- Mapbox API
- Bootstrap
- Axios
- Unsplash for background images
Bug reports and pull requests are welcome on GitHub at https://github.com/kriti-rai/trailista.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
All software is available as open source under the terms of the MIT License.