https://github.com/trzmlel/githubapi-profiles
page to check users of this service
https://github.com/trzmlel/githubapi-profiles
api cypress github-api vite vue
Last synced: 3 months ago
JSON representation
page to check users of this service
- Host: GitHub
- URL: https://github.com/trzmlel/githubapi-profiles
- Owner: TRZMlEL
- Created: 2023-11-12T21:21:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T20:35:50.000Z (about 2 years ago)
- Last Synced: 2025-03-26T22:17:38.620Z (10 months ago)
- Topics: api, cypress, github-api, vite, vue
- Language: Vue
- Homepage: https://trzmlel.github.io/gitHubProfilesAPI/
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/bradtraversy/50projects50days "50projects50days")
## Screenshots
### Desktop view


### Mobile view


## 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