Welcome to Notess!
Notess - A platform where users can buy, sell, store, view and download notes (pdfs).!
⭐ Stars | 🍴 Forks | 🐞 Issues | ✅ Open PRs | ❌ Closed PRs |
Event Logo | Event Name | Event Description |
---|---|---|
![]() |
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. |
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB
-
Star the Repository: Starring the repository is appreciated and helps increase visibility.
-
Fork the Repository
-
Clone the Repository:
git clone https://github.com/<your-github-username>/notess.git
-
Make the desired changes: Make your own changes to the source code.
-
Add your changes: Add your changes to the staging area. Run the following command in your terminal.
git add .
-
Create a New Branch:
git checkout -b <your-feature-name>
-
Make Changes & Commit:
git commit -m "Added new feature"
-
Push to GitHub:
git push origin <your-feature-name>
-
Create a Pull Request on GitHub.
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.
- Place images in
- Follow proper naming conventions.
- Ensure your code is properly formatted and documented.
- Test your changes before submitting a PR.
We strive to make this project welcoming for all contributors. Please be respectful and follow our contribution guidelines.