Skip to content

firstneverrest/MyArticle-WebApplication-github.io

Repository files navigation

MyArticle-WebApplication

image 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.

Technologies

image image image image image

React

  • useState
  • useEffect (fetch API)
  • conditional rendering (loading page, handle error)
  • asyn/await

Dependency

  • 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

Description

  • 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

About

The web application displays all my Medium article using NoCodeAPI to fetch API from Medium.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published