News Homepage using Grid, Typescript & Vitejs

Solution retrospective
Loved this challenge, especially setting up the project using ViteJs
with Typescript
. It was a great exercise to learn Typescript
and have hands on. I have approached this project as a scalable architecture therefore broke down into Atoms, Components using Atomic Design Pattern.
Any feedback will be massively appreciated, if you liked the project please share your likes and 'Star' the repository by visiting 'View Code'
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@webdevbynight
Some feedback:
- the ranking number on the three last articles are designed in light vermillion, not in silver;
- concerning the use of interfaces in TypeScript, you should only use them when you want to extend another interface (check this section from Matt Pocock’s e-book);
- on mobile view, I do not manage to reach the links and the burger menu using the keyboard: you should check that your app or your web pages are accessible using the keyboard only.
I hope this feedback helps you.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord