A simple React + Vite Task Manager application designed to help you add, edit, delete, and track tasks. This project demonstrates React fundamentals, component-based architecture, state management, and localStorage persistence.
- React (Functional Components & Hooks: useState, useEffect)
- Vite (Fast development build tool)
- JavaScript (ES6+)
- CSS for styling
- localStorage for client-side persistence
- Git & GitHub for version control
- Add new tasks
- Delete tasks
- Edit existing tasks
- Mark tasks as completed
- Persist tasks across browser reloads using localStorage
- Clean and readable component structure
- Clone the repository:
git clone https://github.com/b-poole/task-manager.git
cd task-manager- Install Dependencies
npm install- Start the development server
npm run devOpen the app in your browser (usually http://localhost:5173/)
I’m an aspiring frontend developer building hands-on projects in React to strengthen my skills. Check out my LinkedIn and GitHub for more projects.
