A stage-based react-app to wish your favourite ones a happy birthday with a twist.
A live static demo can be found here.
-
Clone the repository & cd into it
git clone https://github.com/FireHead90544/PopKiz && cd PopKiz
-
Run the development server
npm run start
-
Open http://localhost:3000 to view it in the browser.
Edit src/content.json
to customize everything from name to messages to images. A sample template has been provided. Once done, the static build can be generated using npm run build
which can be served directly using gh-pages or any other static hosting.
See the section about deployment for more information.
To deploy on gh-pages
, update the homepage
url in package.json
and run npm run deploy
, then configure deployment settings if needed.
Built this for my friend Kizzy's birthday, that's where it got the name xD (I suck at naming stuff lol).