Skip to content

This web app will be initially served on Vercel which supports Nextjs applications and it is blazingly fast.

License

Notifications You must be signed in to change notification settings

thanapoom21/portfolio-nextjs

Repository files navigation

Welcome to my portfolio

This repo is for showcasing my web developement skills. It is not perfect and it serves as a sandbox. I've tried to implement a lot of tools, library, frameworks, and more.

Quick Start

Required versions of tools used within this repo:

# Install dependencies
yarn

# Run local development
yarn dev

# Build for deployment
yarn build

# Run production build
yarn start

ESlint and Prettier are installed for easy configuration and code format. We can change the configuration later as we see fit.

# Run lint to see if it complies with code rules or convention.
yarn lint

Note

I plan to add more works and side projects to this repo. If possible, I'd like to redesign the whole site and probably have to update some dependencies. New releases would be better and simpler. Plan to add tags and releases to the repo.

Movies APIs from MongoDB sample JSON

MONGODB_URI=mongodb+srv://<username>:<password>@<project>.2cspo.mongodb.net/?retryWrites=true&w=majority
MONGODB_DB=sample_mflix

About

This web app will be initially served on Vercel which supports Nextjs applications and it is blazingly fast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published