Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayedihashimi/todojswebapp
https://github.com/sayedihashimi/todojswebapp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayedihashimi/todojswebapp
- Owner: sayedihashimi
- License: mit
- Created: 2024-09-05T19:00:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T18:09:59.000Z (4 months ago)
- Last Synced: 2024-10-12T14:12:05.749Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.