MasterIceZ / events-countdown

countdown to event made with Next.Js and Typescript

Home Page:https://events-countdown.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events Countdown

Clone Project

git clone https://github.com/MasterIceZ/events-countdown.git

Create New Event

You can add new event at src/components/const/event.ts

Getting Started

You can either click Use this template button on this repository and clone the repo or create project with create-next-app like so:

npx create-next-app <APP_NAME> --example https://github.com/sozonome/nextchakra-starter
# or 
yarn create next-app <APP_NAME> --example https://github.com/sozonome/nextchakra-starter

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

References

About

countdown to event made with Next.Js and Typescript

https://events-countdown.vercel.app

License:MIT License


Languages

Language:TypeScript 87.1%Language:CSS 8.2%Language:JavaScript 4.6%