janapc / janapc-nextjs

This project is my portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description ✍️ :

This project is my portfolio, constructed in Nextjs. My objective was to create a site dynamic, responsive, and fast loading. I made the deployment by Vercel, take a look at the site here: Janapc


Installation 📦 :

## install dependences
$ npm i

## run in development
$ npm run dev

## run tests unit
$ npm run test:unit

## run tests e2e(run server before)
$ npm run test:e2e

## run in production
$ npm run build
$ npm run start

This application run in port 3000.


Technologies ⚙️ :

  • styled-component
  • Nextjs
  • Reactjs
  • Typescript
  • Jest
  • Cypress
  • PWA

License 📄 :

This project is MIT licensed, as found in the LICENSE file.



Made by Janapc 🤘 Get in touch!

About

This project is my portfolio

License:MIT License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%