SartHak-0-Sach / Advice-generator-app

Welcome to the Advice Generator App, your go-to tool for timely wisdom. Featuring a sleek, responsive interface, users can access advice seamlessly on any device. Just click the dice icon for fresh insights. Developed with HTML, CSS, vanilla JavaScript, this project exemplifies modern web development. Experience guidance at your fingertips today!☺️

Home Page:https://free-advice-generator-frontend.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advice Generator App

Design preview for the Advice generator app coding challenge

Welcome! 👋

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Generate a new piece of advice by clicking the dice icon

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • Next.js - React framework
  • Styled Components - For styles

You will find all the required assets in the /images folder. The assets are already optimized.

There is also a style-guide.md file containing the information you'll need, such as color palette and fonts.

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

<h1>Some HTML code I'm proud of</h1>
.proud-of-this-css {
  color: papayawhip;
}
const proudOfThisFunc = () => {
  console.log('🎉')
}

Continued development

The continuously learning journey of a programmer never ends. This project made me realize that there are many concepts that I need to work upon including fundamentals like flex-box and its properties, to more complex concepts like working with fetch and async await in javascript. These areas are some that I think I need to work more upon in the upcoming future as they highlight some of the most significant regions of web development that are important for every developer to know of.

These key points mentioned here will help me grow accountable and consistent towards improving at writing good quality code and be a successful full stack developer one day.

Useful resources

  • Example resource 1 - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
  • Example resource 2 - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.

Author

Acknowledgments

I feel like the solutions provided on the website and the continuous doubt solving by industry experts on discord for free is something that is unmatched by anyone else and need to be acknowledged for their efforts in improving me as a developer by suggesting the best practices in your respective tech stack.

Got feedback for me?

We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email 'hi' at saarsaach[at]gmail[dot]com.

If you liked this project make sure to spread the word and share it with all your friends.

Have fun building! ☺️🚀

About

Welcome to the Advice Generator App, your go-to tool for timely wisdom. Featuring a sleek, responsive interface, users can access advice seamlessly on any device. Just click the dice icon for fresh insights. Developed with HTML, CSS, vanilla JavaScript, this project exemplifies modern web development. Experience guidance at your fingertips today!☺️

https://free-advice-generator-frontend.netlify.app/

License:MIT License


Languages

Language:CSS 51.4%Language:HTML 30.9%Language:JavaScript 17.7%