Skip to content

Bunk manager application with notifications enabled.

Notifications You must be signed in to change notification settings

sujairamprasathc/bunkalog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BunkaLog

Bunk manager application with notifications enabled.

Build with

  • ReactJS
  • reactstrap
  • Axios
  • React Google Login
  • JSCookie

Dev Dependencies

  • gh-pages
  • ESLint

Development

  1. Clone the repository and change directory
git clone <repo>
cd bunkalog
  1. Create env file and set the URL for the development API server (refer .env.example)

  2. Install npm dependencies

npm install
  1. Start the npm server
npm start

Deployment

  1. Change homepage in package.json
  2. Create env file and set the URL for the production API server (refer .env.example)
  3. Run npm install if you haven't
  4. Run npm run deploy and the project would be deployed using gh-pages

Style Guide

Google Javascript Style Guide is followed. The project uses ESLint to enforce the style. Configuration details can be found in .eslintrc.json file.

About

Bunk manager application with notifications enabled.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 87.8%
  • HTML 9.5%
  • CSS 2.3%
  • Shell 0.4%