https://github.com/dentednerd/ncnews
A news aggregation, rating and discussion website. (All 3 versions in this repo.)
https://github.com/dentednerd/ncnews
expressjs postgresql react react-hooks
Last synced: 2 months ago
JSON representation
A news aggregation, rating and discussion website. (All 3 versions in this repo.)
- Host: GitHub
- URL: https://github.com/dentednerd/ncnews
- Owner: dentednerd
- Created: 2023-10-02T17:29:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T20:13:38.000Z (over 2 years ago)
- Last Synced: 2025-08-25T08:12:49.641Z (10 months ago)
- Topics: expressjs, postgresql, react, react-hooks
- Language: JavaScript
- Homepage: https://dentednerds-northcoders-news.netlify.app/
- Size: 22.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Northcoders News Three
[](https://app.netlify.com/sites/dentednerds-northcoders-news/deploys)
dentednerd's Northcoders News v3 is a social news aggregation, web content rating, and discussion website, featuring stories arranged by topic. Each story can be up- or down-voted, and users can comment and vote upon each story. This project is created from a sprint on the Northcoders bootcamp.
[dentednerds-northcoders-news.netlify.app/](https://dentednerds-northcoders-news.netlify.app/)
API: [live](https://nc-news-sql-dentednerd.herokuapp.com/api), [repo](https://github.com/dentednerd/nc-news-sql-dentednerd)
[The prophecy is fulfilled.](https://www.joeyimlay.dev/posts/northcoders-news-revisited/)
## requirements
- Node v14.17.3
## installation
```sh
git clone https://github.com/dentednerd/nc-news-3.git
cd nc-news-3
yarn
yarn start
```
## notes
- components reorganised into Atomic Design structure
- used Stitches again
- used mycolor.space to generate the colour palette
## todo
- [x] do some dayjs magic in HomeHeader to change greeting based on time of day
- [ ] BACKEND: implement pagination on comments
- [ ] FRONTEND: implement pagination on comments
- [ ] BACKEND: implement sorting on comments
- [ ] FRONTEND: implement sorting on comments