poulamb / chapter-10-what-is-seen-is-sold

Chapter-10 is all about UI Layer of our app. The look and feel of the app attracts the user. Various ways of writing css (styling) is discussed in this chapter. Recreated the whole app using Tailwind CSS.

Home Page:https://learn-react-with-harshi-chapter-10.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn React With Harshi πŸ‘©πŸ»β€πŸ’» Series

Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini

Class Summary Chapter-10 What is seen is sold (28/01/2023)

In this weekend (chpater-10 & chapter-11), we will be covering the two important layers of any Single Page Application - UI layer & Data layer. As the name says, Chapter-10 is all about UI layer where the presentation of the components is discussed. Started with various ways of writing CSS for app, we discussed about all the ways in brief and stated few examples of each method, its pros and cons. This chapter mainly focusses on a CSS framework Tailwind CSS. We tried converting the whole css that we wrote for our InstaFood app into Tailwind CSS. It will be painful in the beginning but definitely worth the try.

Find my version of detailed explanation of these concepts in theory-assignment.md. Check coding-assignment.md for all the features that I implemented in this chapter.

One line about this chapter : Leave the Styling (writing long classes in css files) to Tailwind, use its utility classes and concentrate on your logic part of the application

Check out Chapter-10 Live for the live demo of this chapter's coding assignment (InstaFood Version 6.0). Also check out the following chapters to see how InstaFood has progressed. Happy Reacting !!!

If you are interested in other chapters of this series, please browse through the my repositories

If you want to quickly see a short summary and live demo of all chapters, please have a look at Table of contents

About

Chapter-10 is all about UI Layer of our app. The look and feel of the app attracts the user. Various ways of writing css (styling) is discussed in this chapter. Recreated the whole app using Tailwind CSS.

https://learn-react-with-harshi-chapter-10.netlify.app/


Languages

Language:JavaScript 99.5%Language:CSS 0.3%Language:HTML 0.1%