Homos is a events customizer Hub, provide a continuously decrementing display of the months, days, hours, minutes, and seconds to a user entered event.
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
clone the project and open the project directory
$ cd Homos
$ npm installOpen your favorite Terminal and run these commands.
$ npm startVerify by navigating to address in your preferred browser.
localhost:3000Open another Terminal tab and run fake server API.
$ npm run sever