Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ljlm0402/react-resume

πŸ™‹β€β™‚οΈ Resume
https://github.com/ljlm0402/react-resume

nodejs react scss styled-components typescript vercel zeit-now

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

> Resume

## Structure

```bash
β”‚
β”œβ”€β”€ /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

- [1탄, Vercel Now μ›Ή 호슀트 μ…‹νŒ…, cra 생성](https://ljlm0402.netlify.com/project/resume/1/)

- [2탄, Github Webhook CI / CD](https://ljlm0402.netlify.com/project/resume/2/)

- [3탄, κ°„λ‹¨ν•œ 화면ꡬ성](https://ljlm0402.netlify.com/project/resume/3/)