Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudrakshi99/me_qprofile
QProfile is a beautiful portfolio that is built using React JS, Gatsby JS and hosted on Netlify and Heroku.
https://github.com/rudrakshi99/me_qprofile
crio-winter-of-doing css cwod gatsby html javascript nodejs qprofile reactjs
Last synced: 19 days ago
JSON representation
QProfile is a beautiful portfolio that is built using React JS, Gatsby JS and hosted on Netlify and Heroku.
- Host: GitHub
- URL: https://github.com/rudrakshi99/me_qprofile
- Owner: rudrakshi99
- Created: 2021-01-21T12:06:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T19:30:55.000Z (over 2 years ago)
- Last Synced: 2024-11-22T05:34:12.663Z (3 months ago)
- Topics: crio-winter-of-doing, css, cwod, gatsby, html, javascript, nodejs, qprofile, reactjs
- Language: JavaScript
- Homepage: https://rudrakshi-profile.netlify.app/
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# me_qprofile
QProfile is a beautiful portfolio that is built using React JS, Gatsby JS and hosted on Netlify and Heroku. It is a part of Stage 1 of the [Crio Winter of Doing program](https://www.crio.do/crio-winter-of-doing/). We get introduced to Full-Stack development by building a beautiful portfolio i.e. QProfile that used some latest technologies like React JS, Gatsby JS and hosted on Netlify and Heroku in which we also used API concepts and HTTP concepts too.
## Folder Structure
| Folder | Description |
| ------------------ | ----------------------------------------- |
| `profile-frontend` | Contains the frontend code of the project |
| `profile-backend` | Contains the backend code of the project |## How to run the project
### Frontend
1. Go to the `profile-frontend` folder
2. Run `npm install` to install all the dependencies
3. Run `npm start` to start the development server### Backend
1. Go to the `profile-backend` folder
2. Run `npm install` to install all the dependencies
3. Run `npm start` to start the development server## Tech Stack
### Frontend
- React JS
- Gatsby JS
- Netlify### Backend
- Node JS
- Express JS
- Heroku