Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuseppesciacca/vite-react-meme-generator
https://github.com/giuseppesciacca/vite-react-meme-generator
bootstrap reactjs scss vite
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giuseppesciacca/vite-react-meme-generator
- Owner: giuseppesciacca
- Created: 2023-08-29T21:44:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T21:28:11.000Z (over 1 year ago)
- Last Synced: 2023-09-01T16:32:19.683Z (over 1 year ago)
- Topics: bootstrap, reactjs, scss, vite
- Language: JavaScript
- Homepage: https://giuseppesciacca-react-meme-generator.netlify.app/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite + Bootstrap + Scss
## Meme-Generator
Second small application I built while studying react.
With the click of the button there is a change of the meme-image and it is possible to write text on it.
It's possible move the text and download the meme.It's an exercise to familiarise myself with the React library:
- Responding to Events;
- useState with Objects;
- Rendering different JSX depending on a condition (Conditional Rendering);
- useEffect for synchronize a component with an external system (API);