Skip to content

๐Ÿ“ฑ A react native project to open a gist through a QRCode scan

Notifications You must be signed in to change notification settings

Fred-Reis/gist-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Gist Scan

Gist Scan

language version GitHub language count GitHub top language GitHub repo size in bytes

This project was developed as a technical test.

๐Ÿ‘€ Demo

๐Ÿ’ก About this challenge:

On this project was developed a mobile app that allows users comment on Github Gist.

  • The user must open the Gist trough a QRCode Scan

More info about this challenge here on original file

โš™๏ธ API

The use of the Github GIST API is mandatory. You can access it through the following link;

๐Ÿ“š Some used Libraries

๐Ÿงช Tests:

Implementation of unit tests in this project was started using Jest;

To run the tests just run the following command at the root of the project:

$ yarn test

The test details will be displayed on your console.

If you prefer, run the following command to generate the coverage folder

$ yarn test --coverage

๐Ÿ Running the project:

1 - To run your project for the first time you will need to create a folder..

$ mkdir <your folder>

2 - Now enter the created folder.

$ cd <your folder>

3 - Let's clone the repository.

$ git clone https://github.com/Fred-Reis/gist-scan

4 - Run the following command to create the node_modules folder

$ yarn

5 - To install dependencies in IOS project using cocoa pods

$ cd ios

$ pod install

6 - Now, if you want to run this project on the emulator or device in development mode, run this command using your preferred platform.

$ yarn <your-preferred-platform>

7 - But if you wanna test on your Android device the .apk file is located at android/app/build/outputs/apk/release/app-release.apk


๐Ÿ˜ƒ If you got here it is a sign that everything went well and you can now scan your qrcode and comment on a gist. ๐Ÿš€


"Stay hungry stay foolish!"



Author: Frederico Reis

make with โ™ฅ๏ธ

About

๐Ÿ“ฑ A react native project to open a gist through a QRCode scan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published