Amazing instagram interface clone.
In this project i created instagram first page, basically i copied the the publish card and added some features like liking a post oftentimes and make sharing.
Go to cmd and run the code below
yarn install
After all dependecies installed
To run
yarn start
I disabled some features in my end-point from api https://github.com/cientista1/instabackend You shout make tour api.
Go to services folder, in javascript api.index
change url and url_image variable value.
If you want edit this project and upload to git hub page, you must do it
- Go to package.json
- Edit homepage
- Git init
- ... Other git commands to push in you repository
To build
yarn build
To upload on your github page
yarn deploy
- Sharing a status
- liking a status
- Responsivities
Author - Rocketseat
programmer - Lutero Elavoco - luteroelavoco90@gmail.com
https://cientista1.github.io/instafrontend/#/
- Fork it (https://github.com/cientista1/instafrontend)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request