Skip to content
View Luroz's full-sized avatar

Block or report Luroz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. TwitterAnalisis TwitterAnalisis Public

    This repo corresponds to my University Software Engineering thesis.

    HTML 1

  2. cobuildlab/bazl-admin cobuildlab/bazl-admin Public

    JavaScript 1

  3. React-NoteManager React-NoteManager Public

    Simple CRUD for taking notes and saving tasks with LogIn. Will keep on perfecting as I see fit.

    JavaScript 1

  4. Flappy Flappy Public

    Flappybird clone just for practice.

    HTML 1

  5. SQLite-Express-React-Crud SQLite-Express-React-Crud Public

    This repository is made to test my knowledge of fullstack development with the SQLite, Express and React tecnologies.

    JavaScript 2

  6. Global persistent hook. Global persistent hook.
    1
    import React, { useContext, createContext, useReducer, useEffect } from "react";
    2
    
                  
    3
    /* Action Types */
    4
    const SET_GLOBAL = "SET_GLOBAL";
    5