Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.44 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.44 KB

Getting Started with Create React App

Features

  1. Create todo item
  2. Update todo status to todo or in progress or completed
  3. Dleete todo item
  4. List todo items (filters, pagination)
  5. User signup and login
  6. Application authorization
  7. Responsiveness

App screenshots

list dark theme list create todo update todo delete todo status filters validation message

Setup

This project was bootstrapped with Create React App.

Requirements

yarn 1.22.19 node v20.11.0 playwright 1.45.0 (optional)

Installation

yarn install

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn e2e

End to end test framework: Playwright. This will run all e2e specs.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.