Giter Site home page Giter Site logo

mightyjoew / opensourcedevs Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 41.0 1.7 MB

Open Source Devs - An open-source contribution project for newcomers.

Home Page: https://opensourcedevs.com/

License: MIT License

HTML 6.62% CSS 1.19% JavaScript 92.20%
react hacktoberfest-accepted good-for-beginners hacktoberfest2021 hacktoberfest good-first-issue javascript reactjs open-source

opensourcedevs's Introduction

Netlify Status

Open Source Devs is an open-source contribution project for newcomers.

If you'd like to save this repository, find related projects, or show your appreciation for this project, click the ⭐️ Star button.

Screen Shot 2021-10-17 at 1 19 56 PM

How to Run Locally

  • Fork this project with the Fork button at the top of the project.

  • In your terminal, run the following commands:

    • git clone https://github.com/MightyJoeW/OpenSourceDevs.git

    • cd OpenSourceDevs

    • yarn

      • Linux users, note that yarn comes from the Yarn Package Manager, not cmdtest. Please see the Yarn documentation for how to install yarn via npm
    • yarn start

    The project will run in your browser at http://localhost:3000/.

How to Contribute

For a more detailed contribution guide (with images), follow along with my Contributing to Open Source Starter Guide.

  • Create a new branch in the terminal with git checkout -b 'name-of-branch' i.e. git checkout mightyjoe-card

  • In src/components/dev-grid-utils.js, add a new object with your info at the bottom of the file (refer to the existing dev objects as an example).

  • Stage your changes with git add .

  • Commit your changes with git commit -m "feat: description of change" i.e. git commit -m "feat: added info for mighty joe"

  • Push your changes with git push origin name-of-branch

  • In GitHub, create a pull request by clicking on the Pull requests tab and clicking the green New pull request button (be sure to change the compare branch to your branch name to point to base: main).

  • Give your pull request a name, add a description, a screenshot (optional), and click the gear icon next to Labels to add the hacktoberfest label if you want this to count towards the hacktoberfest challenge. Click Create pull request.

    • Note for users new to GitHub: Project access with Triage permission is required to add the label yourself. You will generally not have permissions to add the label yourself on your first Pull Request.
  • If your branch has conflicts, you can use the web editor or command line options under This branch has conflicts that must be resolved to resolve the conflicts.

Usage

  • The website is running live at https://opensourcedevs.com/.
  • Each branch gets a Netlify deploy preview. After creating a pull request, you can find the url for your branch in the netlify section. Click on the Browse the preview: link.

Screen Shot 2021-10-17 at 1 34 46 PM

Front-End Technologies

  • HTML
  • CSS
  • JavaScript
  • React
  • MUI (Material-UI)

Testing Libraries

  • Jest
  • React Testing Library

Credits

This project was created by and is maintained by Joe Warren. Special thank you to all of our awesome contributors!

License

View this project's MIT license here.

Sending Feedback

Found an issue or have a request? Submit an issue.

opensourcedevs's People

Contributors

agungjsp avatar akk312000 avatar angelamcosta avatar aurora-0025 avatar bartek532 avatar deepsourcebot avatar devcer avatar erikweibust avatar firstchaircoder avatar fullburnen avatar git12121 avatar irfanukani avatar ivansanchezsalvador avatar kapil-kawathekar avatar mightyjoew avatar mrswarren avatar nlewis84 avatar pavittarx avatar r-i-c-h avatar riyakushwaha avatar rkzxyz avatar rohitkothapalli avatar rriegel avatar sairamnomula avatar wijayaac avatar yash-271120 avatar

Stargazers

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

Watchers

 avatar  avatar

opensourcedevs's Issues

Style the error page

Currently, error.jsx only has a div that says Error. Add styling and a message indicating that the user tried to hit a page that doesn't exist. Also, include a link to route back to home.

Swap footer hr with MUI Divider

The MUI Divider is lighter and comes with some handy props that'll make customizing it easier if desired in the future.

You'll essentially do the following:

import Divider from '@mui/material/Divider';

<Divider sx={{ margin: '10px 0' }} />

If you want to see its full list of props, check here https://mui.com/api/divider/.

`reach/router` dependency conflict

@MightyJoeW
I got a dependency conflict, when first tried to install this project. I am using npm v7 along. When I tried npm i, it gave me a dependency conflict with reach/router. I digged in a little bit, and found that reach/router is not being maintained as of now.
storybookjs/storybook#14619

Also, since this project is pretty new, switching to react-router would make a lot more sense.
Thanks!

Add icons for social buttons

This is an enhancement. I want to replace the text with their social icons, it will give a good look.
Please assign this issue to me.

(JS-0454) Found invalid characters in markup

Description

The issue is raised because of missing or unescaped JSX escape characters. These characters would be injected as a text node in JSX statements, which might not be intentional. These won't throw any syntax or runtime errors, but the rendered output will not be the same as expected.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/MightyJoeW/OpenSourceDevs/issue/JS-0454/occurrences/

Search Bar UI

The search bar ui after search has blue old html vibes, we can add line dividers and links to make it look better.

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.