jonaselan / instadev

Instagram clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaDev

Simple Instagram clone build with nodejs and react

Install

backend

$ cd backend
# dependencies
$ yarn install
# start server
$ yarn dev

frontend

$ cd frontend
# dependencies
$ yarn install
# start server
$ yarn start

Roadmap

  • authentication (jwt)
  • relate post with authenticated users
  • send email
  • unique like
  • explore page
  • users pages
  • comments
  • hover for miniatures
  • fields validation
  • animation for upload
  • delete locally and remote (image)
  • pagination (infinit scroll - lazy load)
  • posted at
  • notifications
  • redis?
  • auto save
  • loading splash
  • footer
  • location from google api

About

Instagram clone


Languages

Language:JavaScript 78.8%Language:CSS 13.9%Language:HTML 7.3%