grey-codes / RedditSharp

Angular Reddit client

Home Page:https://redditsharp-b7de3.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedditSharp

What is this?

RedditSharp is an online Reddit client written using Angular 11. The name is inspired by the sharp angles used in the visual design, as well as the fact that the project is... well... angular. It aims to provide a material design spin on the classic Reddit UI, mirroring and refining the original functionality of the website.

Features:

  • Responsive UI which takes full advantage of desktop and mobile displays
  • Infinite scrolling
  • Rich embeds
  • Modular code
  • OAuth2.0 implementation
  • Minimal external libraries
  • Strict typescript linting
  • Continuous integration
  • Standardized code formatting

All of this makes for a visually pleasing and performant client.

Installation

  1. Clone the project into your desired path.
  2. Open a console inside the repository.
  3. Run yarn install

Development server

Run yarn ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run yarn ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Creative Commons License

About

Angular Reddit client

https://redditsharp-b7de3.firebaseapp.com/

License:Other


Languages

Language:TypeScript 79.6%Language:HTML 11.0%Language:SCSS 6.5%Language:JavaScript 1.6%Language:CSS 1.3%