Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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