This assignment aims to practice HTML, CSS and SASS
Create an e-commerce website
- Git/GitHub
- create a simple
README
file to introduce yourself - submit the assignment by open a pull request (PR)
- make the repository public
- add label to your PR
- HTML and Accessibility
- Make use of different tags: headings, paragraphs, link, italic, ordered list, unordered list,table, form
- Check out more tags that might be helpful: address, section, article, audio
- CSS
- add styling to the HTML file using Flexbox and Grid
- add basic animation (hover effect, active link styles, typing effect)
- the web page does not need to be fully responsive, but at least you should have responsive scaling for Flexbox and Grid system.
- SASS
- apply SAAS to current project. Make sure to at least use variables and mixins
- Other
- Deploy the project
- Write a readme file to describe your project with few more details