Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anitatess/todo
ToDo app in different JS frameworks
https://github.com/anitatess/todo
angular angularjs css html javascript node nodejs npm reactjs svelte sveltejs sveltekit todo todo-list todoapp vanilla-javascript vuejs
Last synced: 3 days ago
JSON representation
ToDo app in different JS frameworks
- Host: GitHub
- URL: https://github.com/anitatess/todo
- Owner: AnitaTess
- Created: 2023-01-09T23:37:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T13:32:29.000Z (over 1 year ago)
- Last Synced: 2023-08-09T12:34:41.244Z (over 1 year ago)
- Topics: angular, angularjs, css, html, javascript, node, nodejs, npm, reactjs, svelte, sveltejs, sveltekit, todo, todo-list, todoapp, vanilla-javascript, vuejs
- Language: CSS
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo
ToDo app in different JS frameworks
Running apps after downloading zip project file:
To run React, Vue, AngularJS and Vanilla JS applications the only thing to do is to open the index.html files for them in your browser.
To run Svelte app you will need to install node on your machine. With node installed, go to projects folder and then write the following command in your terminal to run Svelte app on the localhost:
cd svelte
cd todo
npm install
npm run dev