Skip to content

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.

Notifications You must be signed in to change notification settings

6736-shafi/notion

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.9%
  • HTML 4.1%
  • Other 2.0%