Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-vishi/ds-algo-web
A Web application containing programs for various data structures and algorithms.
https://github.com/i-vishi/ds-algo-web
highlightjs octokit paiza-io vuejs vuetify
Last synced: about 2 months ago
JSON representation
A Web application containing programs for various data structures and algorithms.
- Host: GitHub
- URL: https://github.com/i-vishi/ds-algo-web
- Owner: i-vishi
- License: mit
- Created: 2021-01-01T17:36:57.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-08T03:47:20.000Z (over 1 year ago)
- Last Synced: 2023-08-08T04:54:13.365Z (over 1 year ago)
- Topics: highlightjs, octokit, paiza-io, vuejs, vuetify
- Language: Vue
- Homepage: https://ds-algo-web.herokuapp.com/
- Size: 960 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DS-Algo-Web
View Demo »
Report Issue
·
Request a Feature
## About The Project
[![DS-Algo-Web Home Page][product-screenshot]](https://ds-algo-web.herokuapp.com/)
**DS-Algo-Web** is a web application built to get codes in popular programming languages for various **data structures and algorithms**. This web app is also integrated with [paiza.io compiler API](https://paiza.io) to run the code. All the algorithms shown on the web app are located at [DS-and-Algo Repo](https://github.com/i-vishi/ds-and-algo).
## :gear: Built with
- [Vue.js](https://vuejs.org) (2.x)
- [Vuetify](https://vuetifyjs.com)
- [Octokit](https://github.com/octokit)
- [Highlight.js](https://highlightjs.org/) (9.18.1)
- [paiza.io](https://paiza.io)## :hammer_and_wrench: Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## :page_with_curl: License
Distributed under the MIT License. See `LICENSE` for more information.
[product-screenshot]: assets/snapshots/homepage.png