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

https://github.com/qridwan/xtodo-all-frameworks

Exploring all frameworks with single application. 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.
https://github.com/qridwan/xtodo-all-frameworks

angular nuxt pinia reactjs redux svelte vuejs

Last synced: about 4 hours ago
JSON representation

Exploring all frameworks with single application. 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.

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 ⏳ |