Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciusmoreria/nextjs-portfolio
My personal porfolio website, built with NextJs.
https://github.com/viniciusmoreria/nextjs-portfolio
design lottie nextjs nextjs-portfolio portfolio portfolio-site portfolio-website react-portfolio reactjs styled-components ux-ui website
Last synced: 9 days ago
JSON representation
My personal porfolio website, built with NextJs.
- Host: GitHub
- URL: https://github.com/viniciusmoreria/nextjs-portfolio
- Owner: viniciusmoreria
- License: mit
- Created: 2020-05-02T01:58:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T18:57:02.000Z (about 4 years ago)
- Last Synced: 2023-03-06T05:35:37.424Z (over 1 year ago)
- Topics: design, lottie, nextjs, nextjs-portfolio, portfolio, portfolio-site, portfolio-website, react-portfolio, reactjs, styled-components, ux-ui, website
- Language: JavaScript
- Homepage: https://viniciusmoreeira.now.sh/
- Size: 227 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![HitCount](http://hits.dwyl.com/viniciusmoreeira/nextjs-portfolio.svg)](http://hits.dwyl.com/viniciusmoreeira/nextjs-portfolio)
My personal porfolio, built with NextJs.
## Technologies
This project was developed with the following technologies:
- [Next.js](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [Lottie](https://github.com/airbnb/lottie-web)## Getting Started
1. Fork this repository and clone it into the current directory
```bash
git clone https://github.com/viniciusmoreeira/nextjs-portfolio.git
```2. Install dependencies
```bash
yarn
```3. Fire up the server and watch files
```bash
yarn dev
```## License
This project is under the MIT license. See the [LICENSE](LICENSE) for details.