Skip to content

"Note Vault" is a comprehensive note taking website designed with user’s productivity and organization in mind. This versatile platform enables users to create, edit, delete, search, and seamlessly organize their notes, providing an all-round solution to their note-taking needs.

Note-Vault/Note-Vault

Repository files navigation

Note-Vault📝

Welcome to our project!👋

Project Description

"Note Vault" is a comprehensive note-taking website designed with the users productivity and organization in mind. This versatile platform enables users to create, edit, delete, search, and seamlessly organize their notes, providing an all-around solution to their note-taking needs.

Features 🪶

  • Create, Edit, Delete, Search, and Organize Notes

Technologies Used ⚙️

  • Frontend: HTML, CSS, JavaScript, Ejs
  • Backend: Node.js, Express.js, MongoDB
  • Version Control: Git, GitHub
1 2 3

How to make a PR in our Project 🤔

If you are interested in this project how to start contributing:

  1. Fork the repo.

  2. After forking, clone the repo to your local machine. To clone the repo to your local machine, run the following command in your terminal:

    git clone https://github.com/Note-Vault/Note-Vault.git
  3. Add a remote upstream to the original repo. To add a remote upstream, run the following command in your terminal:

    git remote add upstream https://github.com/Note-Vault/Note-Vault
  4. Create a new branch. To create a new branch, run the following command in your terminal:

    git checkout -b <your-branch-name>
  5. Make changes in source code.

  6. Add your changes To add your changes, run the following command in your terminal:

    git add <File1 changed> <File2 changed> ...
  7. Commit your changes. To commit your changes, run the following command in your terminal:

    git commit -m "<your-commit-message>"
  8. Push your changes. To push your changes, run the following command in your terminal:

    git push origin <your-branch-name>
  9. Create a PR ✅ .


Alternatively Using GitHub Desktop🧑‍💻

  1. Open GitHub Desktop and log in to your GitHub account.

  2. Make sure you are on the "Current Repository" view. If not, go to "File" and select "Add Local Repository" to add your repository.

  3. In the "Current Repository" view, ensure you are on the branch which you want to submit a pull request for. If you're not on the correct branch, use the "Branch" menu to switch to the correct branch.

  4. Once you're on the correct branch, make your changes and commit them to the branch. You can do this by clicking the "+" button in the upper-left corner of the GitHub Desktop window, making your changes, and then entering a commit message.

  5. After you've made your changes and committed them, click the "Push origin" button in the top-right corner of the GitHub Desktop window. This will push your changes to the remote repository on GitHub.

  6. Now, go to the GitHub website, navigate to your fork of the repository, and you should see a button to "Compare & pull request" between your fork and the original repository, click on it.

  7. On the pull request page, you can review your changes and add any additional information, such as a title and a description, that you want to include with your pull request.

  8. Once you are satisfied with your pull request, click the "Create pull request" button to submit it.

Note: To create a pull request, you must have a fork of the original repository in your GitHub account and you must have made the changes in that forked repository.

Usage 👀

To get started, simply clone the repository and open the terminal in your code editor.

  •   npm install
  •   npm start

MongoDB connection:

  1. Connect MongoDB Compass: Open MongoDB Compass and connect to the MongoDB server at mongodb://localhost:27017. image
  2. Click on Connect. image
  3. In terminal it would be mentioned as "Connected to MongoDB".
  4. After database connection you can see database collections:(database name (NoteVault), collection name (notebooks , users)): image

Contributing 🧑‍💻

  • Fork the repository.
  • Create your feature branch: git checkout -b feature-name
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin feature-name
  • Submit a pull request.

🤝 Our Contributors


Thank you for contributing to our project! We appreciate any contributions, whether it's bug fixes, new features, or documentation improvements.

We value the time and effort you put into contributing, and we look forward to reviewing and merging your contributions. Join us on this exciting journey of creativity and collaboration, and let your projects shine on NestOndc!

This Project is the part of

GSSoC GSSoC

License

This project is licensed under the ISC License.

Acknowledgements :)

We extend our heartfelt gratitude to the organizers of GSSoC for offering this invaluable platform to exhibit our talents and make meaningful contributions to the open-source community. Your efforts in fostering a collaborative environment for budding developers are commendable, and we are privileged to be a part of such an esteemed event. Thank you for providing us with the opportunity to showcase our skills and contribute to the advancement of open-source technology.

⭐ Don't forget to give us a star! ⭐

About

"Note Vault" is a comprehensive note taking website designed with user’s productivity and organization in mind. This versatile platform enables users to create, edit, delete, search, and seamlessly organize their notes, providing an all-round solution to their note-taking needs.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published