Welcome to my personal portfolio! This project showcases my work as a front-end engineer, highlighting my skills, past projects, and a bit about myself. The portfolio is built using SolidJS and TailwindCSS, providing a responsive and visually appealing experience.
- Framework: SolidJS
- Styling: TailwindCSS
- Routing: SolidJS Router
- Dialog Component: @corvu/dialog
- Icons: solid-icons
- State Management: SolidJS Signals
- Image Handling: Lazy loading with custom LazyImage component
To get started with this project, you'll need to have Bun installed. If you haven't installed Bun yet, you can do so by following the instructions on their official website.
Once you've cloned the repository, navigate to the project directory and install the dependencies:
bun iTo start the development server, run:
bun run devThis will start the server and you can access it at http://localhost:3000.
To build the project for production, use the following command:
bun run buildThis will generate the optimized files for deployment.
This section will be updated with deployment instructions once the deployment process is completed.
- Thanks to the SolidJS community for their amazing framework and resources.
- Special thanks to the TailwindCSS team for their utility-first CSS framework that makes styling a breeze.
Feel free to reach out if you have any questions or feedback!