Coder Social home page Coder Social logo

mentro-org / mentro-community-blog Goto Github PK

View Code? Open in Web Editor NEW
29.0 4.0 43.0 10.83 MB

Mentro is a AI-driven mentor matching platform for instant white-collar job interview prep.

Home Page: https://community.blog.mentro.tech/

HTML 11.44% Ruby 0.15% CSS 64.27% JavaScript 24.13%
open-source community frontend-web backend hacktoberfest

mentro-community-blog's Introduction

Mentro-Community-Blog

https://community.blog.mentro.tech

We are excited to be a part of πŸ‘‡

Discord

πŸ“ Community Blog website is for contributors to get a glimpse of mentro. The website also includes blogs and guides by the mentrozens to help you better understand our work and learn from others experience.

πŸ‘‰ If you are a begineer to open-source, then this is a one-stop place for you to contribute to issues with the tag HacktoberFest and you can also explore, connect with the mentors at Mentro. So, what are you waiting for?πŸŽ‰

πŸ‘‰ Here's where you may post your questions and look for potential issues to contribute. We've put up a list of beginner-friendly issues ahead so you can get started as soon as Hacktoberfest begins! πŸš€

πŸ‘‰ Feel free to drop your questions on discord

βœ”οΈ Make sure you have downloaded Mentro's Android App

πŸ’― Don't forget to give our repo a star it would motivate us🌟

Open Source Love PRs Welcome

Ace the HacktoberFest like a pro⭐:point_down:

Let's help each other to complete the Hacktoberfest challenge! πŸš€

May the open-source be with youπŸŽ‰πŸŽ‰

✍️ What is Mentro?

Mentro is a mentorship platform which connects you with mentors from great startups & companies like Microsoft, Cred, Zomato, Google, Amazon, Jio, Flipkart, Gojek, Goldman Sachs & many more.

How to Contribute? πŸ‘‡

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/<GITHUB_USERNAME>/Mentro-Community-Blog.git 
  1. Go into the directory containing the project, and get started

  2. To know more about the setup and how to contribute visit here

How to make a pull request? :man_technologist:

  1. After cloning the repository you can switch to the cloned repo on your local machine.
  cd mentro-community-blog
  1. Create a new branch.
  git checkout -b <name of new branch>
  1. Stage your changes.
  git add .
  1. Commit the changes.
  git commit -m "Add <your-github-username>"
  1. Check the status of your repository.
  git status
  1. Push your repository to GitHub.
  git push origin <name of your branch>
  1. Navigate to your forked repo, on the top of the files section you'll notice a new section containing, a contribute button!

  2. Click on the contribute button, it will open a drop down, click the pull request button on the drop down.

    Note: A pull request allows your changes to be merged with the original project.

    Wait for your changes to get merged.

Hurray! You have successfully made a contribution! πŸ₯³πŸŽ‰

πŸ’¬ FAQ and Other Questions

  • If you have a general question about a project or repository or about mentro, submit a message to the relevant channel on mentro's discord: https://discord.gg/93vAUe3sdg
  • If you have other questions, please write us at :e-mail: [email protected]

mentro-community-blog's People

Contributors

akashxlr8 avatar anirudhpanda avatar anmolsingh0219 avatar ashusengar avatar danish-faisal avatar ilorah avatar itsdharmxd avatar jddeep avatar loopthrough-i-j avatar neenu-12 avatar niyoj avatar noob-26 avatar ruchip16 avatar sayan-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mentro-community-blog's Issues

Optimize Website

The contact page can be removed and the contact details can be added in the footer section so as to minimize the number of HTML files the Website have

Update readme.md

The command given for cloning the repo needs to be updated as per the latest updates in the given repository. Admin, Please assign this issue to me so that I can work further.

Blog post on sorting algorithms - Selection Sort

Write a blog on selection sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Add Hamburger menu in the homepage

The menubar we have now is basic, we are looking forward to the hamburger menu type

You can post your doubts here itself or reach out to us over discord.

Blog post on sorting algorithm - Merge Sort

Write a blog on merge sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Design thumbnails for blogpost

Summary of the Issue

Due to community active participation, we now have more blogs being merged into our repo. Kudos to all the contributors πŸŽ‰ πŸŽ‰ But as you can see on our blogs and on our homepage, the thumbnail we are using is always the same and it does not seem so visually attractive and appealing too.

Screenshot 2021-10-03 09:57:42

So, we need some designs for the thumbnails for most of the blogs from the contributors.

The Design Tasks

S.N. Design Assigned To Progress
1. Selection Sort @ritesh-karankal ⏳
2. Merge Sort @Aayushi-Mittal ⏳
3. Bubble Sort @aumdavda ⏳
4. Getting Started with API @anmolsingh0219 🎯
5. How does API Works? Nobody ❌
6. Insertion Sort Nobody ❌
7. Quick Sort Nobody ❌
8. Shell Sort Nobody ❌
9. Counting Sort Nobody ❌
10. Comment to add others

Here, the emoji in progress denotes;

  • ❌ symbolizes the task has not been assigned to anyone,
  • ⏳ symbolizes the task is in progress, and,
  • 🎯 symbolizes the task has been completed.

How to take the task?

  • First look after the design that you think you can complete. If the design is already in progress, please select another design,
  • Comment in this issue to take the task,
  • Don't forget to mention which design you will be working on,
  • After the design is completed, you can add the image file inside ./assets/images/thumbnails/.
  • Submit a PR and let us review it.

Also, this issue also creates an opportunity for designers to contribute to open-source and to earn +1 PR for their challenge.

Quick Sort

Write a blog on quick sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Add Infinite loading of the blogs in the homepage

We are planning to make a blogging website that has an infinite loading of the blogs for reference you can refer here and for the category filtration you can sort it according to the latest, old, most voted ones

You can post your doubts in case of any here itself or reach out to us over discord.

Blog post on sorting algorithm - Bubble sort

Write a blog on bubble sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Insertion Sort

Write a blog on insertion sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Counting Sort

Write a blog on counting sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Images problem in mobile view

In the mobile view, the images on the home page are not showing up, I can fix this. Can someone assign the issue to me?

Getting started with API's

Write a blog on how to make an API along with examples, crystal-clear explanation & plagiarism free content
also, make sure to run your blog through Grammarly once.

Shell Sort

Write a blog on shell sort algorithm giving proper explanation and don't just copy-paste content from GFG or any site as referring is okay but copying is not ❌
So make sure your blog is plagiarism-free and run your blog through Grammarly once.

Update contributing.md

Minor changes need to be done according to the latest updates in the repository. Please Assign this issue to me so that I can start working further.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.