https://github.com/apfirebolt/data-structures-and-algorithms-in-javascript
Some DS and Algo programs in Javascript
https://github.com/apfirebolt/data-structures-and-algorithms-in-javascript
algorithms algorithms-and-data-structures data-structures javascript primevue vue2
Last synced: about 1 year ago
JSON representation
Some DS and Algo programs in Javascript
- Host: GitHub
- URL: https://github.com/apfirebolt/data-structures-and-algorithms-in-javascript
- Owner: Apfirebolt
- Created: 2021-05-22T05:01:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T19:09:49.000Z (over 4 years ago)
- Last Synced: 2025-01-21T00:45:39.091Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, javascript, primevue, vue2
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github User Finder App - Vue JS and Vuesax ⚡️
## Project Briefing
Inspired by the Github Finder app written by Brad Traversy in React. This is the Vue version of the app with pretty much the same features as the one created by Brad here [Github Finder by Brad Traversy](https://github.com/bradtraversy/github-finder). This uses Vuesax UI library in Vue for UI components.
Made with ❤️ by **[@apfirebolt](https://github.com/Apfirebolt/)**
## Features
- Makes use of Github public API to search for users and repositories on Github.
- Github Search User functionality is provided.
- Search detail results is available for each user where you can see various details of the user and the recent repositories on which the user has worked on.
- Vuesax components used for Cards, Buttons, Grids and More in this app.
## Built With
* [Vue](https://vuejs.org//)
* [Vuesax](https://vuesax.com//)
## Project setup
Simply install node modules for the app and run the serve script.
```
npm install
npm run serve
```
For production, run the build npm command and serve the static files through a production or development server.
```
npm run build
npm start
```
## Project Screenshots
Please find some of the screenshots of the application. Below is the screenshot of the Search Page.

Screenshot of the user detail page where you can view Github user details of a user and the repositories they've worked on most recently.
