Welcome to my portfolio repository! This repository showcases my projects, skills, and achievements as a software developer.
The project has the following structure:
src/: This is where the main application code is located.App.jsx: This is the main React component for the application.main.jsx: This is the entry point for the application.assets/: This directory contains various assets used in the project, such as SVGs and CSS files.functions/: This directory contains various utility functions used throughout the project.
public/: This directory contains public assets that are served directly by the server..github/workflows/: This directory contains GitHub Actions workflows for deploying the application.vite.config.js: This is the configuration file for Vite, which is used for building and serving the application.
To get started with development:
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm startto start the development server.
This project is deployed using GitHub Actions. See the workflows in .github/workflows/ for more details.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.