This is a Next.js project bootstrapped with create-next-app
.
Nextgram is an Instagram clone written in Next.js and TailwindCSS.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Visit the api
folder in pages
to view all available API endpoints for the application. The following endpoints are currently implemented:
- Posts
The following API endpoints are planned for development:
- Explore
- Notifications
- Profile
Feel free to submit issues with suggestions and feature requests, as well as opening a PR to contribute ideas. 🙂