angelozdev / github-search

GitHub Search is an application where you can search Github's profiles and see their general information like repositories, starts, followers, and follows. Besides, it has performed dark mode.

Home Page:https://github-search-1355b.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Search

You can search your github profile and see your general information.

Starting

You can clone this repository to have the project local:

git clone https://github.com/angelozdev/github-search.git

Install the necessary dependencies in the root of the project.

npm install

Run the following command to start the project in development mode:

npm start

Deploy

You can see the project in production Github Search

Preview

Built with

Technologies used in the frontend.:

  • ReactJS A JavaScript library for building user interfaces.
  • TypeScript is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions.
  • Axios Promise based HTTP client for the browser and node.js.
  • Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
  • Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
  • Redux is a predictable state container for JavaScript apps.

License

This project is under the License (MIT) - see the file LICENSE.md for details

About

GitHub Search is an application where you can search Github's profiles and see their general information like repositories, starts, followers, and follows. Besides, it has performed dark mode.

https://github-search-1355b.web.app/

License:MIT License


Languages

Language:TypeScript 90.0%Language:JavaScript 7.3%Language:HTML 2.7%