Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rxrow/es-portfolio
my Portfolio Website
https://github.com/rxrow/es-portfolio
framer-motion nextjs react sass telwind
Last synced: 20 days ago
JSON representation
my Portfolio Website
- Host: GitHub
- URL: https://github.com/rxrow/es-portfolio
- Owner: RXROW
- Created: 2024-11-16T10:32:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:26:56.000Z (3 months ago)
- Last Synced: 2024-11-19T13:31:00.111Z (3 months ago)
- Topics: framer-motion, nextjs, react, sass, telwind
- Language: JavaScript
- Homepage: https://es-portfolio-five.vercel.app
- Size: 10.9 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.