Nius App is a React app created with Create React App that consumes News API data.
- 2017: I have created this app as my first React app, developed to learn the basis of React.
- 2020: I have refactored this app with functional components and hooks, to update my skills with React.
You can see this project in action here: https://luciano-im.github.io/nius/
node.js is required to get npm
.
Download the code and try it for yourself:
- Clone the repository:
https://github.com/luciano-im/nius.git
cd nius
- Install packages:
npm install
- Launch project:
npm start
- A browser tab will open at:
http://localhost:3000
The app will run in any current browser! ;)
Supports LTS version (v12.18.0).