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.
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
- Solution URL: solution URL here
- Live Site URL: live site URL here
- Semantic HTML5 markup
- Sass
- Flexbox
- Gulp for Sass compile and browser sync
- Mobile-first workflow
Step back to good old time building UI with pure HTML and Sass and leverage gulp workflow.
It is a nice try to build a chat app UI with that.
There is still something need to update such as screen between 375px and 1440px, animation for chat app UI.
- Useful resource -This is an excellent website for advising on how to engage best practice with Sass
Thanks frontendmentor for providing a really good challenge!!