Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.83 KB

README.md

File metadata and controls

74 lines (51 loc) · 1.83 KB

MSN Redesign 🏳

Made with Next - Inspired by Igor Monteiro's Layout | Behance

Versão Mobile - Tela de Identificação

Versão Desktop - Tela de Identificação

Versão Desktop - Tela de lista de chats

Versão Desktop - Tela que lista as mensagens de um chat

🛠️ Stack

  • Next
  • React
  • Yarn (v1.22.17)
  • CSS in JS
  • CSS - Gradient
  • Responsive website
  • Flexbox
  • Supabase

Run

First of all, we must clone the repository:

  $ git clone git@github.com:laisfrigerio/msn-redesign.git

Or case if it is a fork:

  $ git clone https://github.com/<your_username>/msn-redesign.git

And get into folder:

  $ cd msn-redesign

Create an .env file with credentials from supabase.

  NEXT_PUBLIC_SUPABASE_KEY
  NEXT_PUBLIC_SUPABASE_URL

Then, install dependencies

  $ yarn install
  $ yarn dev

👩 Author

Lais Frigério
@laisfrigerio

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details