Deola's Open Source

Here is the list of some open source projects i have contributed to and some that i will be contributing to in the future.

CS-HUT

Issue

fix about me bug #88 . Redirection to About section from navbar while on other pages does not work.

my contribution and procedure

  • I pulled the latest changes in the repository
  • Solved the problem by installing the react-router-hash-link dependency
  • I also performed a self-review of my own code

Sustainable Education Foundation

Issue

Broken Link and Longer reading time fix #969. The goal was to make sure the link worked and the reading time was adjusted from 10 to 5mins

my contribution and procedure

  • Fixed the broken link and also adjusted the reading time
  • My code follows the style guidelines of the project
  • I performed a self-review of my own code
  • I commented my code so as to make it easier for others to understand

FreeCodeCamp-SLC/react-booklist

Issue

Add Dashboard icon to header #42

Repo Link Main Project Link

my contribution and procedure

  • Added a dashboard icon from the specified website.
  • I performed a self-review of my own code
  • I commented my code so as to make it easier for others to understand

handson-2021-version-control

Issue

Typographical errors

Repo Link Main Project Link

my contribution and procedure

  • Fixed Typographical erroes
  • I performed a self-review of my own code