/TodoListWeb

The website shows how to create todo lists based on React, Vite, Typescript

Primary LanguageTypeScript

TodoListWeb

Introduction

  • The website to show how to create todo lists based on React + Vite + Typescript

Online Demo: https://roboticsandcloud.github.io/eladmin_web_react

Demo

Features

Completed

  • Add
  • Update
  • Delete

Getting started

Environment

  • node v16.20.1
  • npm v9.2.0

Installation

$ git clone https://github.com/RoboticsAndCloud/TodoListWeb.git
$ cd TodoListWeb
$ npm install

$ npm run dev   # URL: http://localhost:5173

Thanks

  • Thank gbopola for the template of the frontend