An open API service indexing awesome lists of open source software.

https://github.com/xsidx/sid-portfolio

My personal portfolio website, a platform where I showcase my abilities, experiences, and completed projects.
https://github.com/xsidx/sid-portfolio

framer-motion nextjs tailwindcss

Last synced: 2 months ago
JSON representation

My personal portfolio website, a platform where I showcase my abilities, experiences, and completed projects.

Awesome Lists containing this project

README

          





portfolio-logo




View Live
·
Report Bug
·
Request Feature

Table of Contents



  1. My Portfolio



  2. Getting Started


  3. Contributing

  4. License

  5. Contact

  6. Acknowledgments

### My Portfolio

This repository houses my personal portfolio website, a platform where I showcase my abilities, experiences, and completed projects. Designed with a focus on user experience, the website provides a comprehensive overview of my professional background, accomplishments and recent projects.

You'll find sections dedicated to my skills, previous projects, and resume, as well as a convenient way to get in touch.

Feel free to take a look around and provide any suggestions for improvement. If you come across any issues, don't hesitate to open a new issue and I'll take care of it promptly.

Thank you for stopping by, I hope you enjoy exploring my portfolio website!"


portfolio

(back to top)

### Live link
Here is the [live link](https://sid-portfolio.vercel.app/) of my portfolio.

### Built With

**Main Technologies:**

- ![Next.js](https://img.shields.io/badge/Next.js-%230070f3.svg?style=for-the-badge&logo=next.js&logoColor=white)
- ![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
- ![Framer Motion](https://img.shields.io/badge/Framer%20Motion-%2361DAFB.svg?style=for-the-badge&logo=framer-motion&logoColor=white)
- ![Vercel](https://img.shields.io/badge/Vercel-%2300C7B7.svg?style=for-the-badge&logo=vercel&logoColor=white)

(back to top)

## Getting Started

### Clone-Locally

- Enter this url: [https://github.com/XsidX/sid-portfolio](https://github.com/XsidX/sid-portfolio) in your web browser.
- Once opened navigate to the top left level of the project a green code download button will be visible on the righthand side.
- Select download Zip option from drop down menu.
- Once the download is complete you will be able to access my project locally.

### Prerequisites

- Node package manager (latest version)
- Firstly install **node.js** then run the code below
```sh
npm install npm@latest -g
```
- Project dependencies
- Install all dependencies for running the project
```sh
npm install
```

### Testing

In order to run tests for this project make sure you have installed all previously mentioned [prerequisites](#prerequisites) section, then run the code below.

- Run all tests
- This should run all tests using 'react-test-renderer'
```sh
npm run test
```
- Get a coverage report
- Add a `--coverage` flag to the test script in [package.json](package.json).
```json
"scripts": {
...
"test": "react-scripts test --coverage",
}
```

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the [MIT](https://github.com/XsidX/sid-portfolio/blob/dev/MIT.md) License.

(back to top)

## Contact

### Sidney Kaguli


Linkedin
Twitter
Github
AngelList
Linkedin

(back to top)

## Acknowledgments
- [Vercel Hosting](https://vercel.com/)
- [Img Shields](https://shields.io)
- [React Icons](https://react-icons.github.io/react-icons/search)

(back to top)