From d414fc37e366aea78cc88f949e03d53ad6a3977c Mon Sep 17 00:00:00 2001 From: Debangi Ghosh <117537653+debangi29@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:03:00 +0530 Subject: [PATCH] Created Learn.md Created Learn.md file as per Gssoc guidelines --- Learn.md | 185 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 Learn.md diff --git a/Learn.md b/Learn.md new file mode 100644 index 0000000..360ec7a --- /dev/null +++ b/Learn.md @@ -0,0 +1,185 @@ +# Learn.md β +# 75per π +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. + +# Table of Contents +1. [Introduction](#introduction-) +2. [Tech Stack](#tech-stack-) +3. [Contributing](#contributing-) + - [Development Workflow](#development-workflow) + - [Issue Report Process](#issue-report-process) + - [Pull Request Process](#pull-request-process-) +4. [Usage](#usage) +5. [Resources for Beginners](#resources-for-beginners-) + - [Basics of Git and GitHub](#basics-of-git-and-github-) +6. [Documentation](#documentation-) +7. [Code Reviews](#code-reviews-) +8. [Feature Requests](#feature-requests-) +9. [Spreading the Word](#spreading-the-word-) + +## Introduction π₯οΈ +75per allows users to calculate their carbon footprint based on various parameters. It provides detailed insights and suggestions on how to reduce their carbon emissions. The name "75per" is derived from "Prithvi" (Earth) and "We," emphasizing collective action and collaboration. +Visit the live application [here](https://75per.onrender.com). + +## Tech Stack ποΈ + + + +### Frontend + +
+ +- **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. + +### Backend + + + +- **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. + + +## Contributing π +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](https://github.com/akshitagupta15june/PetMe/issues) or [create a new issue](https://github.com/AbhiDiva96/75per/issues/new)! +- [Fork the Repo](https://github.com/AbhiDiva96/75per/fork). Then, create a branch for any issue that you are working on. Finally, commit your work. + +  + +- Create a **[Pull Request](https://github.com/AbhiDiva96/75per/compare)** (_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** + + +### How to make a pull request + + +**1.** Start by making a Fork of the [**75per**](https://github.com/AbhiDiva96/75per) repository. Click on the