Digi News is a Single Page Web Application, that utilizes the News api in order to fetch real time news feeds. Powered by React and Redux.
- Powered By The News Api.
- View trending news feeds.
- Explore different news feeds (Breaking News, Cryptocurrency, Sports, etc).
- Redirect users to news articles.
- Frequent news updates.
- React.js - ( Front-End )
- Redux - ( State Manager )
- SCSS - ( CSS Pre-processor )
- MaterializeCSS ( CSS-Framework )
- Webpack4 - ( Module Bundler )
- ESLint - ( Linter )
Install the dependencies and start the development server.
$ cd diginews
$ npm install
$ npm run dev-server
For production...
$ npm install
$ npm run build
After running the build command all files & assets should be bundled in the public folder ready for production.
- Add more features
- Write tests with Jest & Enzyme