Skip to content

Project divided in 2 parts, WEB and MOBILE. On both you can search for repositories on github and receive their info, like description, stars, issues, forks, etc. 🤔💡

Notifications You must be signed in to change notification settings

danielmesquitta/githubexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is divided in 2 parts, WEB and MOBILE.

The idea is to make easier to explore github repositories, so you can just type a repository name (the format must be "user/repositoryname") and it will be add to your "dashboard". You will be able to click on any item of this list and access the repo info, like stars, forks, etc. Later you can come back and your list will still be there, since all is storaged on your local storage. You can see the website and mobile app working just following the GETTING STARTED section.



WEB

Technologies



MOBILE

Technologies



GETTING STARTED

Requirements

Clone the project and access the folder

$ git clone https://github.com/DanielMesquitta/githubexplorer && cd githubexplorer

Start web

Inside the the root directory

# Go to web folder
$ cd web

# Install the dependencies
$ yarn

# Start
$ yarn start

Start mobile

Inside the the root directory

# Go to mobile folder
$ cd mobile

# Install the dependencies
$ yarn

# Run this if you will emulate on an android
$ yarn android

# Run this if you will emulate on an ios
$ yarn ios

# Start the app
$ yarn start

About

Project divided in 2 parts, WEB and MOBILE. On both you can search for repositories on github and receive their info, like description, stars, issues, forks, etc. 🤔💡

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published