This is a small technical test of React. It is a website that shows the players of a soccer team.
Here you will find:
- The list of team players
- A detailed view of each player
In this section you can see the technologies to carry out the project
Next we will see a series of prerequisites and indications to carry out this project.
In order to run this project we need to have installed:
- Node v16.17.1
- NPM 8.19.2
To install the project we have to:
- Clone the Repository
git clone https://github.com/sstark97/lets_play_football.git
- Install all dependencies;
npm i
- Enter your environment variables
.env
VITE_PORT=
In this section you will see the different views
In this view the user will be able to see the players of the team, having the option of clicking on any of them to see more details. If you click on Teams or on the logo, you will be redirected to Home.
In this view the user will be able to see the details of the player
If the user write another path in the url he see this view.
- Finish Home Page
- Add React Router
- Add Context
- Add Player Page
- Deploy in Netlify
Aitor Santana Cabrera - @aitor_sci - aitorscinfo@gmail.com
Production: Let´s Play Football