Hello! This is my first full stack app using TypeScript. The Project is now live at https://instagram-festa.vercel.app/
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.
- Register as a new User
- Login as an existing user
- Make posts(images/videos)
- Delete posts
- Like posts
- View user list who liked the post
- Search users by username
- Visit user profiles
- Edit Profile
- Crop and Upload banner image
- Follow and Unfollow users
- View followings and followers
- TypeScript
- TailwindCSS
- Firebase