Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.21 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.21 KB

Aluracord MKRoom

This repository store the source code of a chat application built in NextJS. The code was built in alura's React event, and here I styled the code to make it unique and creative! Basically the application uses @skyneui/components to build a beautiful interface, react-tilt, that's a lib to use Vanilla-tilt effect, and lodash so that the application can wait while the user typing the input data, and just after he stop, the code runs (This technique avoid the application make request every time without necessity)


Status

🚧 ... Developing ... 🚧

Preview

Login Page


Chat Without Messages


Chat With Messages


Loading Page

Requirements

To use the application you need the Node and the yarn(optinally) installed in you computer, because through that we'll use npm or yarn to install the dependencies and run the application locally. But if you want just test the actual version, you can access the applicatio by visiting this link. It was deploied in vercel plataform

How to Use ?

To use you need to install all dependencies by using yarn or node. To do that, runs the follows commands with yarn or npm

  # Install the dependencies
  yarn

  # Runs the aplication in development environment
  yarn dev

OR

  # Install the dependencies
  npm install

  # Runs the aplication in development environment
  npm run dev

Technologies

Author

Victor

Victor Hugo🚀

📝 LICENSE

This project is under the MIT license MIT.

Made with dedication by VictorSilva15