Skip to content

silenteyesoncode/E-corp

Repository files navigation

Ecorp

It is a web-based application that allows users to search for other GitHub users based on various criteria. The app uses the GitHub API to retrieve information about users and their repositories and displays the results in a user-friendly interface.

Once a user has found the GitHub user they are interested in, they can click on the user's profile to view more detailed information, such as a list of their repositories, recent activity, and other details. The app may also provide links to the user's GitHub profile and individual repositories, allowing users to explore further.

Screenshots

Screenshot 2023-06-07 184447

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Installation

Install Ecorp project with

npm install

yarn install

Authors

Documentation

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Deployment

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Environment

To run this project, you will need to add the following environment to your .env file

node.js

npm

Tech Stack

Client: React, Redux, TailwindCSS

API: Github Rest API