This repository serves as a guide to frontend frameworks by building the same projectβLyricFinderβin multiple frameworks.
Framework | Status | Folder |
---|---|---|
React | β Completed | lyricfinder-react |
SvelteKit | β Completed | lyricfinder-svelte |
Qwik | π Coming Soon | lyricfinder-qwik |
SolidJS | π‘ Planned | lyricfinder-solid |
Vue | π‘ Planned | lyricfinder-vue |
Each implementation follows best practices for that framework, making it easy to compare their approaches.
cd lyricfinder-react
npm install
npm run dev
cd lyricfinder-svelte
npm install
npm run dev