Skip to content

This is a solution to the Chat app CSS illustration challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Notifications You must be signed in to change notification settings

saurabh1996-rex/Chat-app-illustration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Chat app CSS illustration solution

This is a solution to the Chat app CSS illustration challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the component depending on their device's screen size
  • Bonus: See the chat interface animate on the initial load

Screenshot

Screenshot of the Final Page

Links

My process

Built with

  • Semantic HTML5 markup
  • Mobile-first workflow
  • Flexbox
  • CSS custom properties
  • SASS

What I learned

I was able to make use of the pseudo-elements gracefully and create awesome background effects. It was also nice working with CSS inorder to make it even cooler. Mobile First approach is really stealing the show for me. I'd recommend it to everyone who's new in here. I was also able to know much in detail about flexbox properties.

To see how you can add code snippets, see below:

.flextry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

Continued development

Really looking forward in working with much more complex CSS styles. I will be working on understanding flexbox and grid concepts in detail so that it'd be easier for me as I move along.

Useful resources

  • W3 Schools - This has been my first line of contact when I was stuck at stages. It usually solved all my quests.

Author

Acknowledgments

Always thankful to Frontendmentor.io as they've provided all the necessary files so that it was easier to work with the project. Also special metion to the one who have designed this project, Great Work!

About

This is a solution to the Chat app CSS illustration challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published