Skip to content
View bimoware's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Morroco, Hay Riad
  • 06:35 (UTC +01:00)

Block or report bimoware

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
bimoware/README.md
new User()
.addPersonalInfo({
    realName: process.env.REALNAME,
    username: 'Bimoware',
    age: 18,
    birthday: ['26','03','2007'],
    country: { name: 'Morocco', code: 'MA' }
})
.addTools({
    web: ['React', 'Next.js', 'Tailwind CSS', 'Node.js', 'Express.js'],
    mobile: null, // TODO: Learn React Native
    desktop: null, // TODO: Learn Electron
    database: null, // TODO: Learn PostgreSQL, SQLite or Firebase..
    cloud: ['Vercel'], // TODO: Stop being poor lmao
    design: ['Figma'],
    other: ['Github Desktop', 'Discord']
})
.setOS('Windows') // TODO: Try Linux
.setLanguages(['English', 'French', 'Arabic']) // TODO: Learn Japenese?
.setHobbies(['Programming', 'Music', 'Gaming']) // TODO: Get a life
.setSocials([
    { name: 'Discord', username: 'bimoware', token: process.env.DISCORD_TOKEN },
    { name: 'Github', username: 'bimoware' },
    { name: 'Instagram', username: process.env.INSTAGRAM_USERNAME }
])
.setProjects([
    {
        ready: true,
        priority: true,
        name: 'bimowy',
        slug: 'bimoware/bimowy',
        description: 'Auto-generated math training platform.',
        link: 'https://bimowy.dev/'
    },
    {
        ready: false,
        name: 'portfolio',
        slug: null,
        link: 'https://bimo.dev/'
    },
    {
        ready: false,
        priority: false,
        name: 'better-instagram',
        slug: 'bimoware/better-instagram',
        description: 'My better version of instagram. With a mix of Discord & Snapchat, all with astonishing UI design.',
        link: null
    }
])
.start()
I ... Tools
am active on My Skills
work with My Skills
used to work with My Skills
unfortunatly forced to use My Skills
barely figure out My Skills
plan on trying My Skills
am scared of My Skills

Pinned Loading

  1. bimowy-api bimowy-api Public

    Bimowy is a website where you can choose any math subject and train on it repeatedly with automatically-generated exercises. You can set the options for the difficulty, number of questions, numbers…

    TypeScript 6

  2. dispage dispage Public

    The easiest and most customizable discord.js embed button page system you didn't know you needed.

    JavaScript 2