Skip to content

cedricahenkorah/noted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

Noted

Description

A note-taking app that allows users to create, organize, and manage notes.

Features

  • Rich Text Editor
  • Voice Notes
  • Canvas Creation

Installation

  1. Clone the repository:
    git clone [email protected]:cedricahenkorah/noted.git
  2. Navigate to the project directory:
    cd noted
  3. Install dependencies:
  • web

    cd web
    npm install
  • server

    cd server
    npm install

Usage

Run the server and web in separate terminals.

  1. Run the web (frontend)

    cd web
    npm run dev
  2. Run the server (backend)

    cd server
    npm run dev

Contributing

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "feat: Add some feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

About

capture ideas instantly with text, voice, and canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published