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!
- Add, and delete tasks
- Mark tasks as completed
- Persistent storage (local storage)
- Blossom-themed UI with pink & stylish elements
- 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
git clone https://github.com/jemorak/to-do-list-app.git
cd to-do-list-appnpm install
# or
yarn installnpm run dev
# or
yarn devOpen 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.
