This is an Instagram clone that locally implements many of the features present in the parent app
- Frontend: React & Typescript
- Styling: Tailwind
- State managment: Redux
- Hosting: NextJS
- Packages: shadcn, clsx, nanoid, linkify, swr, tailwind-merge
- Photo source: lorem.picsum
- View feed
- Create, like or save a post
- View users Profiles
- Follow other users
- Mention other users
- Clone the repo
$ git clone https://github.com/allmtz/insta.git
-
cd
into the cloned project -
Install the npm dependencies
$ npm install