Welcome to the QDeep Lunch Timer project! This website is designed to show the lunching time for QDeep startup.
This project is build using Next.js with Typescript
Countdown Timer with particles background
- Using tsparticles for the background
- 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