Skip to content

SHwaier/SaymonPortfolio

Repository files navigation

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

Prerequisites

Make sure you have Node.js installed. You can download it from Node.js official website.

Installation

  1. Clone the repository:

    git clone https://github.com/SHwaier/SaymonPortfolio.git
  2. Navigate to the project directory:

    cd SaymonPortfolio
  3. Install the dependencies:

    npm install

Running the Development Server

After installing the dependencies, you can start the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

To create an optimized production build:

npm run build

Deployment

You can deploy the project using platforms like Vercel, Netlify, or any other hosting service that supports Node.js applications.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries, please contact saymon.hwaier@gmail.com.

About

Resources

Stars

Watchers

Forks