Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);