Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 926 Bytes

File metadata and controls

42 lines (28 loc) · 926 Bytes

Homos

Homos is a events customizer Hub, provide a continuously decrementing display of the months, days, hours, minutes, and seconds to a user entered event.

Tech

Homos uses a number of open source projects to work properly:

  • ReactJs - Javascript library for building user interfaces
  • Bootstrap - open source toolkit for developing with HTML, CSS, and JS.
  • json-server - Get a full fake REST API
  • sass - CSS with superpowers

Installation

clone the project and open the project directory

$ cd Homos
$ npm install

Development

Open your favorite Terminal and run these commands.

$ npm start

Verify by navigating to address in your preferred browser.

localhost:3000

Open another Terminal tab and run fake server API.

$ npm run sever