Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 901 Bytes

File metadata and controls

26 lines (16 loc) · 901 Bytes

Frontend Intern Assignment - Todo List

This project is a simple todo list application built with React.js. The application allows users to add, delete, and mark tasks as complete. image

Project Structure

The application consists of multiple reusable components which are combined to make the final UI. These components include:

  • Button.jsx: This component represents a button and has two variants - big and small.
  • Checkbox.jsx: This component includes a checkbox input and a label. The label is passed from props.
  • TodoRow.jsx: This component contains the Checkbox and Button component. The button is only visible on hover.

Technologies Used

  • React.js
  • HTML
  • CSS
  • JavaScript
  • Git for version control

Setup

To run this project, install it locally using npm: