Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyamvyas04/portfolio
My Portfolio Project, made with <3
https://github.com/satyamvyas04/portfolio
framer-motion portfolio react tailwindcss vite
Last synced: 4 days ago
JSON representation
My Portfolio Project, made with <3
- Host: GitHub
- URL: https://github.com/satyamvyas04/portfolio
- Owner: SatyamVyas04
- Created: 2024-04-20T13:14:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:33:55.000Z (10 months ago)
- Last Synced: 2024-04-22T15:46:40.921Z (10 months ago)
- Topics: framer-motion, portfolio, react, tailwindcss, vite
- Language: JavaScript
- Homepage: https://satyamvyas.vercel.app/
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Satyam Vyas Portfolio
![image](https://github.com/SatyamVyas04/Portfolio/assets/112865144/7fa4e7d4-25ce-42f5-8ca5-6662345f4186)
This is a personal portfolio project built using Vite, React, Tailwind CSS, and Framer Motion.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/portfolio.git
```2. Navigate into the project directory:
```bash
cd portfolio
```3. Install dependencies:
```bash
npm install
```### Usage
To start the development server:
```bash
npm run dev
```To build for production:
```bash
npm run build
```To lint the code:
```bash
npm run lint
```### Dependencies
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [React DOM](https://reactjs.org/docs/react-dom.html) - React package for working with the DOM.
- [Framer Motion](https://www.framer.com/motion/) - A production-ready motion library for React.
- [React Use Measure](https://github.com/streamich/react-use-measure) - A React hook to measure an element's size and position.### Dev Dependencies
- [@vitejs/plugin-react](https://github.com/vitejs/vite/tree/main/packages/plugin-react) - Official React plugin for Vite.
- [ESLint](https://eslint.org/) - A tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapid UI development.
- [PostCSS](https://postcss.org/) - A tool for transforming CSS with JavaScript plugins.
- [Autoprefixer](https://autoprefixer.github.io/) - A PostCSS plugin to parse CSS and add vendor prefixes.
- [Vite](https://vitejs.dev/) - A blazing fast build tool for modern web development.### License
This project is licensed under the [MIT License](LICENSE).