
React App - Routing, Fetch & Filter data using Axios on Contentful API
This document provides an analysis of a project titled "Fetch data - Create a Pinterest Clone with React" developed by WBS Coding School as a team project. The main goals of the project were to work with git and GitHub in a remote team, and to implement routing, fetching, and filtering data using Axios requests on the Contentful API. The project required knowledge of React, ES6, HTML5, and CSS3, and had a duration of 2 weeks with a team size of 4.
The "Fetch data - Create a Pinterest Clone with React" project developed by WBS Coding School is a team project that focuses on working with git and GitHub in a remote team, as well as implementing routing, fetching, and filtering data using Axios requests on the Contentful API. The project requires knowledge of React, ES6, HTML5, and CSS3, and includes features such as different routes, fetching and displaying data, and search functionality. Overall, it provides a practical exercise in building a React application that interacts with an external API.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components