Work

The Byte Board (Utilizing RESTful API)

React
NPM
Vite
Axios

A News site (similar to Reddit) built using the backend API I created

Thumbnail of site

You can access the live version of this app here. (It may take a while to load as the backend is hosted on Netlify, and loading times vary depending on when the link was last opened).

This application makes use of the backend API created myself that you can find here

The Byte Board is a service built for the purpose of reading, viewing, commenting, sorting and liking recent news articles. Modelled after real world services, such as Reddit, this application makes use of information provided from my backend API. The project was created with React and is now live and deployed on Netlify.

The development process was driven by a set of user stories, illustrated using wireframes based on mobile-first principles. A component tree was then used to define the structure of the site, with consideration to Reacts state, props and context, as well as API calls and queries. Each user story was completed with its own ticket, with frequent code reviews from Senior Software Engineers.