Hey, I'm Caleb. ๐
I'm a Computer Science student and a Frontend developer
I'm passionate about building real world projects, learning in public, and improving every day.
#NewProfilePic
The index.js file this file helps you app be visualize in the web page it connects your react application to the web page, this file we import react libraries import React from 'react';( from react packeage) import ReactDOM from 'react-dom/client';(import react DOM functionality)
Day 2 learning React:
I try to learnt come about component. Why it's Composable it can create reusable piece of UI and can used interchangeably, also why it is Declarative React has dependencies, so it depends on Library to handle the manual task that would have to worry about
src(This were the application source code is contain App.js(the main app component), index.js, App.css, index.css, the logo.svg(react logo)): In the src folder they are two main file which are the App.js and Index.js. The App.js file is the App component written in React.
The index.js file this file helps you app be visualize in the web page it connects your react application to the web page, this file we import react libraries import React from 'react';( from react packeage) import ReactDOM from 'react-dom/client';(import react DOM functionality)
Day 2 learning React:
I try to learnt come about component. Why it's Composable it can create reusable piece of UI and can used interchangeably, also why it is Declarative React has dependencies, so it depends on Library to handle the manual task that would have to worry about
public(Most importantly is this where the root id is which is inside the index.html file),
src(This were the application source code is contain App.js(the main app component), index.js, App.css, index.css, the logo.svg(react logo)):
Iโve built some projects so far ๐GitHub: https://t.co/A0oa2iEZ8s
The goal isnโt to rush the journey โ itโs to keep improving and become better with every project.
Still learning. Still building. Still growing. ๐ป๐ฅ
A little progress update ๐
From learning HTML & CSS โ JavaScript โ Live Server โ npm.
Iโve been learning, breaking things, fixing bugs, and most importantly, building projects along the way. ๐ ๏ธ
I might be moving slowly, but Iโm not stopping.