Skip to content
View AntonioToni's full-sized avatar

Organizations

@Project4mat
Block or Report

Block or report AntonioToni

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
AntonioToni/README.md
import { Skills, Frameworks, Tools } from './types';

const aboutMe: string = `
I'm currently diving deep into the world of software development, exploring various technologies
and honing my skills to become a proficient developer.
`;

const mySkills: Skills[] = [
  'TypeScript',
  'JavaScript',
  'HTML',
  'CSS',
  'Markdown'
];

const frameworks: Frameworks[] = [
  'ReactJS',
  'Express'
];

const stylingLibraries: Frameworks[] = [
  'MaterialUI'
];

const tools: Tools[] = [
  'Visual Studio Code'
];

console.log('Thanks for stopping by! Feel free to reach out for collaboration or just to say hello.');

export {
  aboutMe,
  mySkills,
  frameworks,
  stylingLibraries,
  tools
};

Pinned

  1. weatherApp weatherApp Public

    Weather website made in ReactJS with Typescript & MUI using OpenWeatherMap API

    TypeScript

  2. 2048-ASCII 2048-ASCII Public

    Terminal version of game 2048 made in C++

    C++ 1

  3. templates-react-ts-mui templates-react-ts-mui Public

    Template components made in ReactJS with Typescript and MaterialUI

    TypeScript

  4. idle-clicker idle-clicker Public

    Idle clicker game as a ReactJS web app.

    TypeScript 1 2