Hey there, it's Saymon, and this is my portfolio. It has information about my projects and some of my work experiences. I created in a way so that it can easily be taken and turned into your own portfolio with minimal effort. You can customize it to your liking.
Feel free to contribute to it and improve it.
Note: for the sake of simplicity, I only used JSON files for the data displayed like my experience and my projects, but feel free to implement a data base and fetch that data instead of a json file. in the future I am planning to use a database to store the data instead
Make sure you have Node.js installed. You can download it from Node.js official website.
-
Clone the repository:
git clone https://github.com/SHwaier/SaymonPortfolio.git
-
Navigate to the project directory:
cd SaymonPortfolio
-
Install the dependencies:
npm install
After installing the dependencies, you can start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To create an optimized production build:
npm run build
You can deploy the project using platforms like Vercel, Netlify, or any other hosting service that supports Node.js applications.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.
For any inquiries, please contact saymon.hwaier@gmail.com.