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
};
- Croatia
-
02:55
(UTC +01:00)
Pinned Loading
-
weatherApp
weatherApp PublicWeather website made in ReactJS with Typescript & MUI using OpenWeatherMap API
TypeScript
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.