Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my report for WOC-2021 #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions randie-thathsaranie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Winter of Code 2021 Final Contribution Report

## Organisation Name : Gepton/Galena
## Mentored by : Satyaprakash Karshama
## Randie Thathsaranie

## Overview of Project
Project Galena is a simple single-page portfolio website which is more suitable for frontend developers.
### Contributions

#### Phase 1 - Setup linting and other necessary repo boiler-plates
- Since this is the first time I am using GatsbyJs, initially I started getting familiar with it. Did some pre-learning before entering the actual project.
- Galena project was in the initial stage so understanding the codebase was not that hard after learning the Gatsby basics.
- I set up the project with JavaScript Standard Style and added a basic Project Structure setup with components.

#### Phase 2 - Implement landing component and product component
- I added React-scroll to the navigation bar to scroll to the components.
- Created the landing component and the product component by using the Figma UI design as a reference.

#### My PR's :
- [Setup linting and other necessary repo bioler-plates](https://github.com/GEPTON-INFOTECH/galena/pull/4)
- [Implement landing component](https://github.com/GEPTON-INFOTECH/galena/pull/11)
- [Implement product component](https://github.com/GEPTON-INFOTECH/galena/pull/12)

## Future Scope
I hope my contribution to the project Galena is beneficial and there are a lot more improvements to be done to make it a complete project. I definitely like to work on this project in the future to contribute to those features as well.

## Overall Experience
This is my very first experience in open source contribution, it has been a great experience for me. Winter of code gave me the motivation and it is a good kick start to my open-source contribution journey. I learned new technologies and got opportunity to explore new features in git and GitHub which I couldn't experience before. I would like to thank [Abhibhaw Asthana](https://github.com/abhibhaw) for being supportive and friendly throughout WOC.