Skip to content
View Daf98's full-sized avatar
🎧
🎧

Block or report Daf98

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
Daf98/README.md
const Daf = {
    pronouns: "she" | "her",
    code: ["Javascript", "MERN", "Ruby on Rails"],
    askMeAbout: ["web dev", "music", "sci-fi", "horror", "physics"],
    technologies: {
        frontEnd: {
            javascript: ["React"]
                },
        backEnd: {
            ruby: ["Rails"]
                },
        databases: ["PostgreSQL"],
        miscellaneous: ["GraphQL"]
    }
};

Most used languages

⭐️ From Daf98

Pinned Loading

  1. Spotify-API Spotify-API Public

    A page to like and comment on songs

    JavaScript 5 1

  2. mathematicians mathematicians Public

    A page with a calculator and a quote

    JavaScript 5

  3. toDoList toDoList Public

    In this project I'm creating an interactive to-do list where I can add, remove, edit and complete items, as well as save them to my local storage.

    JavaScript 6 2

  4. Capstone1 Capstone1 Public

    This project is about a convention where people interested in Socionics can learn about it, see real-life scenarios and examples, and meet people.

    HTML 5

  5. Bookstore Bookstore Public

    A page to add and remove books with React and Redux

    CSS 2

  6. Rails-Recipe Rails-Recipe Public

    The Recipe app keeps track of recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you…

    Ruby 1