Skip to content

technojam/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Issues Searcher

In this, We have used Github API to check number of issues of the repository which are active or closed.

Follow these steps to run the react app locally:

Step1: Clone this repo locally.

Step2: Move to this repo folder directory.

Step3: Open this in your code editor.

Step4: Run npm install command to install all your required packages.

Step5: Run npm start command to start your react app.

Application Link

Code Link -> https://github.com/technojam/Matrix

Tech Stack

Frontend: React

Styling: CSS3

Backend Functionality: Javascript

Development Environment Setup

  • Install NodeJs so you can use npm package manager:

    sudo apt-get update
    sudo apt install nodejs
    node -v or node –version
    
  • Install npm so you can install required libraries using it:

    sudo apt-get update
    sudo apt install npm
    
  • Install git:

    sudo apt-get update
    sudo apt install git-all