react-resume

πŸ™‹β€β™‚οΈ Resume

Stars
2

Resume

Structure

β”‚
β”œβ”€β”€ /public
β”‚   β”œβ”€β”€ /assets
β”‚   β”‚
β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”œβ”€β”€ index.html
β”‚   └── manifest.json
β”‚
β”œβ”€β”€ /src
β”‚   β”œβ”€β”€ /components
β”‚   β”‚
β”‚   β”œβ”€β”€ /containers
β”‚   β”‚
β”‚   β”œβ”€β”€ /interfaces
β”‚   β”‚
β”‚   β”œβ”€β”€ App.tsx
β”‚   β”œβ”€β”€ index.scss
β”‚   β”œβ”€β”€ index.tsx
β”‚   β”œβ”€β”€ react-app-env.d.ts
β”‚   β”œβ”€β”€ serviceWorker.ts
β”‚   └── types.ts
β”‚
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .nowignore
β”œβ”€β”€ now.json
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── yarn.lock

Modules

  • react - JavaScript library for creating user interfaces

  • styled-components - Utilising tagged template literals and the power of CSS

  • typescript - language for application-scale JavaScript

  • now - Global Serverless Deployments

Blog