# Start in Development mode:
npm run dev# Build and start in Production mode:
npm run build && npm startNext.js personal portfolio application backed up by custom backend API and NoSQL database.
Express.js API and MongoDB help to deliver additional information for catalog pages.
Application has responsive design that adapts for various screen sizes (320...1920px) with help of Bootstrap + CSS Media Queries.
Feedback form submits emails messages to the developer's email address via Nodemailer.
Animated page transitions occur smoothly with help of react-animations и next-page-transitions.