Skip to content

The Note App is a simple and intuitive note-taking application that allows users to create, view, edit, and delete notes. Instead of using a database, it leverages the fs module in Node.js to store data directly in the file system. This makes the app lightweight and easy to manage.

License

Notifications You must be signed in to change notification settings

Sam123336/NoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note App

Welcome to the Note App project! This project is a simple note-taking application that uses the fs module in Node.js for data storage instead of a database like MongoDB.

Live Demo

Check out the live demo of the project: https://noteapp-pnzu.onrender.com/ open in Desktop site

Screenshots

Home Page

Home Page

Edit Page

Edit Page

Features

  • Create new notes
  • View existing notes
  • Edit existing notes
  • Delete notes

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository
  2. git clone https://github.com/Sam123336/NoteApp.git
  3. Navigate to the project directory
  4. cd NoteApp
  5. Install dependencies
  6. npm install
  7. Start the server
  8. node index.js

Usage

  1. Open your browser and navigate to http://localhost:8000
  2. Use the interface to create, view, edit, and delete notes

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Sambit Kumar Ghosh - [Your Email Address]

Project Link: https://github.com/Sam123336/NoteApp

About

The Note App is a simple and intuitive note-taking application that allows users to create, view, edit, and delete notes. Instead of using a database, it leverages the fs module in Node.js to store data directly in the file system. This makes the app lightweight and easy to manage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published