/cf-test

Primary LanguageVue

cf-test

Project setup

npm install

Rename .env.local.example to .env.local and insert your ipstack API key there

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

What I could do better

(If I have more time)
  • Add loading animation on fetching course list
  • Add "Enroll" button with link to the course
  • Add hover animation on buttons and course cards
  • Apply styles similar to existing landing pages
  • Display error if fetch didn't succeed
  • Optimize css (and scss instead of css)