Skip to content

ozearkhan/thefuture.university

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Frontend Intern Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published