https://github.com/rxrow/portfolio-website-nextjs-v2
https://github.com/rxrow/portfolio-website-nextjs-v2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rxrow/portfolio-website-nextjs-v2
- Owner: RXROW
- Created: 2024-10-24T15:06:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T11:35:39.000Z (7 months ago)
- Last Synced: 2024-11-10T12:27:08.503Z (7 months ago)
- Language: JavaScript
- Homepage: https://portfolio-website-next-js-v2.vercel.app
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Next JS: Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations. Under the hood, Next.js also abstracts and automatically configures tooling needed for React, like bundling, compiling, and more.
React JS: React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript.
Framer Motion: Framer Motion provides the AnimatePresence component to keep components in the DOM while they perform an exit animation.
React Awesome Reveal: Performant animated components for React apps. Get Started. Playground. Lightweight. It does one thing and does it well. No dependencies, no bloat.
Install packages from the root directory
npm install
# or
yarn installThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.