Skip to content

danikger/CLNDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CLNDR

a countdown calendar

Check it out here

Getting Started

Installation

  1. Clone the repository.
  2. Navigate to the project directory:
cd clndr
  1. Install the dependencies:
npm install

Running the App

  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173 to see the app running.