The web application displays all my Medium article using NoCodeAPI to fetch API from Medium. You can access my article web app by this link MyArticle-WebApplication.
- useState
- useEffect (fetch API)
- conditional rendering (loading page, handle error)
- asyn/await
- gh-pages - deploy to GitHub page in gh-pages branch
- node-sass - use Sass in React
- xml2json-light - extract data inside xml tag to plain text
- This project I would like to fetch data from Medium rss feeds. more info about Medium rss feeds
- Use NoCodeAPI to connect medium API without code (same as proxy)
- Use a lot of JS string knowledge such as slice(), indexOf(), string interpolation and split
- Display articles in cards
- Using grid and flexbox to style layout of the cards
- Create loading page