Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qridwan/xtodo-all-frameworks
Exploring all frameworks with single application
https://github.com/qridwan/xtodo-all-frameworks
angular nuxt pinia reactjs redux svelte vuejs
Last synced: 3 days ago
JSON representation
Exploring all frameworks with single application
- Host: GitHub
- URL: https://github.com/qridwan/xtodo-all-frameworks
- Owner: qridwan
- Created: 2024-05-05T14:29:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T05:00:58.000Z (6 months ago)
- Last Synced: 2024-05-19T06:20:30.113Z (6 months ago)
- Topics: angular, nuxt, pinia, reactjs, redux, svelte, vuejs
- Language: Vue
- Homepage:
- Size: 389 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The major focus of this project is to create the same todo application using different frontend frameworks or libraries. This will help in comparing and understanding the differences and similarities in implementation across different technologies.
## LIVE SITES
| Framework | Live Site |
| --------- | ------------------------------------------ |
| React.js | [REACTJS](https://xtodo-react.vercel.app/) |
| Vue.js | [VUE](https://xtodo-vue.vercel.app/) |
| Nuxt | [NUXT](https://xtodo-nuxt.vercel.app/) |## Frontend Frameworks/Libraries to Explore
| Framework | Status | Unit Test |
| ----------- | ------- | -------------- |
| React.js | DONE ✅ | TODO ⏳ |
| Angular | TODO ⏳ | TODO ⏳ |
| Vue.js | DONE ✅ | TODO ⏳ |
| Nuxtjs | DONE ✅ | In-Progress ⏳ |
| Svelte | TODO ⏳ | TODO ⏳ |
| Ember.js | TODO ⏳ | TODO ⏳ |
| Backbone.js | TODO ⏳ | TODO ⏳ |
| Solid.js | TODO ⏳ | TODO ⏳ |