This project is a simplified version of a note-taking application inspired by Notion, designed for educational purposes. It allows users to create, edit, and organize notes efficiently, providing a minimalistic interface to enhance focus and productivity.
- Electron
To install and run the project locally, follow these steps:
- Install Yarn on your computer
- Clone the repository
git clone https://github.com/jhonbergmann/electron-desktop-notion.git - Navigate to the project directory:
cd electron-desktop-notion - Install the dependencies:
yarn install
- Start the development server:
yarn dev

