Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).