Solo ReactJS Website
Project information
- Tools Used: ReactJS, HTML, CSS, JS, JSX
- Website Link
This website was created using ReactJS. It fetches data from an API to display on the website. The API used is from Unsplash.com. The data consists of a collection of pictures. The user can search for any category of pictures they choose and the site would show the results on the page. React implements a single-page application, this allows the website to run faster giving there need not be any requests for different pages. This project makes use of different components and "pages" for reusable code.