Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.14 KB

README.md

File metadata and controls

66 lines (52 loc) · 2.14 KB

Groveify

Introduction

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.

Features

Isometric Map

Visually appealing interactive isometric map to motivate your work.

image

Interactive Widgets

User-friendly draggable widgets for productivity.

Examples

To-Do List Habit Tracker Pomodoro Timer GitHub Heatmap Calendar

Technologies Used

  • Programming Languages: Typescript
  • Frontend: React.js, TailwindCSS
  • Backend: Typescript
  • Database: MongoDB
  • AI: Dall-E

Installation

To run this project locally, follow these steps:

  1. Clone the Repository
    git clone [email protected]:devsoc-unsw/trainee-earth-24t1.git
    cd groveify
  2. Run the Frontend
    cd frontend
    npm run dev
  3. Run the Backend (in a different terminal)
    cd backend
    npm run dev