A simple clone of some pages of the Instagram interface!!
Only the interface, the features haven't been implemented in this project.
This project is part of my personal portfolio, used to improve my skills in React Native.
Click in this link and install Node in LTS version: https://nodejs.org/en/download/;
If you're using npm:
$ npm install -g expo-cli
Or If you're using yarn:
$ yarn global add expo-cli
Cloning the Repository
$ git clone https://github.com/gabrielsiilva/InstagramClone.git
After cloning the repository you have to do the commands below:
$ cd InstagramClone
And if you're using yarn:
$ yarn
Or if you're using npm:
$ npm install
To run the project make sure that you have the expo-cli in your computer, if you don't have the expo-cli, please read the section Prerequisites
You can check if you have the expo-cli just running this command below in your terminal:
$ expo --version
If everything's okay and expo returns the version for you, just run this command bellow to start the project:
$ expo start
Or this command if you're using npm:
$ npm start
Or if you're using yarn:
$ yarn start
This will start a development server for you.
- React-Native - Build the native app using JavaScript and React
- React-Navigation - Router
- Styled-Components - Styles
- Expo-CLI - Command line app
- Expo-Camera - Package for using camera on expo
- React Native Elements - Cross Platform React Native UI Toolkit
- Expo-Linear-Gradient - Package used for Direct Linear Gradient border
You can send how many PR's do you want, I'll be glad to analyse and accept them! And if you have any question about the project...
Email-me: [email protected]
Connect with me at LinkedIn
Thank you!!! :D