This project is just for practice, a little cooperation with a UX/UI friend.
Considering this is not a big project, I'll use plain HTML
, CSS
and Javascript
, no webpack or libraries, unless I find it necessary.
a screenshot from the original design
Here is the mockup I'm going to use for this project. It's a landing page and the store section.
I still have to think what kind of approach I'm going to use. I didn't planned anything before creating this repository, so I'm going to scribble a little over the original design to organize everything and find the best way to keep the CSS
as simple as possible. For the Javascript
I'm probably going to use modules to prevent repetition, so I'll keep the HTML
to the minimum.
The page needs to be reponsive. I didn't asked how it should look on mobile devices, so I'm going to try my own solution as a little challenge, then apply any necessary changes depending on the designer's opinion.
I've been scribbling over two screenshots, planning the best approach for this project, but felt a little unnecesary considering the simplicity of the pages. Then I noticed I can open the Figma mockup on the editor to get all the necessary information I need to make it a real page. Oh, well, here's what I did with the screenshots before noticing it:
Now I can start building the pages. I was considering changing the page's content (keeping the header and footer where they are) instead of loading another page. With modules it's going to be easier this way.