Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sayedihashimi/todojswebapp


https://github.com/sayedihashimi/todojswebapp

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This is a simple TODO app built with using **[JavaScript in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/javascript/javascript-in-visual-studio?view=vs-2022)**.
This front-end uses React and Vite.

## Get started in Visual Studio 2022
To get started with this in Visual Studio follow the steps below.

- Install Visual Studio 2022 with the Node.js workload as well as the Web workload
- Clone this repo locally
- F5 to Start Debugging

## Features

- **Add Tasks**: Users can input and add new tasks to the list.
- **Move Tasks**: Tasks can be moved up and down in the list.
- **Delete Tasks**: Users can remove tasks from the list.
- **Interactive UI**: Buttons allow task management directly from the interface.

## Get started outside of Visual Studio

Make sure you have the latest stable version of Node installed. Then run the commands below.

```bash
> cd todojswebapp
> npm ci
> npm run dev
```

### License

This project is licensed under the MIT License.