Sanix-Darker / zzollo

A simple Search Engine for Open-sources projects on Github, GitLab and Bitbucket in one place !

Home Page:https://zollo.sanixdk.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zolo

A simple ReactJs-SearchEngine for Open-sources projects on Github, GitLab and Bitbucket !


DEMO-VIDEO

SEARCH-ENGINE-LINK

REQUIREMENTS

  • yarn/npm || docker
  • create-react-app

CLONE THE REPOSITORY

$ git clone https://github.com/Sanix-Darker/zzollo.git && cd zzollo

WITH DOCKER

$ docker build -t zzollo:latest -f ./Dockerfile .
$ docker run -p 3000:80 -it zzollo:latest

## or with the Makefile
$ make docker-build
$ make docker-run

HOW TO INSTALL & RUN

You just have to run :

$ yarn install
$ yarn start

# Using zolo.sh(this will install all deps, then build and serve)
# this will install globally 'serve' lib.
$ ./zolo.sh

APPLICATION WILL BE RUNNING ON

http://localhost:3007

How to contribute

Just follow these steps :

  • Create an issue with your fix/feature/improvement (Optionnal but recommended).
  • Fork the project.
  • Create a branch for your feature/update/fix(Make sure to have the latest master-branch updates).
  • Create a Pull Request to develop branch.
  • After a check, it will be merged to the project.

Author

About

A simple Search Engine for Open-sources projects on Github, GitLab and Bitbucket in one place !

https://zollo.sanixdk.xyz/


Languages

Language:JavaScript 82.1%Language:CSS 12.8%Language:HTML 3.9%Language:Dockerfile 0.6%Language:Makefile 0.3%Language:Shell 0.2%