https://github.com/one-aalam/qrius
A very minimal HackerNews clone, built outta qriusity
https://github.com/one-aalam/qrius
css-modules eslint hacker-news jest nextjs react react-testing-library travis-ci typescript unfetch
Last synced: 4 months ago
JSON representation
A very minimal HackerNews clone, built outta qriusity
- Host: GitHub
- URL: https://github.com/one-aalam/qrius
- Owner: one-aalam
- Created: 2020-04-04T15:16:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:30:51.000Z (over 3 years ago)
- Last Synced: 2025-09-05T11:40:51.850Z (10 months ago)
- Topics: css-modules, eslint, hacker-news, jest, nextjs, react, react-testing-library, travis-ci, typescript, unfetch
- Language: TypeScript
- Homepage: https://qrius.one-aalam.now.sh/
- Size: 398 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# qrius
A very minimal HackerNews clone, built outta qriusity https://qrius.one-aalam.now.sh/
## Details
Built using NextJS for allowing SSR with very manageable constructs and decent Lighthouse score out of the box. State is managed using React Hooks (defaults + custom)
## Recommended workflow for releases
1. Make changes
1. Commit/Merge those changes
1. Make sure Travis turns green
1. Bump version in `package.json` (run `yarn version`)
1. Commit `package.json` and `CHANGELOG.md` files
1. Tag
1. Push