Curriculum Vitae
This repository contains the source code for my personal curriculum vitae. The website is designed to showcase my professional experience, skills, and projects in a visually appealing and interactive manner.
Introduction
The website is built using modern web development technologies, including:
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Swiper: A modern touch slider for displaying logos and other content.
- i18next: An internationalization framework for handling multiple languages.
Table of Contents
Features
- Responsive Design: The website is fully responsive and works on all devices.
- Theme Switching: Users can switch between light and dark themes.
- Internationalization: The website supports multiple languages (English and Polish).
- Swiper Integration: A swiper component is used to display logos of collaborators.
Setup
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/touwinho/curriculum-vitae.git
- Navigate to the project directory:
cd curriculum-vitae
- Install proper Node.js version
nvm install
- Install dependencies:
If there are any dependencies, install them using the following command:
yarn install
Development
To start the development server, use the following command:
yarn dev