Skip to content

42vote/42Vote_Front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Introduction

2023 42Seoul Community Problem-Solving Hackathon

  • This project started with the question, "How can we activate 42Seoul goods system?"
  • We focused on the 'merchandise inventory management'. so, we presented a web service with the concept of a crowdfunding site as the solution.

the 42Seoul management team proposed the development of the project as a full-fledged service

  • Building upon what we developed during the hackathon, we expanded the project with more features and collaborated with new members for further advancement.
  • we also aimed to create a voting site that can be utilized in various ways within the 42Seoul community.

Currently in operation

  • As of July 24th, it is being operated for the 42Seoul community.
  • ‘A sticker contest for cadet welcome Gift’ was held on the 42Vote platform.

The provided features are as follows:

  • Cadets can submit their own designs for desired goods and receive feedback from other cadets through voting.
  • In addition to goods designs, contest and simple polls can be conducted in newly created categories.
  • Statistical data for the posted content in each category can be viewed in Excel file format.

Stacks

Environment

Development

Config & Communication

Page Layout

로그인화면
Login Page
메인페이지
Main Page
mainpage-mobile
Main Page (mobile)
마이 페이지
My Page
마이 페이지-모바일
My Page (mobile)
상세 페이지
Detail Page
detailpage-mobile
Detail Page (mobile)
문서 생성
Posting Page
detailpage-mobile
Posting Page (mobile)
카데고리 관리
Category Manage Page
우선순위 변경
Category Reorder Page
통계 페이지
Statistics Page

Directory

frontend
├── public
│   ├── Fonts
│   └── img
└── src
    ├── Admin
    │   ├── apis
    │   ├── components
    │   │   ├── AdminCategorys
    │   │   │   └── ReorderCategory
    │   │   └── Statistics
    │   ├── contexts
    │   ├── logics
    │   └── styles
    ├── Auth
    │   ├── apis
    │   ├── components
    │   └── util
    ├── CommonComponents
    │   ├── CardsComponents
    │   ├── CategoryComponents
    │   └── StyledComponents
    ├── CommonContext
    ├── Detail
    │   ├── component
    │   ├── interface
    │   ├── page
    │   ├── service
    │   └── style
    ├── Etc
    ├── Lib
    ├── Login
    ├── Main
    │   ├── apis
    │   ├── customHooks
    │   └── styles
    ├── Mypage
    │   ├── apis
    │   ├── components
    │   ├── customHooks
    │   ├── effects
    │   └── styles
    ├── Posting
    │   ├── component
    │   ├── page
    │   ├── service
    │   └── style
    └── Types

About

42Vote 서비스를 위한 Frontend React

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •