marc-wittwer / coding-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding challenge

  1. Create a simple to-do list application using React and Tailwind for styling.
  2. The application should allow users to add, delete, and mark tasks as completed.
  3. Implement a filter feature to view all tasks, completed tasks and open tasks.

React documentation: Learn React https://react.dev/learn Tailwind documentation: https://tailwindcss.com/docs/margin

Setup

Install Node and npm via https://nodejs.org/en/download

# Install Node.js

# Install the packages for this repository
npm install

Run

npm start

# Open your browser and go to http://localhost:3000

About


Languages

Language:JavaScript 73.8%Language:HTML 12.4%Language:TypeScript 7.8%Language:CSS 5.9%