karlpawlowicz / dwelling-app

Home Page:https://d3irm2gpt34l4z.cloudfront.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

URL

Back-End Repo

Process

I began by reviewing the brief and requirements. In a real-world setting, at this stage, I would have discussions with various stakeholders, such as an engineering and product manager.

Once I understood what I was building, I would draft a proposal in a design doc or RFC.

This exercise required React, so I built a Next.js (TypeScript) app on AWS (CloudFront, S3).

I added a CI/CD pipeline using GitHub Actions to lint, test, build, and deploy the app as a static asset to S3 on each push.

I did not implement the number input error handling in the design and opted for a browser implementation. I also want to note that the consensus for a credit card field implementation is a tel input: https://stackoverflow.com/questions/48534229/what-is-the-correct-input-type-for-credit-card-numbers.

Sample PRs

If I Had More Time

  • More tests—unit and e2e (Cypress)
  • Preview environments—each branch should have a preview URL (currently only dev and prod environment)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

https://d3irm2gpt34l4z.cloudfront.net/


Languages

Language:TypeScript 53.6%Language:CSS 33.2%Language:JavaScript 12.8%Language:Shell 0.4%