Git Product home page Git Product logo

kemboijs.org's People

Contributors

dependabot[bot] avatar ezkemboi avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

derrickkip gachez

kemboijs.org's Issues

For faster development, make use of react

  • The utility kemboijs-cli is ready and need some documentation.
  • Making the app to use React, it will help us develop faster and get documentation for kemboijs-cli as faster as possible.

Add syntax highlighter

  • Make use of prismjs to create a code highlighter
  • This will be used in most parts of the website where it needs code samples/examples
  • Theme color can be either default or tomorrow night or set theme color in such a way that end-user chooses their own.

update how to contribute and pull request template

Are you having the ability to help the organization write their documentation?
Here is the chance:

  • Add how-to contribute (Include, how to fork, update, add commit, pull request, etc).

In addition(Not necessary as it will be agreed later) is setting of linting and commit rules.

Add options for different themes for prismjs code snippets

  • Add an option that the user can choose themes when checking code.
  • The default should be require('../node_modules/prismjs/themes/prism.css')
  • You can add different themes in a object and user can choose from them e.g
      // Can add this function to main.js
      const chooseTheme = {
                default: require('../node_modules/prismjs/themes/prism.css'),
                okadia: require('../node_modules/prismjs/themes/prism-okaidia.css')
       }
  • See an example screenshot of the firebase code snippet Link

Screen Shot 2019-07-12 at 21 35 26

update readme

  • Update read me and add information
  • This can be the organization details such as webpage
  • Add code samples
  • Add some descriptions etc.

set up build for travis and code coverage using Codeclimate or coveralls

We might need to set up tests and write tests for the application.
So, we would love, if someone can raise an issue for integrating the repo to Travis.
If, you need to do in CircleCI or any other CI/CD, please inform us/add a comment.

You can choose between using Codeclimate or coveralls for test coverage.

NB: You have to set up tests locally first.

Make sure navbar to be sticky

  • Make sure that navbar is sticky while maintaining the use of flex.
  • Instead of search bar being at the left sidebar, put it in the right side of the navbar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.