[ 합격자, 정답을 알려줘! ]

Table of contents

General info

About site

It's a site for jobseekers want to prepare their interview.

notion info

https://www.notion.so/3-SA-efd3be4d46974d05bfaadeb3fe2664dc

demonstration on youtube

https://youtu.be/azdj9lhkELk

user interface diagram

image

api details

image

Technologies

Project is created with:

  • node.js
  • react
  • mongoDB
  • dependencies
"dependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.2.1",
    "axios": "^0.26.0",
    "connected-react-router": "6.8.0",
    "history": "4.10.1",
    "immer": "^9.0.12",
    "moment": "^2.29.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-icons": "^4.3.1",
    "react-redux": "^7.2.6",
    "react-router-dom": "5.2.1",
    "react-scripts": "5.0.0",
    "redux": "^4.1.2",
    "redux-actions": "^2.6.5",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.4.1",
    "styled-components": "^5.3.3",
    "web-vitals": "^2.1.0"
  }

Setup

To run this project, install it locally using yarn:

"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  }