Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1006 Bytes

File metadata and controls

35 lines (22 loc) · 1006 Bytes

Alurakut!

Tecnologies used

This project was created using React, Next.js, DatoCMS, and Style-Components.

About the Project

Alurakut is a attempt to recreat the Orkut social media.

To get your own copy of the project you can clone it and run the command yarn dev in the terminal.

The project was developed during the Imersão Alura event in July 2021.

Design Previews

The login screen

Login-Screen

The user's feed

Users-feed

Deployed app

You can find the deployed version of the app here!

Some concepts used

  • Single Page Application
  • React concepts (Components, States, Props, Hooks)
  • Authentication (Using JWT)
  • Cookies
  • Communication via API
  • AJAX
  • JS Functions (Spread, Map, Fetch)