Check out the project on Netlify
Sticky Note is a simple project I built in 2021 to practice React and in 2022 added Typescript and Tailwind.
- Add notes
- Delete the notes
Prerequisite to run the following commands => Node.js,
Git,
Yarn.
git clone https://github.com/romeiro-bru/react-stickynote.git
cd react-stickynote
yarn install
Open the project and run yarn start
Write http://localhost:3000
in your browser
- Style an element when it’s an even child using the even modifier.
- Cutomize component color using square brackets.
<li className="even:bg-[#808f9e]">
Made with 🫀 by Bruna Romeiro 🥰