Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RoboticsAndCloud/TodoListWeb

The website shows how to create todo lists based on React, Vite, Typescript
https://github.com/RoboticsAndCloud/TodoListWeb

fontawesome javascript react typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://roboticsandcloud.github.io/eladmin_web_react)

## Demo



![](./todo1.png)
![](./todo2.png)
![](./todo3.png)
![](./todo4.png)

## Features

#### Completed
- Add
- Update
- Delete

## Getting started

### Environment
- node v16.20.1
- npm v9.2.0

### Installation

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

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

## Thanks

- Thank [gbopola](https://github.com/gbopola/todolist-app-react-js) for the template of the frontend