https://github.com/slntopp/simple_vue_rss_reader
https://github.com/slntopp/simple_vue_rss_reader
challenges-solved rss-reader vue vuejs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slntopp/simple_vue_rss_reader
- Owner: slntopp
- Created: 2020-05-22T10:51:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:21:18.000Z (over 1 year ago)
- Last Synced: 2025-07-09T17:04:52.544Z (6 months ago)
- Topics: challenges-solved, rss-reader, vue, vuejs
- Language: Vue
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Reader
*Little remark: this is my solution made as a challenge for one public company, so repo name was changed to make it harder to be found with search engines*
This repo(same as challenge) consists of two parts:
1. JS Array methods implementations
2. RSS Feed UI
## 1. JS Array methods
You can find them in array.js file. Nothing to add here ^^
## 2. RSS Feed UI
The working web-application can be found at [rss-reader.slnt-opp.xyz](https://rss-reader.slnt-opp.xyz)
But if you wan't to run it by yourself, you can either just:
1. clone this repo
2. run `docker-compose up`
OR
1. clone this repo
2. `cd rss_ui`
3. `yarn`
4. `yarn build`
5. install requirements with `pip install -r requirements.txt`
6. go back to app root
7. `python server.py`