/goal-grab

Primary LanguageJavaScript

goal-grab

Create a basic todo app with the following features:

  • Ability to add new tasks
  • Ability to mark tasks as completed
  • Ability to delete tasks
  • Display a list of tasks with their status (completed or not)

Collaborate with GPT Engineer

This is a gptengineer.app-synced repository 🌟🤖

Changes made via gptengineer.app will be committed to this repo.

If you clone this repo and push changes, you will have them reflected in the GPT Engineer UI.

Tech stack

This project is built with REPLACE_WITH_TECH_STACK_SUMMARY.

REPLACE_WITH_TECH_STACK_POINTS

Setup

git clone https://github.com/GPT-Engineer-App-Dev/goal-grab.git
cd goal-grab
npm i
npm run dev

This will run a dev server with auto reloading and an instant preview.

Requirements