Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 301 Bytes

A simple Todo App with Next.js

This is a simple Todo application built using Next.js. It allows users to create, delete and complele tasks. The application is designed to be deployed on Google Cloud using GitHub Actions.

Features

  • Create new tasks.
  • Delete tasks.
  • Mark tasks as completed.