https://github.com/kennix88/ngx-medium-clone
A clone of the medium site, created for the sake of training writing code.
https://github.com/kennix88/ngx-medium-clone
angular rxjs
Last synced: about 1 month ago
JSON representation
A clone of the medium site, created for the sake of training writing code.
- Host: GitHub
- URL: https://github.com/kennix88/ngx-medium-clone
- Owner: Kennix88
- Created: 2022-01-31T06:31:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T18:08:30.000Z (over 4 years ago)
- Last Synced: 2025-04-03T03:29:25.658Z (about 1 year ago)
- Topics: angular, rxjs
- Language: TypeScript
- Homepage:
- Size: 750 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
> ### Angular, ngRx, RxJS is a project created for created to train writing code.
This project is created for the sake of training in writing code and does not have any commercial basis. You can use the code from this repository, as well as improve the current project. I will be grateful if you mention me when using the code!
At the moment, [RealWorld](https://github.com/gothinkster/realworld) is used as the api. In the future, a backend will be written for this project.
## What is currently implemented:
- Registration module
- Top bar + router menu
- Login module
## What is planned to be implemented:
- Feed module
- Tag List Module
- Popular Tags module
- The page of a separate post
- User Settings Page
- Creating and deleting a post
- The function of likes and dislikes
- User page
- User subscription function
- Comments to posts