Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.