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

https://github.com/eltonlazzarin/portfolio-page

Simple portfolio Webpage App
https://github.com/eltonlazzarin/portfolio-page

backend css3 express frontend html5 javascript nodejs nodemon nunjucks-templates portfolio-site

Last synced: 3 months ago
JSON representation

Simple portfolio Webpage App

Awesome Lists containing this project

README

          


Simple web project that consists of a portfolio that shows the projects made on video that can be adapted to your needs



GitHub top language

GitHub language count

GitHub last commit

GitHub issues


Main Page

## :rocket: Backend Technologies

- [Node.js](https://nodejs.org/)
- [Express](https://github.com/expressjs/express)
- [Nodemon](https://nodemon.io/)

## :rocket: Frontend Technologies

- [Nunjucks](https://mozilla.github.io/nunjucks/)
- [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
- [CSS3](https://developer.mozilla.org/en-US/docs/Archive/CSS3)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)

## :information_source: How To Use

### :rocket: Backend

```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/portfolio-page

# Go into the repository
$ cd portfolio-page

# Install dependencies
$ yarn
```

### :rocket: Frontend

```bash
# Run the app
$ yarn start

Open http://localhost:5000 in your browser
```

## :memo: License

This project is under the MIT license.

---

Made with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)