DonatelloTHM / Moribus-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moribus

Video Demo

Moribus is an outdoors adventure app that helps the user find their next camping destination. Once there, it assists with the navigation of common difficulties involved with being in the wilderness.

Link to Backend API

Table of Contents

Moribus Moribus

  1. Install Rails Backend API

  2. Install Node.js and npm

    $ brew install node

  3. Clone this repo and cd into the directory

  4. Install all dependencies

    $ npm install

  5. Make sure the Rails server is running and then run the app

    $ npm start

Search National Parks

Search National Parks

  • Search among 423 national parks that are sorted by distance relative to the user's location.
  • See the most recent informations about a park, courtesy of NPS API
  • Filter and sort the parks by different attributes.

Review A Park

Review A Park

  • Add a review about your experience at a national park.
  • Give a rating to a park.

Add Animal Sightings

Add Animal Sightings

  • Add animal sightings when you spot a dangerous animal.
  • Alert a user when entering the territory of a dangerous animal.
  • Show information about a dangerous animal.

Add Resource Sightings

Bookmark Establishments

  • Add sightings for essential resources during camping or hiking.
  • Show the closest resource at all times.

Auth Features

Auth Features Auth Features

  • Secure login and registration courtesy of JWT Auth, BCrypt.

About


Languages

Language:JavaScript 60.5%Language:SCSS 37.3%Language:HTML 1.2%Language:CSS 1.1%