hanbin9775 / simple-website

0 stars 0 forks source link

Getting Started with Create React App

This project was bootstrapped with Create React App.

인생 주식 분석 서비스

당신의 인생 그래프와 가장 비슷한 가상화폐 & 주식 그래프를 찾아드립니다!

Deployed by Firebase Hosting

You can try on https://simple-website-9b56c.web.app/

Prototype

스크린샷 2021-03-19 오후 11 48 27

Using..

Developed with React.Js, Typescript Firebase on deployment

Run Project on Local

npm install
npm run start

What did I learned...

  1. React project setting

    Lint, Prettier, Create React App

  2. Handle cross device issues

    Viewport height/width, meta tag

  3. Build a file directory structure

    Consider which element to componentize

  4. Typescript

    Interface, Function/Component Argument Types

  5. Firebase

    Deploy, Store

  6. Svg Controlling

    Path, Gradient

  7. Global State, Variable manage

    Context Api

  8. Managing Issues