Hello! This is a beginner's course on frontend web development that I am learning more about.
In this repository are various files based on different modules on the Scrimba course.
- HTML & CSS
- React.js and JS
- Learning your way around :)
Thank you for popping by. Walk with me as I learn to work around code!
Install the dependencies and run the project in watch mode
npm install
npm run build # or watch to rebuild on change
open index.html
Note that using Webpack is obselete and this archive has been provided for compatibility reasons. Prefer using Vite, check it at https://vitejs.dev
At Scrimba our goal is to create the best possible coding school at the cost of a gym membership! ๐ If we succeed with this, it will give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live and the size of their wallets ๐ The Frontend Developer Career Path aims to teach you everything you need to become a Junior Developer, or you could take a deep-dive with one of our advanced courses ๐
Happy Coding!