Master productivity while taking care of your virtual pet! ๐๐ถ๐ฑ
Pet Attention is a Pomodoro-style focus timer designed for pet lovers who want to stay productive while keeping their virtual pets happy. Earn rewards by completing focus sessions and ensure your pet stays healthy!
โ Pomodoro Focus Timer โ Work in focused sessions with break reminders.
โ Virtual Pet System โ Choose a Dog or Cat, name them, and take care of them.
โ Task Management โ Add and track your tasks for better productivity.
โ Background Customization โ Change the background to forest, snow, or city themes.
โ Break System โ Get short & long breaks to refresh your mind.
โ Data Persistence โ Your petโs name, color, and task list are saved using MongoDB.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB (Atlas)
- Deployment: Vercel (Frontend), Render (Backend)
1๏ธโฃ Clone the Repository
git clone https://github.com/aadithyaa9/pet-attention.git cd pet-attention
2๏ธโฃ Install Dependencies
cd client npm install
cd ../server npm install
3๏ธโฃ Run the Application
cd server npm start
cd ../client npm start