Skip to content

akolatch/flaminGo-frontEnd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaminGo Front-end by Tonhil Hotels

Table of Contents


Introduction

'Property Management Solutin APP' Developed by a team of 11 developers

We developed this project as a group over the course of 7 days during the Hack Reactor program.
UPDATED NEEDED
  • Deployed our site on AWS can be found here.

Technologies

For this project, we used the following languages and frameworks in our implementation

  • Front-end

    • React Hooks Context
    • Axios
    • Webpack
    • Babel
  • Server

    • Nodejs
    • Express
    • Nodemon
    • Morgan
  • Back-end

    • MongoDB
    • Mongoose
  • Deployment

    • Docker
    • AWS
  • Test Suite

    • Jest
    • Enzyme
  • Style Guide

    • ESLint with AirBNB style guide

Components

Document can be found here.

0. LOGIN PORTAL PAGE

Main Landing Page:

  • This page will have a Login & Password
  • Each user will have their own token attached which will let them have certain permissions

1 .FRONT DESK COMPONENTS

  • Guest Check In
  • Guest Check Out
  • Check Room Status

2 .HOUSEKEEPING / MAINTENANCE COMPONENTS

  • See Tasks
  • Add Task Form
  • Check Room Status_intergrate into front-desk component

3. MANAGEMENT COMPONENTS

  • Employee List
  • Employee Details
  • Timesheets
  • Payments

4 .SYSTEM ADMIN COMPONENTS

Hotel Setup for each location :

  • Add rooms
  • Edit rooms

Installation Guidelines

  1. clone this repo to your local machine
  2. run npm install in this 'root' directory
  3. run npm run build-devin this 'root' directory
  4. run npm run sass
  5. clone 'flaminGo-backEnd' repo to your local machine in same folder for this repo
  6. run npm install in the flaminGo-backEnd 'root' directory
  7. run npm start in the flaminGo-backEnd 'root' directory
  8. find the site on localhost:7777

Have a great day!

About

Repo for only front-end w/ webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.6%
  • JavaScript 20.6%
  • CSS 12.8%