Skip to content

AI-powered isometric map based simulated economy homepage widgets (?)

Notifications You must be signed in to change notification settings

devsoc-unsw/trainee-earth-24t1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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