Project developed during the @alura event named 'Imersão React 4' with @omariosouto and @peas. Theme based on android K2S0 from the Star Wars movie Rogue One.
The project is a chat similar to discord, which allows the exchange of messages between two or more participants who register with their GitHub username.
This project has the following technologies:
- This was my first experience with Next
- Practice the useEffect adn UseState hooks
- The basic concepts of consuming an API
- I learned how to route pages using next
To run the project you will need Node.js and Git on your system. To edit the code I used VSCode.
- Clone this repository.
git clone https://github.com/diegoflorenca/aluracord-k2s0
-
Access the project directory.
-
Install all dependencies using NPM.
npm install
- Run the application in development mode.
npm run dev
This file readme structure was based on Lário's project.
The background image was acquired from teahub.
Created by Diego Florença