/zzollo

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

Primary LanguageJavaScript

Zolo

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


DEMO-VIDEO

SEARCH-ENGINE-LINK

Requirements

  • yarn/npm
  • create-react-app

Clone the repository

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

cd zzollo

How to install

You just have to run :

# Using yarn
yarn

# Using npm
npm install

How to launch

You just have to run :

# Using yarn
yarn start

# Using npm
npm start

# Using zolo.sh
./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