Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iiitv/algos-web
Website for algos.
https://github.com/iiitv/algos-web
algoriths algos contribute-a-thon data-structures hacktoberfest iiitv react web
Last synced: 3 months ago
JSON representation
Website for algos.
- Host: GitHub
- URL: https://github.com/iiitv/algos-web
- Owner: iiitv
- License: mit
- Created: 2018-09-09T15:04:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T10:59:01.000Z (over 1 year ago)
- Last Synced: 2024-04-16T06:54:52.052Z (10 months ago)
- Topics: algoriths, algos, contribute-a-thon, data-structures, hacktoberfest, iiitv, react, web
- Language: JavaScript
- Homepage: https://algos-web.netlify.com
- Size: 2.04 MB
- Stars: 17
- Watchers: 7
- Forks: 22
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algos-web
[![Build Status](https://travis-ci.org/iiitv/algos-web.svg?branch=master)](https://travis-ci.org/iiitv/algos-web)
## Guidelines
- Add tests relevant to a component or service.
## Useful commands
### Install the dependencies
```
yarn
```### Run
```
yarn start
yarn build
yarn test
```### Deploy
_Requires push access, use carefully._
```
yarn deploy
```
### Design Link
[Click here](https://www.figma.com/file/A4vv1Di3lTGgrK0YoLDtEZ/Contribut-a-thon-Algos?node-id=0%3A1)### Go to wiki for contribution guidelines.