Skip to content

kumari1224/github-repo-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Godaddy-Github-Repository-Project

Overview of the application :

In this project we are listing all the public github repositories of the orgnization godaddy and each repositories some additional details.

The application is composed of the following Features:

Front-End

  • A landing page with a minimalistic design listing all the github repositories.
  • Another details page displaying the details of a particular repository.

Developed With

  • Visual Studio Code - A source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring
  • React - A javascript library for building user interfaces
  • Create react app - A quick method to start developing a react application.
  • Babel - A transpiler for javascript
  • Webpack - A module bundler
  • React Virtualizer - React package for efficiently rendering large lists and tabular data
  • React Router - A package to route to the different URLs for the SPA application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The following software is required to be installed on your system:

  • Node 8.x
  • Npm 3.x

Type the following commands in the terminal to verify your node and npm versions

node -v
npm -v

Install

Follow the following steps to get development environment running.

  • Clone 'github-repo-assessment.git' repository from GitHub

    git clone https://github.com/kumari1224/github-repo-assessment.git

    OR USING SSH

    git clone git@github.com:kumari1224/github-repo-assessment.git
  • Install node modules

    npm install

Starting front-end servers

  • Run application

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published