This is a modern web application built using the Next.js framework. It is a personal page showcasing my social medias.
- Twitter: @faculopezscala
- Linkedin: Facu Lopez
- Instagram: faculopezsala
- Next.js framework for server-side rendering and routing
- TypeScript for type checking and improved developer experience
- Server-side rendering for improved performance
- Cool and modern design
- pages/index.tsx
- pages/_app.tsx
- pages/_document.tsx
- components/Header.tsx
- components/Footer.tsx
- components/SocialMedia.tsx
- public/styles.css
- public/favicon.ico
- public/images/profile.jpg
- public/images/twitter.png
- public/images/linkedin.png
- public/images/instagram.png
- next.config.js
- tsconfig.json
- package.json
To run this project, install it locally using npm:
$ cd ../project
$ npm install
$ npm run dev
This project is licensed under the MIT License.