This repository contains a test website built with React, designed to showcase various features such as fetching data from an API, state management, and basic UI components. The whole project (API + React) was created by Karol Fryc.
The primary aim of this project is to demonstrate:
- Data fetching from an API
- State management in React
- Basic routing and navigation
- Interactive UI elements
You can view the live demo of the website (might get unavailable soon as I need a different hosting server) here.
- Demonstrates fetching data from the API.
- Displays fetched data in a user-friendly format.
- Example of managing state within the application.
- Interactive elements to modify and display state.
- Basic routing between different pages.
- Demonstrates the use of React Router for navigation.
To run this project locally:
- Clone the repository:
git clone https://github.com/your-username/react-test-website.git
- Navigate to the project directory:
cd react-test-website/React - Install dependencies:
npm install
- Start the development server:
npm start
This test website is a simple project aimed at demonstrating core React concepts and features. Feel free to explore the code, try out the features, and use it as a reference for your own React projects.



