Skip to content

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.

Notifications You must be signed in to change notification settings

HasancanCakicioglu/voidnote-frontend

Repository files navigation

VoidNote-Frontend

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.

Features

  • 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.

Getting Started

Follow these instructions to set up and run the project locally.

Prerequisites

  • Node.js (version 14 or above)
  • npm (version 6 or above) or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/HasancanCakicioglu/voidnote-frontend.git
    cd voidnote-frontend
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Development Server

Start the development server:

npm run dev
# or
yarn dev

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages