Welcome to Groveify! This repository contains the source code and documentation for Groveify, a project made for DevSoc Training Program. Groveify provides users with an interactive and visually appealing way to engage with productivity through an AI-Powered isometric map that grows as you do tasks.
Visually appealing interactive isometric map to motivate your work.
User-friendly draggable widgets for productivity.
Examples
To-Do List | Habit Tracker | Pomodoro Timer | GitHub Heatmap | Calendar |
- Programming Languages: Typescript
- Frontend: React.js, TailwindCSS
- Backend: Typescript
- Database: MongoDB
- AI: Dall-E
To run this project locally, follow these steps:
- Clone the Repository
git clone [email protected]:devsoc-unsw/trainee-earth-24t1.git cd groveify
- Run the Frontend
cd frontend npm run dev
- Run the Backend (in a different terminal)
cd backend npm run dev