Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishmi5h/portfolio
Portfolio Website
https://github.com/rishmi5h/portfolio
netlify pnpm portfolio portfolio-website react tailwindcss typescript vite
Last synced: about 2 months ago
JSON representation
Portfolio Website
- Host: GitHub
- URL: https://github.com/rishmi5h/portfolio
- Owner: rishmi5h
- License: mit
- Created: 2024-08-25T11:58:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:29:42.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:35:23.045Z (about 2 months ago)
- Topics: netlify, pnpm, portfolio, portfolio-website, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://rishmi5h.com/
- Size: 2.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rishabh Mishra's Portfolio
This is a personal portfolio website showcasing Rishabh Mishra's projects and skills as a software engineer. The website features a modern, responsive design with a dark/light mode toggle and a custom cursor.
## Features
- Responsive design for mobile and desktop
- Dark/light mode toggle
- Custom cursor (on desktop)
- Project showcase with live demo and GitHub links
- Resume viewer
- About page with timeline of experiences## Technologies Used
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org)
- [Vite](https://vitejs.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [React Router](https://reactrouter.com/)
- [React Helmet](https://github.com/nfl/react-helmet)
- [Framer Motion](https://www.framer.com/motion/)
- [React Icons](https://react-icons.github.io/react-icons/)## Setup and Installation
1. Clone the repository
2. Install dependencies:
```
pnpm install
```
(or `npm install` if you don't use `pnpm`)
3. Run the development server:
```
pnpm dev
```
4. Open [http://localhost:5173](http://localhost:5173) in your browser## Building for Production
To create a production build, run:
```
pnpm build
```The built files will be in the `dist` directory.
## Key Components
- `Home`: Landing page with brief introduction and resume viewer
- `About`: Page with timeline of experiences
- `Projects`: Showcase of projects with descriptions and links
- `Navbar`: Navigation bar with theme toggle
- `Footer`: Footer with social links
- `CustomCursor`: Custom cursor component for desktop view## Deployment
This project is set up for easy deployment on platforms like Netlify or Vercel. Simply connect your GitHub repository to your preferred platform and follow their deployment instructions.
## Contributing
While this is a personal portfolio project, suggestions and feedback are welcome. Please open an issue to discuss any changes you'd like to propose.
## License
This project is open source and available under the [MIT License](LICENSE).