This repository contains the source code for web site with mine projects.
The project is a React application with the following main components:
src/App.js
: The main React component that structures the application.src/App.css
: The main CSS file for styling the application.src/components/
: Directory containing React components for different parts of the website.public/index.html
: The HTML template for the React application.
- React.js
- CSS3
- JavaScript
- GitHub Actions (for automated deployment)
- GitHub Pages (for hosting)
To run this project locally:
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm start
This project is automatically deployed to GitHub Pages using GitHub Actions. Any push to the main
branch will trigger a new build and deployment.
This is a personal website, but if you notice any bugs or have suggestions for improvements, please open an issue in the GitHub repository.
This project is open source and available under the MIT License.
For any queries or suggestions, please contact Ivan K at [email protected].
Feel free to star ⭐ this repository if you find it useful!