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 ------------------------------------**
-
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