Snapify is an application designed to be an Instagram-like platform where users can share their stories with each other and catch up on what's new! The application is built using Next.js, MongoDB and Tailwind CSS. Next.js handles the server-side rendering, making the application SEO optimized, MongoDB is used for efficient storafe of user data, images and posts and Tailwind CSS is used for responsive design, ensuring a smooth user experience.
Catch a peek into what it looks like!
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.