Project developed during the January/2022 React immersion, taught by the Alura school.
Download or clone the repository and then run the following command to install the project's dependencies:
- npm:
npm install
- yarn:
yarn install
After installing the dependencies, run the following commands to start the local server:
- npm:
npm run dev
- yarn:
yarn dev
- Login: Use your Github username, the user query will only happen after clicking "Entrar".
- Deleting Messages: Only messages sent by the user will be deleted.