This is a web application that allows you to read technology news, using RSS feeds from different sources and saving them in a database. It also allows you to create a user account and save your favorite news.
Optional tools:
# Clone this repository
git clone https://github.com/marcode24/inforeader-frontend
# Go into the repository
cd inforeader-frontend
# Install dependencies
npm install
# Run the app
ng serve
shut it down manually with Ctrl-C
or Cmd-C
.
# Run tests
npm run test
# Run tests with coverage
npm run test:cov
Name | URL | PORT |
---|---|---|
Localhost | localhost | 4200 |
Production | https://inforeader.netlify.app/ |
.
βββ src
β βββ app # Source code application
β β βββ auth # Module for auth feature
β β βββ core # Module as a singleton
β β β βββ components
β β β βββ constants
β β β βββ guards
β β β βββ interfaces
β β β βββ models
β β β βββ pipes
β β β βββ services
β β β βββ utils
β β βββ features # Module for features which compose the application
β β βββ shared # Module for components shared between application modules
β β β βββ components
β βββ assets # Styles, images, icons, fonts etc
β βββ environments # Config by environment (localhost and production)
β βββ styles # Global styles
βββ README.md
This project is under the MIT license. See the LICENSE for more information. π