Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.08 KB

README.md

File metadata and controls

61 lines (47 loc) · 2.08 KB

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