Skip to content

TRZMlEL/gitHubProfilesAPI

Repository files navigation

GitHub Profiles

Description

Using the GitHub API, I created a page to check users of this service. I drew inspiration for creating this page from the repository: 50projects50days

Screenshots

Desktop view

Desktop view 1

Desktop view 2

Mobile view

Mobile view 1

Mobile view 1

How to run the code

To run the code, you must have node.js installed. Then in the terminal in the project folder, you need to type

npm install

and then

npm run dev

Then click on the localhost link.

How to run the test

If u dont install packages type

npm install

Go to tests folder

cd tests

and than

npm run cypress:open

Go to E2E test and run in your browser test

Used tools

  • Figma
  • JavaScript
  • Vite
  • Vue 3
  • Tailwindcss
  • Cypress