Git Product home page Git Product logo

ghrepositories's Introduction

GitHub Repositories Explorer

GitHub Repositories Explorer is a web application that allows users to explore GitHub repositories, register, and log in using email and password, Google, and GitHub authentication. Users can view top GitHub users, a list of repositories, user profiles, and like their favorite repositories. The application is built using React and Firebase.

Features

  • Register and log in using email and password
  • Sign in with Google and GitHub
  • View top GitHub users
  • Explore and search GitHub repositories
  • Like and bookmark repositories
  • View user profiles with their repositories

Demo

You can try out the live demo of GitHub Repositories Explorer here. Enjoy!

Getting Started

Prerequisites

To run the project locally, you need the following prerequisites:

  • Node.js and npm installed on your machine
  • Firebase account and configuration
  • GitHub API token for GitHub authentication

Installation

Follow these steps to set up and run the project locally:

  1. Clone this repository:
    git clone https://github.com/CarlosAlbertoR/GHRepositories
  1. Navigate to the project directory:
    cd GHRepositories
  1. Install dependencies:
    npm install
  1. Set up Firebase:

Create a new Firebase project on the Firebase Console. Add a web app to your Firebase project and copy the configuration details. Create a .env file in the project root directory and add your Firebase configuration:

    REACT_APP_FIREBASE_API_KEY='your-firebase-api-key'
    REACT_APP_FIREBASE_AUTH_DOMAIN='your-firebase-auth-domain'
    REACT_APP_FIREBASE_PROJECT_ID='your-firebase-project-id'
    REACT_APP_FIREBASE_STORAGE_BUCKET='your-firebase-storage-bucket'
    REACT_APP_FIREBASE_MESSAGING_SENDER_ID='your-firebase-messaging-sender-id'
    REACT_APP_FIREBASE_APP_ID='your-firebase-app-id'
  1. Set up GitHub API token:

Generate a GitHub API token from your GitHub account. Add the GitHub API token to the .env file:

    REACT_APP_GH_API_KEY='your-github-api-token'
  1. Start the application:
    npm start
  1. Open your browser at http://localhost:3000

ghrepositories's People

Contributors

carlosalbertor 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.