Project build with the Vanilla Javascript. Parcel bundler used for the bundling. Site hosted with github pages.
You can see the demo of the project on - https://sagarchaudhari.me/birthday-calender Use content from data.json file
Local installation process:-
- git clone https://github.com/sagarrn23/birthday-calender.git
- cd birthday-calender
- npm install
- npm run dev - to start dev server
- npm run build - to build product ready files
- npm run deploy - to host site on github pages. You will need to modify homepage url in package.json file.