ArslanYM / StarterHive

πŸš€βœ¨ Help beginners to contribute to open source projects of remotely hiring organizations.
https://starter-hive.vercel.app/
MIT License
206 stars 201 forks source link

404 Page Added #256 #367

Closed Keshav-Aneja closed 8 months ago

Keshav-Aneja commented 8 months ago

In this pull request, I addressed the absence of a 404 Page on the website by creating a custom one from scratch using Tailwind CSS. Notably, the mascot for the 404 Page was entirely crafted using Tailwind CSS without any copying involved. This addition enhances the user experience and ensures a consistent visual style throughout the website. image image

welcome[bot] commented 8 months ago

πŸ’–Thanks for opening this pull request! Please check out our contributing guidelines.πŸ’–

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
starter-hive βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Oct 4, 2023 3:46pm
Keshav-Aneja commented 8 months ago

@ArslanYM Please review the PR

ArslanYM commented 8 months ago

@ArslanYM Please review the PR

You need to add the 404 route in the App.jsx file. Should be pretty simple. Let me know if you need any help

Keshav-Aneja commented 8 months ago

@ArslanYM Thank You for the reply sir. I have added the 404 Page Route in App.jsx. Kindly review it

ArslanYM commented 8 months ago

@ArslanYM Thank You for the reply sir. I have added the 404 Page Route in App.jsx. Kindly review it

Following the project code rules, We advise to adhere to the already existing codebase. It looks like youve imported the <NotFound/> page separetely inApp.jsx` what I would recommend is importing it like this like other pages. import


You will need to make a few changes for this, pretty simple