Skip to content

Latest commit

 

History

History
97 lines (65 loc) · 3.37 KB

README.md

File metadata and controls

97 lines (65 loc) · 3.37 KB

Personal Portfolio Website

Light Theme

A Screenshot of the site Light Theme

Dark Theme

A Screenshot of the site Dark Theme

Twitter Follow

Netlify Netlify Status

GitHub language count GitHub top language GitHub package.json dependency version (prod)

This is my personal portfolio website available at https://itscosmas.me/ . Its written in ES6 Javascript and CSS preprocessor Sass :

  • React
  • Sass
  • Firestore

Tech

  • React - A JavaScript library for building user interfaces
  • Sass - Syntatically Awesome Style Sheets. CSS with superpowers
  • Firebase - Build apps fast, without managing infrastructure. Backed by Google, trusted by top apps.

NPM Packages

Config and Running

Clone this repository and install the dependencies :

$ git clone https://github.com/ItsCosmas/itscosmas.git
$ cd itscosmas
$ npm install

Configure your private Firestore Credentials

REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_DB_URL=
REACT_APP_P_ID=
REACT_APP_SB=
REACT_APP_MS_ID=
REACT_APP_APP_ID=

Run the app locally ...

$ npm start

To build for production ...

$ npm build

Resources

Netlify

License

MIT

Open Source Love svg1 PRs Welcome GitHub