https://github.com/data-miner00/portfolio
My personal portfolio website with Nuxt.js
https://github.com/data-miner00/portfolio
nuxt2 personal-website portfolio pug sass
Last synced: 3 months ago
JSON representation
My personal portfolio website with Nuxt.js
- Host: GitHub
- URL: https://github.com/data-miner00/portfolio
- Owner: data-miner00
- License: isc
- Created: 2021-06-12T11:03:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T14:24:52.000Z (8 months ago)
- Last Synced: 2025-01-13T00:50:17.145Z (4 months ago)
- Topics: nuxt2, personal-website, portfolio, pug, sass
- Language: Vue
- Homepage: https://mumk.dev
- Size: 12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Website
My personal website/portfolio to learn more about me :-)
View Website »
Explore the docs
·
Report Bug
·
Request Feature
Table of Contents
## About The Project

A personal website/portfolio to showcase my skills and expertise in the hopes of getting better opportunities in the realm of software development.
Incentives:
- Wanted a centralised place to keep track of my note-worthy projects.
- Allows people to get to know about me quickly.The crux of the project is to implement a clean and responsive UI as designing is not my forte. However, I am glad how things turned out in the end. Needless to say, there is still a lot of room for improvement but I'll leave that in the future.
### Built With
The technologies and tools used within this template.
- Vue2
- Nuxt2
- Sass
- Pug
- Vercel## Getting Started
### Prerequisites
The list of development tools used.
- npm
```sh
npm install npm@latest -g
```
- yarn
```sh
npm i -g yarn
```
- [Git](https://git-scm.com/downloads)### Installation
To run this template project in your local for personal use or contribution, simply perform the following.
1. Clone the repo
```sh
git clone https://github.com/data-miner00/portfolio.git
```
2. Install Node dependencies
```sh
yarn
```
3. Start the development server
```sh
yarn dev
```
4. Build project
```sh
yarn generate
```## Roadmap
- [x] Add readme
- [x] Add Styling
- [x] Sass
- [ ] Stylelint
- [ ] Add PWA Manifest
- [x] Responsive styles
- [ ] Add to top button
- [ ] Add background decorationsSee the [open issues](https://github.com/data-miner00/portfolio/issues) for a full list of proposed features (and known issues).
## 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## License
Distributed under the ISC License. See `LICENSE` for more information.
## Acknowledgments
List of resources that are helpful and would like to give credit to.
- [Nuxt v2](https://v2.nuxt.com/)
- [Sass](https://sass-lang.com/)
- [Pug](https://pugjs.org/api/getting-started.html)
- [Yarn](https://yarnpkg.com/)
- [Vuex](https://vuex.vuejs.org/)
- [Vue 2](https://v2.vuejs.org/)
- [Node.js 14 and 16 are being deprecated](https://vercel.com/changelog/node-js-14-and-16-are-being-deprecated)[contributors-shield]: https://img.shields.io/github/contributors/data-miner00/portfolio.svg?style=for-the-badge
[contributors-url]: https://github.com/data-miner00/portfolio/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/data-miner00/portfolio.svg?style=for-the-badge
[forks-url]: https://github.com/data-miner00/portfolio/network/members
[stars-shield]: https://img.shields.io/github/stars/data-miner00/portfolio.svg?style=for-the-badge
[stars-url]: https://github.com/data-miner00/portfolio/stargazers
[issues-shield]: https://img.shields.io/github/issues/data-miner00/portfolio.svg?style=for-the-badge
[issues-url]: https://github.com/data-miner00/portfolio/issues
[license-shield]: https://img.shields.io/github/license/data-miner00/portfolio.svg?style=for-the-badge
[license-url]: https://github.com/data-miner00/portfolio/blob/master/LICENSE