Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 911 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 911 Bytes

QDeep Lunch Timer

QDeep Lunch Timer Preview

Welcome to the QDeep Lunch Timer project! This website is designed to show the lunching time for QDeep startup.

Table of Contents

Introduction

This project is build using Next.js with Typescript

Features

Countdown Timer with particles background

  • Using tsparticles for the background

Getting Started

  • You can modify the Time from page.tsx path: /src/app/page.tsx change timeToDays.
  • To change Sparticled configuration you can check it in /src/config/particlesConfig.ts
# Clone the repository
git clone https://github.com/MohamadSafi/QDeep-launch-countdown.git

# Change into the project directory
cd QDeep-launch-countdown

# Install dependencies
npm install

# Start the development server
npm run dev