https://github.com/strangeal/bootstrap
I built this project with my partner as the bootstrap version of my portfolio website. We built it using HTML, CSS, JavaScript, and Bootstrap. Using bootstrap was the main focus of this project.
https://github.com/strangeal/bootstrap
bootstrap css html javascript
Last synced: 2 months ago
JSON representation
I built this project with my partner as the bootstrap version of my portfolio website. We built it using HTML, CSS, JavaScript, and Bootstrap. Using bootstrap was the main focus of this project.
- Host: GitHub
- URL: https://github.com/strangeal/bootstrap
- Owner: Strangeal
- License: mit
- Created: 2022-08-30T08:56:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T20:03:53.000Z (over 2 years ago)
- Last Synced: 2025-02-04T12:51:26.980Z (4 months ago)
- Topics: bootstrap, css, html, javascript
- Language: HTML
- Homepage:
- Size: 1.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Microverse Portfolio Project
> This is a module 1: week 3 (Day 3) project in Microverse full stack course.
## Built With
- html
- css
- bootstrap## Live Demo
[Live Demo Link]()
## Get Started
To get the content of this project locally you need to run the following commands in your terminal.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git clone [email protected]:Strangeal/Portfolio.git
```
3. To access cloned directory run:
```bash
cd MyPortfolio
```
3. Open it with the live server### Install
> To install linters and other project's dependencies run:
```bash
npm install
```
## Run Test for LintersFor tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
```bash
npx hint .
```2. For tracking linter errors in CSS or SASS files run:
```bash
npx stylelint "\*_/_.{css,scss}"
```3. For tracking linter errors in JavaScript files run:
```bash
npx eslint .
```## Author
👤 **Justice Bajeri**
- GitHub: [@strangeal](https://github.com/Strangeal)
- Twitter: [@str_angeal](https://twitter.com/Str_angeal)
- LinkedIn: [Justice Bajeri](https://www.linkedin.com/in/justice-bajeri-0b7211243/)## Author
👤 **Hope Daphine**
- GitHub: [@DAphineatim](https://github.com/Daphineatim)
- Twitter: [@DhaPhyn](https://twitter.com/DhaPhyn)
- LinkedIn: [@](https://www.linkedin.com/in/daphine-atim-27861422a/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._