utpalsinghdev / notion-clone

The Notion Clone project is a web application that emulates some of the key features of the popular productivity tool "Notion." Building upon the foundation provided by the original repository by Amjad Bouhouch, this clone incorporates additional functionalities and improvements to enhance the user experience.

Home Page:https://bhagya-notion.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion Clone

This is a Notion Clone project, based on the original repository https://github.com/amjadbouhouch/notion-clone . It aims to replicate some of the core functionalities of Notion, with additional features and improvements added.

Demo

https://bhagya-notion.vercel.app/

Installation

Clone the repository

git clone https://github.com/allelbhagya/notion.git
cd notion-clone

Install dependencies:

npm install

Run the development server:

npm start

Contributing

Contributions are welcome and encouraged! If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bugfix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m "Add new feature".
  4. Push the changes to your fork: git push origin feature-name.
  5. Submit a pull request to the main branch of this repository.

About

The Notion Clone project is a web application that emulates some of the key features of the popular productivity tool "Notion." Building upon the foundation provided by the original repository by Amjad Bouhouch, this clone incorporates additional functionalities and improvements to enhance the user experience.

https://bhagya-notion.vercel.app


Languages

Language:TypeScript 93.9%Language:HTML 4.1%Language:CSS 1.0%Language:JavaScript 1.0%