varnas-note-taker

Varnas Note Taker

Note Taker is a simple, yet powerful application designed to help users write, save, and delete notes. This application uses an Express.js back end and saves and retrieves note data from a JSON file.

Homepage Screenshot

Table of Contents

Features

Installation

To install the application, follow these steps:

  1. Clone the repo:

    git clone https://github.com/KobayashiKerfuffle/varnas-note-taker.git
    
  2. Navigate to the project directory:

    cd varnas-note-taker
    
  3. Install dependencies:

    npm install
    

Usage

To use the application, follow these steps:

  1. Start the server:

    npm start
    
  2. Open your browser and navigate to http://localhost:3000.

Contributing

Contributions to the Note Taker application are welcome!

If you have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.