/instagram-clone

A Clone of Instagram

Primary LanguageTypeScriptMIT LicenseMIT

Instagram Clone

GitHub license GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch)

image

Objectives

  • Simulate some of functionalities of Instagram.
  • Learn how to work with some technologies like NextAuth, Firebase, Tailwind, Recoil.

How to install

  • Fork or clone this repository at your local machine

  • Run yarn add or npm install, to add the dependencies.

  • After the installation

    • Run yarn dev or npm run dev to run the local server, hosted at https://localhost:3000
    • Run yarn build or npm run build to run the build server.
  • Remember that this project uses Next

Firebase Configs

  • Remember to access the Google Cloud.

  • Select the project you are working.

  • Go to Menu > APIs and services > Credentials

  • At the OAuth 2.0 section, insert the Authorized Javascript Origins and Authorized redirects URIs.

Technologies