Please visit the following link if you want to see the deployed version of this application.
https://ncnews-umair.firebaseapp.com/
https://umair-ncnews-be.herokuapp.com/
Please ensure you have latest version of NODE
installed (v8.4x or above) along with git. To check if it is intalled, you can
type git --version
on your command line.
In the terminal enter:
git clone https://github.com/ahmedu007/FE-NC_News.git
cd into the project directory and run
npm install
or
yarn
then
npm start
or
yarn start
and navigate to the following URL in your browser.
http://localhost:3000/
To run tests, please open another terminal window and enter:
npm test
or
yarn test
- ReactJS - The server framework used
- Redux - The state container for React js
- React Router - Routing on the site
- Semantic UI - The frontend framework used
- Firebase - Hosting service for the App