[HN Gopher] Show HN: My Hacker News clone (redesigned)
___________________________________________________________________
Show HN: My Hacker News clone (redesigned)
Author : dusanJon
Score : 5 points
Date : 2021-05-08 19:21 UTC (3 hours ago)
(HTM) web link (hacker-news-dj.netlify.app)
(TXT) w3m dump (hacker-news-dj.netlify.app)
| dusanJon wrote:
| Hi everyone, I've made this Hacker news clone just recently using
| their official Firebase Api.
|
| It's completely client-side rendered using React JS, with no
| additional libraries or add-ons (used useContext hook for partial
| state management), except that I used React Router for app
| routing.
|
| As for the styling goes, I've used vanilla CSS and tried to keep
| the UI as simple as I could, and to stay away from looking too
| flashy, with little or no animations at all. I added the dark
| mode for easy night time reading.
|
| Let me know what you guys think about it :)
| fm200 wrote:
| "You need to enable JavaScript to run this app." Closed it
| instantly.
| alpaca128 wrote:
| The important bit with imitating a site like HN is not imitating
| the UI...but the UX. I don't visit this site for the page layout
| but because it loads 10x faster than every site trying to copy
| it. Don't implement loading animations, when the site is fast
| enough you won't see them anyway.
|
| So basically the trick is to take a site like the new reddit.com,
| looking at it very carefully and then doing everything the
| opposite way.
|
| (I think the overall design is fine though)
| sparrish wrote:
| It's harder to read tiles than a list.
___________________________________________________________________
(page generated 2021-05-08 23:02 UTC)