Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

responsive job listing website with add job feature

Gift Richardβ€’ 520

@fibonacci001

Desktop design screenshot for the Job listings with filtering coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Yo, what's up my coding superstars! πŸ”₯ I'm stoked to share the deets on my latest React project tackling that job listing site challenge. Talk about a glow up for my frontend skills! πŸ’ͺ

Ensuring accessibility across devices was a top priority, and let me tell ya, it wasn't a walk in the park. But with some savvy moves, we crushed it like coding rockstars! 🀘

First up, responsive design was the name of the game. We leveraged those slick Material UI components and CSS media queries to serve up a layout that adapts like a chameleon to any screen size. Desktops, tablets, mobiles - you name it, we nailed it! πŸ“ΊπŸ’»πŸ“±

But accessibility isn't just about looking good, it's about making sure everyone can enjoy the experience, right? 🌈 That's why we went the extra mile with keyboard navigation, proper focus management, and aria roles to keep things inclusive for our assistive tech fam.

Speaking of inclusivity, alt text for images was a no-brainer. Because let's be real, screen readers deserve to bask in the glory of our pixel-perfect designs too! πŸ“·πŸ”Š

Now, let's talk code organization because that's where the real magic happens. πŸ§™β€β™€οΈ We broke things down into reusable components, scoped styles for each one, and kept our file structure on point. Goodbye spaghetti code, hello maintainable masterpiece! πŸπŸ‘‹

But you know what they say, there's always room for improvement! πŸ”οΈ I ran into a hiccup with the app router when deploying to GitHub Pages. Couldn't get the page to display, and refreshing brought on that dreaded "no website assigned" error. 😩

I had to ditch the conditional rendering in the route handler and add the displayed jobs differently to the App component. Not gonna lie, it was a bit of a head-scratcher. πŸ€”

So if any of you React wizards out there have tips on how to tackle this routing issue more elegantly, I'm all ears! πŸ‘‚ Hit me up with your wisdom, fam. Together we can conquer these challenges and build websites that are accessible, organized, and just plain awesome! πŸš€

Let's keep pushing boundaries, breaking barriers, and making the web a better place for all users. Who's with me? πŸ™ŒπŸ‘βœ¨

What specific areas of your project would you like help with?

when I tried deploying this bad boy to GitHub Pages, things got a little wonky with the React Router setup. I had implemented conditional rendering in the route handler to display different components based on the URL path. But alas, once deployed, the pages wouldn't load correctly, and refreshing would hit me with that dreaded "no website assigned" error. 😩

I had to ditch the conditional rendering and add the job listing and posting components directly to the App component as a workaround. But let's be real, that's not a sustainable solution, fam. It's like putting a band-aid on a broken leg. 🩹

I need to figure out how to properly configure React Router for deployment on GitHub Pages (or any static hosting service, really). Is there some special server-side rendering magic I'm missing? Maybe I need to tweak the routing configuration or add some fancy redirect rules? 🧐

I'm all ears for any tips, tricks, or tried-and-true methods you React routing masters have up your sleeves. Hit me with your best shot! I'm determined to get this routing situation squared away once and for all. πŸ’ͺ

Routing is a crucial part of any web app, and I want to make sure I'm doing it right. No more workarounds or half-baked solutions – I'm aiming for a clean, robust implementation that plays nicely with static hosting services like GitHub Pages.

So, please, my coding compadres, share your wisdom! Let's tackle this routing conundrum head-on and make sure this project is truly deployment-ready. With your guidance, I'm confident we can slay this beast and emerge victorious! πŸ‰πŸ—‘οΈ

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

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