MSpilari / instagram-clone

A Clone of Instagram

Home Page:https://instagram-clone-mspilari.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Clone of Instagram

https://instagram-clone-mspilari.vercel.app

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 2.0%Language:CSS 1.5%Language:Shell 0.7%