Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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