/Instagram-Feed

Creating a social media feed with Instagram features

Primary LanguageJava

Instagram

Instagram Feed

GitHub language count Repository size GitHub last commit Repository issues License

Technologies   |    How to run   |    Project   |    How to contribute   |    License


Frontend

🚀 Technologies

This project was developed with the following techs:

💻 Project

This project is a simple clone of Instagram feed

🏃 How to run

Set the emulator IP (If you are running into IOS you can use localhost)

./src/pages/Feed/index.tsx

[...]

const response = await fetch(
  `http://EMULATOR_CURRENT_IP:3333/feed?_expand=author&_limit=5&_page=${pageNumber}`,
);

Install dependencies

  $ yarn

Run fake api

  $ yarn json-server server.json -p 3333

To run the app

  $ yarn android

  or

  $ yarn ios

🤔 How to contribute

  • Fork this repo;
  • Create a branch for your new feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My brand new feature';
  • Push it to your branch: git push origin my-feature.

After merge of your pull request, you can delete your branch.

📝 License

This project is under MIT license. See the file LICENSE for details.


Visit my website!