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

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

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



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Acknowledgments

## About The Project

![Website screenshot](/assets/images/screenshot.png)

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.

(back to top)

### Built With

The technologies and tools used within this template.

- Vue2
- Nuxt2
- Sass
- Pug
- Vercel

(back to top)

## 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
```

(back to top)

## Roadmap

- [x] Add readme
- [x] Add Styling
- [x] Sass
- [ ] Stylelint
- [ ] Add PWA Manifest
- [x] Responsive styles
- [ ] Add to top button
- [ ] Add background decorations

See the [open issues](https://github.com/data-miner00/portfolio/issues) for a full list of proposed features (and known issues).

(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 ISC License. See `LICENSE` for more information.

(back to top)

## 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)

(back to top)

[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