GSoC 2024 Week 02
Hi everyone,
This week was all about laying down a solid foundation, refining our project’s designs, and delving deeper into the world of React Hooks.
One of the major highlights of this week was getting the boilerplate code up ,running and reviewed
What is Boilerplate Code?
Boilerplate code refers to the sections of code that are repeated across various parts of a project with little to no alteration. It’s essentially the basic structure upon which the rest of the application will be built. For my project, this involved setting up:
- File structure: Organizing the files and folders in a logical and scalable manner.
- Basic routing: Implementing a simple routing system to navigate between different components.
- Styling framework: Integrating a CSS-in-JS solution to handle component-level styles.
By the end of the week reviews were made and adjustments worked on in the esm-communications repository
Next Task
Over this week a branch to handle the CFL messages project is to be set up so as to continue with the feature development.
Cheers!