Technologies to learn HTML, CSS, Bootstrap, GIT, JavaScript, React
What Will I Learn?
- We will learn how to build the frontend of an ecommerce application, we start by using HTML to create the content and user interface of this application.
- We style the ecommerce application using CSS, We take a look at principles of design, by asking our selfs what and what makes website beautiful
- We add some Google/Custom fonts, background images etc We use CSS flex box for the layout
- We look at the principles behind mobile responsive web app and we use css media query to create it
- We learn about Bootstrap 5 frameworks and use it to style common components like menu, forms, tables and quickly make it mobile responsive
- We Learn Javascript, by looking at basic programing concept such variables, loops conditionals etc
- We learn about Functions, Classes, Objects, JSON, Dom Manipulation and applying this to our ecommerce website
- We turn the same app into react by breaking them into react components, handling
forms and events, using external API's for application data
- Adding different routes to our React router, dynamically rendering different page with state
- Performing Create, Read, Update, Delete (CRUD) with React and many more click on the link here to
view more of our course content.