This repository possesses the code of a workshop held on 28th March 2022 by @OlfaBenSoussia and @safoine27 with students from ISI
The app is a simple Todo application using react 18 with a couple of basic react concepts
- Array spreading
- Object destructuring
- Array functions
- Ternary operator
- Functional components
- useState hook
- useEffect hook
- Conditional styling
- Conditional rendering
- Nodejs version >=10
- npm version >=5.2
You can use nvm to switch easily between Node.js version : nvm use 10
- Clone this repository
- run the command
npm i
ornpm install
- run
npm start
Thanks for considering contributing! There’s information about how to get started on how to contibute and submit a pull request here.