A simple and beginner-friendly Todo List app built with React.js.
This app demonstrates core React concepts like components, state, props, and event handling.
- Add new tasks β
- Mark tasks as complete βοΈ
- Delete tasks β
- Clean and minimal UI π
- Live state updates using React Hooks
Make sure you have Node.js and npm installed on your system.
# Clone the repository
git clone https://github.com/fahadkhanfahad/Todo_App_in_react_js_Baisc_Concept.git
# Navigate into the project folder
cd Todo_App_in_react_js_Baisc_Concept
# Install dependencies
npm install
# Start the development server
npm start