Wiki - An Encyclopedia Web App

Front-End

The challenge: Implement these specifications in React.

What I did:

  • Built an encyclopedia web application with React.
  • This app creates and edits posts using a REST API, reads Markdown files, and renders them in semantic HTML elements.
  • Created app routing and navigation using React Router.
  • Managed global application states using context API.
  • Deployed the frontend app in Netlify and the REST API in Heroku.

Technology I used:

  • React
  • React Router
  • Context API
  • Django
  • Heroku
  • Netlify

View Project

View Code