VoidNote is a multi-purpose note-taking application that allows you to create and manage various types of notes and analyze them. This repository contains the frontend of the application, built with Next.js 14.
- Normal Notes: Simple text notes.
- Tree Notes: Organized hierarchical notes.
- Calendar Notes: Notes with calendar integration.
- To-Do List: Task management and to-do lists.
- Variable Tracking: Create variables and use them within your notes to generate graphs for analysis.
Follow these instructions to set up and run the project locally.
- Node.js (version 14 or above)
- npm (version 6 or above) or yarn
-
Clone the repository:
git clone https://github.com/HasancanCakicioglu/voidnote-frontend.git cd voidnote-frontend
-
Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn dev