Noon News is a news aggregator app that fetches its data from the HackerNews API. Stay up to date on the latest tech news, business developments, and more with Noon News.
This app was built using Next.js 12, React, React Hooks, CSS, and JavaScript.
- View the top stories from HackerNews
- View the newest stories
- Clean & Dark UI
To get started with Noon News, either visit the Live website or simply clone the repository and install the dependencies:
git clone https://github.com/liquid-O2/noon-news.git
cd noon-news
npm install
Then, start the development server:
npm run dev
Your Noon News app will be available at http://localhost:3000
To run the test suite, simply run:
npm run test
- Next.js - A framework for building server-rendered React applications
- React - A JavaScript library for building user interfaces
- React Hooks - A way to use state and other React features without writing a class
- CSS - A stylesheet language used for describing the look and formatting of a document written in HTML
- JavaScript - A programming language used for building web applications
- SASS- A stylesheet language that extends CSS with features such as variables and mixins
If you'd like to contribute to Noon News, please fork the repository and make your changes as a separate branch. Once you've made your changes, open a pull request and we'll review your submission.