fabhed / quick-do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quick-do

Implement a basic todo app with the following features:

  • Ability to add new tasks
  • Display a list of tasks
  • Mark tasks as completed
  • Delete tasks

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/quick-do.git
cd quick-do
npm i
npm run dev

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

Requirements

About


Languages

Language:JavaScript 91.1%Language:HTML 7.9%Language:Shell 1.0%