Skip to content

A comprehensive Hashnode Clone showcasing web development skills with feature-rich functionality and a polished user interface.

Notifications You must be signed in to change notification settings

acem702/Hashnode-1

 
 

Repository files navigation

Hashnode Clone

This is a full-stack application that serves as a clone of the popular blogging website, Hashnode. The purpose of this project is to showcase my skills in web development and serve as a learning experience. I have utilized Next.js, Nextjs, Tailwind CSS, and the T3 stack with PostgreSQL as the technology stack for this project. With a plethora of exciting features, this intermediate-level project replicates approximately 80% of the functionalities found on the original Hashnode website. Furthermore, I have designed the user interface entirely from scratch. This project is still under development, and I will continue to add more eciting features to it. I hope you enjoy this project as much as I enjoyed building it. Cheers 🍻. Contributions are welcome!

STATUS: UNDER CONSTRUCTION

Table of Contents

  • Features
  • Installation
  • Usage

Features

  1. Authentication
  2. User Profiles
  3. Comments with Replies
  4. Tags
  5. Search Functionality
  6. Likes and Bookmarks
  7. Follow System
  8. Notifications

Installation

Clone the repository

 git clone https://github.com/ujen5173/hashnode.git

Navigate to the project directory:

  cd hashnode

Install the dependencies:

  yarn

Installation

  • Set up the required environment variables. Refer to the .env.example file for the necessary variables.
  • Create .env file in the root directory of the project and add the environment variables with reference to the .env.example file.
  • Push the database schema to your PostgreSQL database: yarn prisma-dev
  • Start the development server: yarn dev
  • Open your web browser and visit http://localhost:3000

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  • Create issues for bugs and new features you would like to add.
  • After an issue has been approved, you can create a pull request.
  • Fork this repository.
  • Create a new branch for your contribution: git checkout -b feature/your-feature
  • Make your changes and commit them: git commit -m "Add your message here"
  • Push the changes to your branch: git push origin feature/your-feature

Cheers 🍻.

About

A comprehensive Hashnode Clone showcasing web development skills with feature-rich functionality and a polished user interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • CSS 2.5%
  • SCSS 2.4%
  • JavaScript 0.5%