Skip to content

jemorak/to-do-list-app

Repository files navigation

🌸 PowerPuff Blossom To-Do List App 🌸

📌 Overview

A simple and efficient To-Do List app built with Next.js and TypeScript, themed after Blossom from The Powerpuff Girls (never watched it lol)! This application helps users manage tasks by adding, and deleting them with a clean UI, featuring a pink and stylish aesthetic inspired by Blossom. I need to implement edit feature at some point!

🚀 Features

  • Add, and delete tasks
  • Mark tasks as completed
  • Persistent storage (local storage)
  • Blossom-themed UI with pink & stylish elements

🛠️ Tech Stack

  • Frontend: Next.js, React, TypeScript --> This is a Next.js project bootstrapped with create-next-app.
  • State Management: React Context API
  • Styling: CSS Modules / TailwindCSS (Blossom-themed color scheme)
  • Data Handling: Local storage

Getting started

1️⃣ Clone the Repository:

git clone https://github.com/jemorak/to-do-list-app.git
cd to-do-list-app

2️⃣ Install dependencies:

npm install
# or
yarn install

3️⃣ Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors