Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namitkumarsingh97/portfolio-website-client
https://github.com/namitkumarsingh97/portfolio-website-client
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/namitkumarsingh97/portfolio-website-client
- Owner: namitkumarsingh97
- Created: 2024-02-20T12:06:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T18:05:15.000Z (8 months ago)
- Last Synced: 2024-03-12T19:29:39.640Z (8 months ago)
- Language: JavaScript
- Size: 6.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Porfolio Website
This portfolio website project, built using React framework, serves as a dynamic showcase of my work, expertise, and achievements. Tailored for modern browsers, it utilizes cutting-edge technologies such as Material-UI, Emotion, Styled Components, React Scroll, and React Live. This web appliction is designed to provide an immersive and interactive experience for visitors, offering seamless navigation and a visually appealing interface.
## Author
- [@namitkumarsingh97](https://github.com/namitkumarsingh97)
## Deployed Link
https://namitkumarsinghportfolio.netlify.app/
## Run Locally
Clone the project
```bash
git clone https://github.com/namitkumarsingh97/portfolio-website-client.git
```Go to the project directory
```bash
cd portfolio-website-client
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```