Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekieujjwal/portfolio
This is my Portfolio containing everything you need to know about me.
https://github.com/geekieujjwal/portfolio
Last synced: 12 days ago
JSON representation
This is my Portfolio containing everything you need to know about me.
- Host: GitHub
- URL: https://github.com/geekieujjwal/portfolio
- Owner: geekieujjwal
- Created: 2024-01-06T11:46:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T07:46:47.000Z (10 months ago)
- Last Synced: 2024-03-06T08:46:59.035Z (10 months ago)
- Language: JavaScript
- Homepage: https://portfolio-geekieujjwal.vercel.app
- Size: 8.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
````markdown
# Portfolio ReadmeWelcome to my portfolio! This project showcases my skills, projects, and experiences as a React developer. It was built using Create React App for easy development and deployment. Below, you'll find information on how to run the project, available scripts, and additional details.
## Getting Started
### Installation
To run this project locally, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/your-username/your-portfolio.git
```
````2. Navigate to the project directory:
```bash
cd your-portfolio
```3. Install dependencies:
```bash
npm install
```### Running the App
Once the installation is complete, you can run the app using the following command:
```bash
npm start
```This will start the app in development mode, and you can view it in your browser at [http://localhost:3000](http://localhost:3000).
The page will reload automatically when you make changes, and any lint errors will be displayed in the console.
## Available Scripts
In the project directory, you can use the following scripts:
- **npm start**: Runs the app in development mode.
- **npm test**: Launches the test runner in interactive watch mode.
- **npm run build**: Builds the app for production to the `build` folder.## Learn More
To learn more about Create React App and React, check out the following documentation:
- [Create React App Documentation](https://facebook.github.io/create-react-app/docs/getting-started)
- [React Documentation](https://reactjs.org/)## Deployment
The deployment section provides information on how to deploy the app for production. Refer to [Create React App Deployment Documentation](https://facebook.github.io/create-react-app/docs/deployment) for more details.
## Troubleshooting
If you encounter issues, refer to the [Troubleshooting Guide](https://facebook.github.io/create-react-app/docs/troubleshooting) for solutions.
Feel free to explore the code, learn about my projects, and don't hesitate to reach out if you have any questions or feedback. Happy coding!
```
```