At 75% .com, our mission is to make quality education accessible to everyone. We understand the challenges students face in navigating their academic journey, and we're here to support you every step of the way with clear, concise, and reliable study materials.
- Introduction
- Tech Stack
- Contributing
- Usage
- Resources for Beginners
- Documentation
- Code Reviews
- Feature Requests
- Spreading the Word
This repository contains the source code for a website designed to help college students access their study materials like quantum books, lectures, notes, past year questions (PYQ), and many more
- HTML:HTML (HyperText Markup Language) is a skeleton of a website, structuring content with tags and elements.
- CSS:CSS is a style sheet language used to style web pages.It enables the application of different styles based on media types and user preferences, enhancing user accessibility and readability
- JavaScript:JavaScript is a programming language used to add interactivity to websites.
- React.js:A JavaScript library for building user interfaces. It allows developers to create large web applications that can update and render efficiently in response to data changes.
- MongoDB: A NoSQL database that provides high performance, high availability, and easy scalability. It stores data in flexible, JSON-like documents.
- Express.js: A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine, enabling server-side scripting and running scripts server-side to produce dynamic web page content.
Raise and issue; Get assigned and then work on fixing the issue. We welcome contributions to 75per! Follow these steps to contribute:
-
Take a look at the existing Issues or create a new issue!
-
Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
-
Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
-
Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
-
DON'T CREATE PRs WITHOUT CREATING ISSUE AND GETTING ASSIGNED
1. Start by making a Fork of the 75per repository. Click on the Fork symbol at the top right corner.
2. Clone your new fork of the repository in the terminal/CLI on your computer with the following command:
git clone https://github.com/<your-github-username>/75per
3. Navigate to the newly created PetMe project directory:
cd 75per
4. Set upstream command:
git remote add upstream https://github.com/AbhiDiva96/75per.git
5. Create a new branch:
git checkout -b YourBranchName
6. Sync your fork or your local repository with the origin repository:
- In your forked repository, click on "Fetch upstream"
- Click "Fetch and merge"
7. Make your changes to the source code.
8. Stage your changes and commit:
package.json
or package-lock.json
file
git add .
or git add *
. Instead, stage your changes for each file/folder
git add public
git commit -m "<your_commit_message>"
9. Push your local commits to the remote repository:
git push origin YourBranchName
10. Create a pull request!
- Always work on a new branch for each issue or feature.
- Keep your branch up to date with the main repository's master branch.
- Write clear and descriptive commit messages.
- Test your changes thoroughly before submitting a pull request.
- Go to the project's issues section.
- Select the appropriate template for your issue.
- Provide a detailed description of the issue.
- Wait for the issue to be assigned before starting to work on it.
- Ensure that you have self reviewed your code.
- Make sure you have added the proper description for the functionality of the code.
- I have commented my code, particularly in hard-to-understand areas.
- Add screenshot it help in review.
- Submit your PR by giving the necesarry information in PR template and hang tight we will review it really soon.
After installing the dependencies, you can start the local server:
npm run start
Navigate to http://localhost:3000
in your web browser to view the application.
- Forking a Repo
- Cloning a Repo
- Creating a Pull Request
- Getting Started with Git and GitHub
- Learn GitHub from Scratch
- Document any significant changes or additions to the codebase.
- Provide clear explanations of the functionality, usage, and any relevant considerations.
- Be open to feedback and constructive criticism from other contributors.
- Participate in code reviews by reviewing and providing feedback.
- Suggest new features or improvements that would enhance the project.
- Share your experience and the project with others.
- Spread the word about the project on social media, developer forums, or any relevant community platforms.
Thank you for contributing to 75per! Together, we can make a significant impact. Happy coding! 🚀