okyanusoz / new-year-countdown

New Year Countdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Longer Maintained

This project is no longer maintained.

New Year Countdown

Build Status

See it in action: https://new-year-countdown-nine.vercel.app/

This is a simple new year countdown(currently 2023).

Running it locally

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.

About

New Year Countdown

License:MIT License


Languages

Language:JavaScript 87.3%Language:HTML 12.1%Language:Shell 0.6%