Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 610 Bytes

Zodiac Application

Zodiac application by nodejs, express, html, css/bootstrap and javascript where users can search for a particular zodiac sign of their interest and know about it along with the dates where it falls.

Link to live application

https://evening-gorge-46505.herokuapp.com/?

What you need to run this code

  1. Node (10.15.3)
  2. NPM (6.13.4)

How to run this code

  1. Clone this repository
  2. Open command line in the cloned folder,
  3. To install dependencies, run npm install.
  4. To run the application for development, run npm run development.
  5. Open localhost:3000 in the browser.