This project is no longer maintained.
See it in action: https://new-year-countdown-nine.vercel.app/
This is a simple new year countdown(currently 2023).
You need Node.js(at least 12 is recommended.)
First, edit src/Config.js if would you like to change the configuration.
Then run:
npm install
npm start
The app will now be listening on http://localhost:3000.
To build, run(after running npm install):
npm run build
The built app will be in the build directory.