Skip to content

Unnati-Gupta24/Whizz-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHIZZ NOTES

Overview

Whizz-Notes is a backend project built using Node.js that provides a simple
yet effective digital note-taking application. Users can
write, save, and access their notes in a convenient online format.

Features

Note Creation: Easily create new notes with a simple interface.
Real-time Saving: Notes are automatically saved as you type.
Offline Access: Notes can be accessed even without an internet connection.
File Export: Save notes as files for offline use or backup purposes.

Installation

To run Whizz-Notes locally:

Clone the repository:
git clone https://github.com/Unnati-Gupta24/Whizz-Notes.git

Navigate to the project directory:
cd Whizz-Notes

Install dependencies:
npm install

Start the application:
node note.js

Usage

Access the application at http://localhost:3000 after starting the server.

Contributing

Contributions are welcome! Please feel free to submit pull requests or issues.