Coder Social home page Coder Social logo

github-gist's Introduction

This project was bootstrapped with Create React App.

Github Gist Search

Single page application to Search on Github Gist Api.


Requirements

For development, you will need Node.js and a node global package, Yarn, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

Yarn installation

After installing node, this project will need yarn too, so just run the following command.

  $ npm install -g yarn

App installation

$ git clone https://github.com/sa3dwi/github-gist
$ cd github-gist
$ yarn install

App Configuration

Open github-gist/src/config.json then edit it with your settings:

  • minimum search characters
  • maximum search characters
  • localstorage key name

Run App

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

$ yarn start

Testing

$ yarn test

Assumptions

  • pagination is not required
  • use global state like redux or Mobx is not required
  • use only Reactjs or Angularjs other libraries like Jquery or Bootstrap are not allowed

Some Screen Preview

Home      Loading      search Results      search Results

github-gist's People

Stargazers

 avatar

Watchers

 avatar

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.