Description
It'd be awesome to have a lot more suggested projects
🐞 Problem
Currently we have only a bunch of projects in project suggestions
🎯 Goal
Have a lot of project suggestions from diverse domains, languages, frameworks
💡 Possible solutions
Add new projects.
We maintain the list of projects at https://github.com/firstcontributions/firstcontributions.github.io/blob/source/src/components/ProjectList/listOfProjects.js
Change this file and add details of new project. Make sure you add all fields like other projects you see there
You just have to add and entry similar to the followig
{
name: 'Qute Browser',
imageSrc: 'https://avatars1.githubusercontent.com/u/21955151?s=200&v=4',
githubLink:
'https://github.com/qutebrowser/qutebrowser',
description: 'A keyboard-driven, vim-like browser based on PyQt5',
tags: ['Python','Qt','pyqt5','Vim','Browser','qtWebEngine','web']
},
Don't know any projects you wanna add? Check out https://github.com/MunGell/awesome-for-beginners where there's a list of a boatload of projects
📋 Steps to solve the problem
Comment below about what you've started working on.
Add, commit, push your changes
Submit a pull request and add this in comments - Addresses #
Ask for a review in comments section of pull request
Celebrate your contribution to this project 🎉