Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdlamini/portfolio
This is my personal portfolio. A portfolio website is a key job searching tool for a web developer. My website depicts pages about my skills, projects, about, and contact information. Built with ReactJS and Sass.
https://github.com/kdlamini/portfolio
portfolio portfolio-website reactjs
Last synced: 23 days ago
JSON representation
This is my personal portfolio. A portfolio website is a key job searching tool for a web developer. My website depicts pages about my skills, projects, about, and contact information. Built with ReactJS and Sass.
- Host: GitHub
- URL: https://github.com/kdlamini/portfolio
- Owner: KDlamini
- Created: 2021-04-20T13:56:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T13:37:25.000Z (over 1 year ago)
- Last Synced: 2023-08-25T17:45:41.541Z (over 1 year ago)
- Topics: portfolio, portfolio-website, reactjs
- Language: JavaScript
- Homepage: https://simonkosi.netlify.app/
- Size: 30.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simo Nkosi's Personal Website
This is my personal portfolio. A portfolio website is a key job searching tool for a web developer. My website depicts pages about my skills, projects, about, and contact information.### Homepage
![navbar](./src/assets/home.png)
### About
![rockets](./src/assets/about.png)
### Skills
![missions](./src/assets/skills.png)
### Projects
![profile](./src/assets/projects.png)
### Contact
![profile](./src/assets/contact.png)## Live Preview
[Simo Nkosi](https://simonkosi.netlify.app/)## Built With
- React
- JavaScript
- SASS## Additional Tools
- Stylelint
- Eslint
- babel
- Jest## `Getting Started`
To get a local copy of this project:
Clone this repository or download the Zip folder:
```
git clone [email protected]:KDlamini/Portfolio.git
```To get started, In the project directory run:
```
npm install
```
run react app and open in browser:
```
npm start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.If you encounter an issue related to eslint or webpack version conflict run:
```
npm audit fix --force
```## `Tests`
To check development tests run:
```
npm run test
```
Launches the test runner in the interactive watch mode.### To track linter errors locally follow these steps:
Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
npx eslint .
```## `Deployement`
```
npm build
```
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!### `npm eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
## Authors
👤 **Simo Nkosi**
- GitHub: [@KDlamini](https://github.com/KDlamini)
- Twitter: [@RealSimoNkosi](https://twitter.com/RealSimoNkosi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/simo-nkosi-418523180/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KDlamini/Portfolio/issues).## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- A great thanks to [The WebShala](https://www.youtube.com/channel/UC94lpQZvaokkIqU-TvtsGXQ) YouTube channel for the design inspiration for this project.
## 📝 License
This project is [MIT](./MIT.md) licensed.