https://github.com/simonemandola/get-any-github-user-svelte
Get any GitHub user, build with Vite + Svelte + TypeScript
https://github.com/simonemandola/get-any-github-user-svelte
github-api javascript sass svelte sveltejs typescript vite
Last synced: 4 months ago
JSON representation
Get any GitHub user, build with Vite + Svelte + TypeScript
- Host: GitHub
- URL: https://github.com/simonemandola/get-any-github-user-svelte
- Owner: simonemandola
- Created: 2023-12-01T14:40:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T17:09:16.000Z (over 2 years ago)
- Last Synced: 2025-08-24T18:28:56.619Z (9 months ago)
- Topics: github-api, javascript, sass, svelte, sveltejs, typescript, vite
- Language: Sass
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub API + Vite + Svelte + TS + SASS
[](https://git.io/typing-svg)
Application that retrieves any user from GiHub and shows the most relevant information.


> Live [here](https://get-any-github-user.netlify.app/) 🚀
## Docs 📄
- [Vite](https://vitejs.dev/guide/)
- [Svelte](https://svelte.dev/docs/introduction)
## Install 💾
Clone the repository https://github.com/simonemandola/get-any-github-user-svelte and install dependencies:
```bash
npm install
```
You need .env variable
```
VITE_GITHUB_TOKEN=
```
## Run Development Server 🏃♂️
Run the command below:
```bash
npm run dev
```
And open: [http://localhost:5173/](http://localhost:5173/)
## Build 🏗️
Run the command below:
```bash
npm run build
```
Publish directory: **/dist**
## Screenshots
### Desktop



### Mobile