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. 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 | Description |
---|---|
profile-frontend |
Contains the frontend code of the project |
profile-backend |
Contains the backend code of the project |
- Go to the
profile-frontend
folder - Run
npm install
to install all the dependencies - Run
npm start
to start the development server
- Go to the
profile-backend
folder - Run
npm install
to install all the dependencies - Run
npm start
to start the development server
- React JS
- Gatsby JS
- Netlify
- Node JS
- Express JS
- Heroku