Feel free to give it a start 🌟
- Fully Responsive
- Stunning design
- User Auth ( GitHub / Google )
- Search tags
- Create / Edit / delete post
- Profile page ( user posts )
- Pagination
Take a look at the live project deployed on Netlify
** ------------------------------------- DESKTOP -------------------------------------**
** -------------------------------------- Mobile ------------------------------------**
![](https://private-user-images.githubusercontent.com/79264045/300186723-1ce66a03-45f4-4537-b805-17939286d1aa.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTMzNjksIm5iZiI6MTczOTU1MzA2OSwicGF0aCI6Ii83OTI2NDA0NS8zMDAxODY3MjMtMWNlNjZhMDMtNDVmNC00NTM3LWI4MDUtMTc5MzkyODZkMWFhLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE3MTEwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM3YTk5YmJjMzkxZDYwMDU4YmE3MWMzYjAyODgzMDM3MDhkNDJmOTc3ODhhYzg4NjRmZWVkOWI5Mjc1NjRjZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4YF-eTDIFsKwBw9EwfUiL5q6heeBChYWEjRe5bajr_8)
-
Create, Edit, and Delete Posts: Users can easily create new posts, providing a platform to share their thoughts, stories, or experiences. The app supports post editing and deletion, allowing users to manage their content effortlessly.
-
Explore Other Posts: Discover a wide array of content created by other users, fostering a sense of community and collaboration.
-
Tag Search Functionality: Efficiently search for posts using tags, enabling users to find content relevant to their interests.
-
Show More Posts for Smooth Load: Enjoy a smooth and uninterrupted browsing experience with the "Show More" feature, loading additional posts seamlessly as users scroll through the content.
-
Create Post Page: Dedicated page for creating new posts, providing a clean and user-friendly interface for content creation.
-
Post Details Page: Delve deeper into individual posts with a dedicated details page, allowing users to engage more deeply with the content.
Provided step-by-step instructions on how to install and run this project locally.
# Clone the repository
git clone https://github.com/Sky-De/typescript-next-js-13-app
# Change directory
cd directory
# Add .env variables
check .env.example
# Install dependencies
npm install
# Run the project
npm run dev
skyDe