This repository contains a series of exercises to practice React concepts such as props, state, fetching data, and managing a list of todos.
- Clone the Repository
git clone https://github.com/KEA-DAT-E23ABC/react-exercises.git- Navigate to the project directory
cd react-exercises- Install dependencies
npm install- Start the development server
npm run devSee /src/pages/PropsPage.jsx for the exercise instructions.
See /src/pages/StatePage.jsx for the exercise instructions.
See /src/pages/ConditionalRenderPage.jsx for the exercise instructions.
See /src/pages/FormsPage.jsx for the exercise instructions.
See /src/pages/ListsPage.jsx for the exercise instructions.
See /src/pages/FetchPage.jsx for the exercise instructions.
See /src/pages/FetchIdPage.jsx for the exercise instructions.
- Clone the backend repository for this exercise:
git clone https://github.com/KEA-DAT-E23ABC/todo-backend-reactintro.git- Use VSCode to open the backend project and run the server.
See /src/pages/TodosPage.jsx for the exercise instructions.