All Projects β†’ chingu-voyage6 β†’ grad.then

chingu-voyage6 / grad.then

Licence: MIT license
grad.then() Life after freeCodeCamp, get a job πŸ’ͺ

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to grad.then

Bonneville
A simple, clean GatsbyJS starter for those looking to get up and running with Gatsby
Stars: ✭ 23 (+76.92%)
Mutual labels:  styled-components, gatsbyjs
gatsby-starter-shopifypwa
πŸ’šπŸ›’πŸ’š Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
Stars: ✭ 100 (+669.23%)
Mutual labels:  styled-components, gatsbyjs
chicio.github.io
πŸ‘» Fabrizio Duroni (me πŸ˜„) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (+53.85%)
Mutual labels:  styled-components, gatsbyjs
V4
Fourth iteration of my personal website built with Gatsby
Stars: ✭ 4,114 (+31546.15%)
Mutual labels:  styled-components, gatsbyjs
Gatsby Starter Cv
A simple starter to get up and developing your digital curriculum with GatsbyJS
Stars: ✭ 103 (+692.31%)
Mutual labels:  styled-components, gatsbyjs
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (+923.08%)
Mutual labels:  styled-components, gatsbyjs
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+576.92%)
Mutual labels:  styled-components, gatsbyjs
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+492.31%)
Mutual labels:  styled-components
sass-extract-js
Plugin for sass-extract to convert Sass variables into a plain JS object
Stars: ✭ 108 (+730.77%)
Mutual labels:  styled-components
react-sticky-headroom
A React Component to hide a Header using CSS sticky position
Stars: ✭ 22 (+69.23%)
Mutual labels:  styled-components
pow-app
Take charge of your menstrual cycle with POW! β€” the privacy-first menstrual cycle journal
Stars: ✭ 26 (+100%)
Mutual labels:  gatsbyjs
mediocre-pictures
Helping you take mediocre pictures, hands-free. πŸ“·πŸ™†πŸ»πŸ™…πŸΎπŸ’πŸΌπŸ“Έ
Stars: ✭ 16 (+23.08%)
Mutual labels:  styled-components
bulma-styled-components
An implementation of the Bulma css Library for React using Styled Compenents
Stars: ✭ 53 (+307.69%)
Mutual labels:  styled-components
nebuchadnezzar
on the way to cleanest react architechture
Stars: ✭ 15 (+15.38%)
Mutual labels:  styled-components
react-component-lib
Boilerplate repo for creating npm packages with React components written in TypeScript and using styled-components
Stars: ✭ 69 (+430.77%)
Mutual labels:  styled-components
awesome-shields
The list of styled dynamic informational shields, given the ability to exist by the truly amazing work of shields.io 😍
Stars: ✭ 89 (+584.62%)
Mutual labels:  styled-components
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: ✭ 44 (+238.46%)
Mutual labels:  gatsbyjs
gatsby-source-stripe
Gatsby source plugin for building websites using Stripe as a data source
Stars: ✭ 71 (+446.15%)
Mutual labels:  gatsbyjs
shorted-theme
Shorted theme references for Styled Components.
Stars: ✭ 13 (+0%)
Mutual labels:  styled-components
dialetus
An informal dictionary with the idiomatic expressions that each Brazilian region.
Stars: ✭ 98 (+653.85%)
Mutual labels:  styled-components

grad.then() Build Status

Waffle.io - Columns and their card count

Chingu Voyage 6 project (bears-01 team)

Life after freeCodeCamp

Completed your boot camp? No more freeCodeCamp challenges to take?

Looks like it's time to get a job!

grad.then() is aimed at you, to give you the information and tools you need to get a job after completing your training.


Project Progress

We are proud to work as a team, and here is our project progress.

Throughput Graph

Built With

The main libraries used in the development of grad.then() are shown in the following table. For a complete list of libraries consult the package.json file.

Library Purpose
Gatsby Blazing-fast static site generator for React
Styled Components Visual primitives for the component age.

Get started

  1. Clone this repo and install dependencies:
git clone https://github.com/chingu-voyage6/grad.then.git
# or if you use SSH
git clone [email protected]:chingu-voyage6/grad.then.git
# change directory
cd grad.then
# install dependencies
npm install
  1. Read the project wiki about env variables.

  2. Create .env.development and .env.production files in the root folder and add to both current values of tokens.

touch .env.development .env.production
# open files and add env variables and their values you have got from other project members
  1. Run the app
npm run dev
# then open localhost:8000

Git workflow

  • master: production release.
  • development: Upcoming change to be merged into master.
  • developer branch: Individual branches for each developer.

development will have PR's from developer branches merged into it, to do this:

# make your development branch
git branch dev-myUserName-issuenumber-description
# make your change and push to the development branch
git push origin dev-myUserName-issuenumber-description

Complete your PR through the GitHub UI.

As a good working practice request that another team member review and merge your PR for a sanity check


Deployment

The project is currently hosted on GitHub pages and can be deployed from one of the teams machines with:

npm run deploy

This will build the site to the public folder and deploy to the gh-pages branch on GitHub.


Authors

Name Location
Marina Biletska Hurghada, Egypt
Miljan Djordjevic Belgrade, Serbia
Scott Spence London, UK

Contributors

Name Location Team
Hasan Hacioglu Istanbul, TR V3-bears-16
Nedu Robert Lagos, Nigeria V4-bears-24

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].