Frontend Mentor Challenge Solutions
This is the collection of all my Frontend Mentor challenge solutions. You can find links to their repositories, live demos and direct links to challenges on Frontend Mentor so you can try them out yourself. Follow the instcutions below in case you decide to download or fork the project. I am using Vue so you will need additonal node modules to run the project locally.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint