Awesome
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
- Clone the project into your desired path.
- Open a console inside the repository.
- 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.
<a rel="license" href="./LICENSE.md"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a>