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:
- JS Array methods implementations
- RSS Feed UI
You can find them in array.js file. Nothing to add here ^^
The working web-application can be found at rss-reader.slnt-opp.xyz
But if you wan't to run it by yourself, you can either just:
- clone this repo
- run
docker-compose up
OR
- clone this repo
cd rss_ui
yarn
yarn build
- install requirements with
pip install -r requirements.txt
- go back to app root
python server.py