Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:30:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T08:09:04.253Z (about 1 month 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: 2
- 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