Skip to content

kriti-rai/trailista

Repository files navigation

TRAILISTA

Trailista is a React app that uses The Hiking Project Data API to extract hiking trails based on user's location input.

Demo

https://trailista.herokuapp.com/ Login with the following: Username: krai Password: 123456

Features

  • Locate trails by location (city and country)

  • Login and Registration

  • Logged in users can save trails to their favorites list

Installation:

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
  • cd into the client directory
    • Run npm install
  • Go back to the root directory and run rake start

Technologies and Resources

Author

Blog Post

1 and 2

Contributing

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.

License

All software is available as open source under the terms of the MIT License.