Noteworthy

A Next.js note-taking platform with complete dashboard, robust folder organization, auto save functionality, and rich typography.

Description

Noteworthy is a powerful and intuitive note-taking application built with modern web technologies. It offers a seamless user experience with features like:

Tech Stack

Getting Started

To set up the Noteworthy project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/noteworthy.gitcd noteworthy
  2. Install dependencies:

    npm install
  3. Set up environment variables: Create a .env.local file in the root directory and add the necessary environment variables. (You may need to specify which variables are required)

  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser to see the application.

Contributing

We welcome contributions to Noteworthy! Please read our contributing guidelines before submitting pull requests.

License

This project is licensed under the MIT License.

Acknowledgements

Thanks to all the open-source projects that made Noteworthy possible.