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
- Host: GitHub
- URL: https://github.com/eltonlazzarin/portfolio-page
- Owner: eltonlazzarin
- Created: 2020-03-02T01:12:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T21:39:16.000Z (about 6 years ago)
- Last Synced: 2025-03-26T13:51:02.620Z (over 1 year ago)
- Topics: backend, css3, express, frontend, html5, javascript, nodejs, nodemon, nunjucks-templates, portfolio-site
- Language: HTML
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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





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