Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rileymanda/githubportfolio
A Work In Progress github portfolio project built with react+vite, meticulously crafted to display public repositories from my github account utilizing the github Api.
https://github.com/rileymanda/githubportfolio
githubapi prop-types react-bootstrap react-jest react-router react-testing-library react-vite3 reactjs-components vite3
Last synced: about 7 hours ago
JSON representation
A Work In Progress github portfolio project built with react+vite, meticulously crafted to display public repositories from my github account utilizing the github Api.
- Host: GitHub
- URL: https://github.com/rileymanda/githubportfolio
- Owner: RileyManda
- License: mit
- Created: 2023-08-13T17:31:22.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-18T10:08:16.000Z (10 months ago)
- Last Synced: 2024-01-18T13:17:32.253Z (10 months ago)
- Topics: githubapi, prop-types, react-bootstrap, react-jest, react-router, react-testing-library, react-vite3, reactjs-components, vite3
- Language: JavaScript
- Homepage: https://rileysportfolio.onrender.com/
- Size: 4.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RileysPortfolio
# ð Table of Contents
- [ð About the Project](#about-project)
- [ð Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [ð Live Demo](#live-demo)
- [ð» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [ð¥ Authors](#authors)
- [ð Future Features](#future-features)
- [ð€ Contributing](#contributing)
- [âïž Show your support](#support)
- [ð Acknowledgements](#acknowledgements)
- [â FAQ (OPTIONAL)](#faq)
- [ð Attribution](#attribution)
- [ð License](#license)A Work In Progress github portfolio project built with react+vite, meticulously crafted to display public repositories from my github account utilizing the github Api.
React
Redux-toolkit
Axios
Node js
Localstorage
Linters and Worflows
Rest-API
React Bootstrap
React Testing Library
## ð Key Features
### Features
>Projects
>Work experience
>Skills
>Contact component
- [Live Demo](https://rileysportfolio.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/RileyManda/rileysportfolio.git
```
### Install
Install this project with:
```sh
cd my-project
npm i
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
```sh
gh-pages deploy --dist build
```
ð€ **RileyManda**
- GitHub: [@RileyManda](https://github.com/RileyManda)
- Twitter: [@rilecodez](https://twitter.com/rileycodez)
- LinkedIn: [rileymanda](https://www.linkedin.com/in/rileymanda/)
> Mobile Version
> Implement Media Queries For Mobile Responsiveness
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/RileyManda/rileysportfolio/issues).
Thank you for taking the time to explore this project! Your support means a lot to me. If you find my project valuable and would like to contribute, here is one way you can support me:
- Star the project âïž: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.
- Fork the project ðŽ ð£: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.
- Share with others ðºïž: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.
I would like to express my gratitude to the following individuals and organizations who have contributed to this project and my development journey:
- [Microverseinc](https://github.com/microverseinc): I extend my sincere appreciation for their exceptional introductory materials on React and Redux, which served as the foundation for this project.
- [Linter and Git Workflows Setup](https://github.com/RileyManda/linter-config): This project benefited greatly from the setup inspired by Microverseinc's [template](https://github.com/microverseinc/linters-config/tree/master/react-redux). I've incorporated it not only into this project but also across all my other projects. It ensures impeccable code quality and precise adherence to syntax standards in CSS, JSX, and JavaScript.
Your contributions have been instrumental in the success of this project, and I'm thankful for the knowledge and resources you've provided.
- **Question_1**
Do I have to use the vs code specifically?
- Answer_1
You can use any code editor of your choice.
- **Question_2**
Where can I download node JS for installation?
- Answer_2
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
It can be downloaded [here](https://nodejs.org/en).
## ð¥ Attribution
- Original logo design template from: [Svgrepo](https://www.svgrepo.com/)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)