Demo: https://jolly-dolphin-562a8c.netlify.app/
The project it's a NUWE challenge to enter the Barcelona Digital Talent 2022 Hackathon
You have three cards model and a modal when you click in one of the card buttons.
git clone [repo]
npm i
# test o run commands
npm start
- Typescript: we use Typescript because we think that coding with Typescript help us avoid bugs.
- React: it helps us creating reusable components and managing app state.
- Sass: we used for creating modular styling. Also we prefer the SCSS syntax and functionality over native CSS.