https://github.com/tracymuso/sturdy-portfolio
This is my professional web developer portfolio website built with react.js and bootstrap. It displays a quick summary about me, my contact information and social media links. A few of my projects are also displayed at the bottom of the home page. Feel free to check it out!
https://github.com/tracymuso/sturdy-portfolio
bootstrap css html javascript portfolio reactjs
Last synced: about 1 year ago
JSON representation
This is my professional web developer portfolio website built with react.js and bootstrap. It displays a quick summary about me, my contact information and social media links. A few of my projects are also displayed at the bottom of the home page. Feel free to check it out!
- Host: GitHub
- URL: https://github.com/tracymuso/sturdy-portfolio
- Owner: TracyMuso
- License: mit
- Created: 2022-09-16T11:03:42.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-22T15:00:40.000Z (over 3 years ago)
- Last Synced: 2025-04-24T06:14:54.802Z (about 1 year ago)
- Topics: bootstrap, css, html, javascript, portfolio, reactjs
- Language: JavaScript
- Homepage: https://tracy-muso.netlify.app/
- Size: 7.67 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Portfolio
> This is my professional portfolio as a web developer. It displays the projects I worked on and my skill stack. I got inspiration from [Judy Gab](https://github.com/judygab), from her [Personal portfolio project](https://github.com/judygab/web-dev-projects/tree/main/personal-portfolio).

## Built With
- HTML & CSS
- Javascript
- React
## Live Demo Link
- To see the live version, click [here](https://tracy-muso.netlify.app/)
## Getting Started
**To get a local copy up and running follow these simple example steps.**
# Prerequisites
- Github flow knowledge. -Intermediate CSS, HTML and Javascript. -Installation of linter files. -install webpack
# Setup
- To get a local copy follow these simple steps:
- Clone Your Github Repository Follow these steps to clone your Clone Your Github Repository Follow these steps to clone my Github repo on Windows:
- Open Git Bash;
- If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.
- Go to the current directory where you want the cloned directory to be added;
- To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
$ cd '/c/Users/Documents/My Git Project'
- Go to the page of the repository that you want to clone.
- Click on “Clone or download” and copy the URL.
- Use the git clone command along with the copied URL from earlier;
- $ git clone https://github.com/TracyMuso/Sturdy-Portfolio
- Press Enter;
# Tests and Configuration
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
**Track HTML linter errors run:**
npx hint .
**Track CSS linter errors run:**
npx stylelint "**/*.{css,scss}"
**Track JavaScript linter errors run:**
npx eslint .
# Usage
- This can be used as a personal/professional portfolio, it is opensource. One can check out all my projects and skills.
# Install
- Set up Github Actions
- Set up linter > Lighthouse , Webhint ,Stylelint , Eslint.
- React
- Jest for testing
## Author
👤 **Tracy Musongole**
- GitHub: [@githubhandle](https://github.com/TracyMuso)
- Twitter: [@twitterhandle](https://twitter.com/tracy_muso)
- LinkedIn: [@LinkedIn](https://linkedin.com/in/tracy-muso/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/TracyMuso/Sturdy-Portfolio/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](https://github.com/TracyMuso/Sturdy-Portfolio/blob/dev/LICENSE) licensed.