Visit the project, it's now online on Vercel ALL TYPES OF REACT DATA FETCHING
Link To My CSR/Fetching Summary/"article" on Notion Client Side Render
- install the dependencies
npm i
- Run The Developement Environment.
npm run dev
- Run Tests
npm run test
- Run the Production
Run Build First
npm run build
Start the App
npm run start
-
UI
-
Create Single Player Page & use /api/players/[firstname]
-
wrtite Single Player Page Tests
-
Write Index Pages Tests
-
Write Player's components Tests.
-
write e2e tests. with Cypress