-
DO Use: Explore the valuable student resources shared here, ranging from free software to learning tools. Make the most of what's available to enhance your academic and personal growth!
-
DO Contribute: Have a resource or offer that could benefit other students? Contribute it to this repository! Whether it's a new tool, offer, or learning material, your contribution can help other students access opportunities. π‘
-
Consider giving β If it's been helpful.
Welcome to the Students Offer repository! This collection provides a curated list of resources and offers available for college students, including tech tools, software, and learning materials. Explore the sections below to find amazing free stuff! π
π File | π Description |
---|---|
CSE_resources.md | A collection of free software, coding tools, and academic resources for CS students. |
WebDev.md | Resources for learning web development, including free hosting, IDEs, and courses. |
OFFERS.md | A list of student discounts and special offers on software, cloud services, and tools. |
The CSE_resources.md file is divided into three key sections, each offering free learning resources:
- π Web Development: Tools, tutorials, and platforms for web developers.
- π± Android Development: Resources for building mobile applications.
- π€ Artificial Intelligence & Machine Learning: Courses, libraries, and tools to get started with AI and ML.
- π Free Hosting: Explore free web hosting platforms.
- π₯οΈ IDE Tools: Access development environments like Visual Studio Code, Replit, and more.
- π» Learning Resources: Free courses to learn HTML, CSS, JavaScript, and frameworks.
- π Student Discounts: A compilation of student-exclusive deals on software, cloud storage, and design tools.
- π‘ Premium Subscriptions: Get free or discounted access to premium tools and software like Canva, AWS, and Notion.
Do you have a useful resource that students can benefit from? You can easily add it to this repository by following these steps:
- Click the Fork button on the top-right of the repository page. This creates a copy of the repository in your GitHub account.
- Open your terminal and run:
git clone https://github.com/indu-shekhar/students_offer.git
- Navigate to the cloned directory:
cd students_offer
- Create a new branch for your changes:
git checkout -b add-resource
- Open the respective
.md
file (e.g.,CSE_resources.md
,WebDev.md
, orOFFERS.md
) and add the new resource or offer under the correct section. - Use Markdown formatting to maintain consistency. For example:
- π οΈ **New Tool**: A great tool for learning programming.
- Once you've added your resource, save the changes, then commit them:
git add . git commit -m "Added [resource name] to CSE_resources.md"
- Push your branch to your GitHub repository:
git push origin add-resource
- Go to your fork on GitHub.
- Youβll see a button to submit a Pull Request. Click it, fill in the necessary details, and submit it.
- Your changes will be reviewed, and if approved, theyβll be merged into the main repository!
- Ensure your resource is genuinely useful for students.
- Follow the formatting and style used in the repository.
- Be clear and concise in your PR description.
By contributing, you're helping create a comprehensive and valuable resource hub for students everywhere! π
This project is licensed under the Apache 2.0 License.