Skip to content

carr-o-t/insta-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-Festa

Hello! This is my first full stack app using TypeScript. The Project is now live at https://instagram-festa.vercel.app/

Project Setup

After cloning the repository on your local device, run the follwoing command to install the node module

npm install

and run

npm start

to view the web app on browser at localhost:3000.

There are two more scripts i.e, npm run style and npm run dev. npm run style is to build the CSS using Tailwind's JIT engine.

npm run dev is to run the npm start and npm run style simultaneously.

Project Description

Functions -

  1. Register as a new User
  2. Login as an existing user
  3. Make posts(images/videos)
  4. Delete posts
  5. Like posts
  6. View user list who liked the post
  7. Search users by username
  8. Visit user profiles
  9. Edit Profile
  10. Crop and Upload banner image
  11. Follow and Unfollow users
  12. View followings and followers

Technology Stack used -

  1. TypeScript
  2. TailwindCSS
  3. Firebase

About

An Instagram Clone using TypeScript, TailwindCSS and Firebase (currently under developement)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published