Skip to content

dinesh-2047/Notess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Notess - Your Go-To Notes Hub

Welcome to Notess!

Notess - A platform where users can buy, sell, store, view and download notes (pdfs).!


⭐ Repository Stats

⭐ Stars 🍴 Forks 🐞 Issues ✅ Open PRs ❌ Closed PRs
Stars Forks Issues Open PRs Closed PRs

📌 Table of Contents

  1. Tech Stack
  2. How to Contribute
  3. Contributors
  4. Contribution Guidelines
  5. Code of Conduct

Rocket Featured In

Event Logo Event Name Event Description
SWOC JWOC Season 6 2025

WoC introduces students to open-source through mentorship and hands-on coding. The best projects are selected, and winners are chosen based on their contributions.


🚀 Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express.js
  • Database: MongoDB

🛠 How to Contribute

  1. Star the Repository: Starring the repository is appreciated and helps increase visibility.

  2. Fork the Repository

  3. Clone the Repository:

    git clone https://github.com/<your-github-username>/notess.git
  4. Make the desired changes: Make your own changes to the source code.

  5. Add your changes: Add your changes to the staging area. Run the following command in your terminal.

    git add .
  6. Create a New Branch:

    git checkout -b <your-feature-name>
  7. Make Changes & Commit:

    git commit -m "Added new feature"
  8. Push to GitHub:

    git push origin <your-feature-name>
  9. Create a Pull Request on GitHub.


📌 Contribution Guidelines

To maintain a well-organized repository, please follow these guidelines:

  • Maintain file structure:
    • Place images in assets/images/.
    • Place CSS code in assets/css/.
    • Place JavaScript code in assets/js/.
    • Place additional HTML pages in assets/html/.
    • If any folder does not exist, create it before adding files.
  • Follow proper naming conventions.
  • Ensure your code is properly formatted and documented.
  • Test your changes before submitting a PR.

🎉 Contributors


📜 Code of Conduct

We strive to make this project welcoming for all contributors. Please be respectful and follow our contribution guidelines.