Skip to content

descholar-ceo/fan7-bn-frontend

 
 

Repository files navigation

Barefoot Nomad - Frontend

Test Coverage Build Status

General Overview

A web application intend to make travel and accommodation easy and convenient.

Github

Git Repository

https://github.com/Stackup-Rwanda/fan7-bn-frontend.git

Client hosted on Heroku

https://barefoot-nomad-ui-staging.herokuapp.com/

Getting Started

Prerequisites to get this app running on your local system

  1. Any text editor(Preferrably VS Code)
  2. Git

Installation

  1. Clone this repository into your local machine:
git clone https://github.com/Stackup-Rwanda/fan7-bn-frontend.git
  1. Install dependencies
- npm install.

OR

- npm i
  1. Start the application by running the dev script in development mode
- npm run dev

Test

  • run test using npm test
  • run test in watch mode using npm run test:watch.
  • run test coverage using npm run test:coverage.

Features

Coding Style

  • Airbnb style guide.

Linting Library

  • Eslint

Testing Framework

  • Jest - JavaScript unit testing framework, used by Facebook to test services and React applications
  • Enzyme - JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components’ output

Compiler

Babel - Compiler for ES6 Javascript

Built With

  1. React (webpack)
  2. Redux
  3. SCSS
  4. Nodejs

Author

  • Fantastic 7 Group

License

ISC

Acknowledgement

  • Andela

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • CSS 20.1%
  • HTML 0.1%