Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.7 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.7 KB

Quick start

Run git clone https://github.com/Sharpness-B/linked-practice.git to get a copy of this repo.

Then cd linked-practice

Use npm run init-start to install dependencies, fetch quizzes and start the application. 🚀

After that, visit http://localhost:420/ and start practising linked!

Get up and practising

This web app lets you practice in a similar environment to an actual Linkedin quiz.

The quizzes are fetched from another GitHub repo that seems to have good momentum on updates: https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes

So.. What are you waiting for? Practice linked!

Command line

npm start starts the application.

npm install installs the necessary packages.

npm run clone-quizzes performs a git clone on the quizzes repo.

npm run pull-quizzes pulls the latest changes from an already cloned repo.

npm run fetch-quizzes clones the quizzes if not already done, otherwise, it pulls the latest changes

npm run init-start does everything above: installs dependencies, fetches quizzes and starts the application.

How it works (for users;)

homepage get ready page quiz highlighted answers result

Missing features

  • Line breaks in alternatives and questions
  • Pictures from the quizzes