|
1 | | -# Getting Started with Create React App |
| 1 | +# CS25 |
| 2 | +### [📨 CS25 구독하러 가기](https://cs25.co.kr) |
2 | 3 |
|
3 | | -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). |
| 4 | +## 🔗 **AI가 생성하고 해설하는 CS지식 메일 구독 서비스** |
| 5 | +<img width="1080" alt="스크린샷 2025-06-27 오후 7 08 33" src="https://github.com/user-attachments/assets/a2dcb64d-c2a8-41b1-ae0c-918b07f019fe" /> |
| 6 | +<img width="1080" alt="스크린샷 2025-06-27 오후 7 09 22" src="https://github.com/user-attachments/assets/bd04f051-2d72-4454-bdf2-87983266f86b" /> |
| 7 | +<img width="1080" alt="스크린샷 2025-06-27 오후 7 08 50" src="https://github.com/user-attachments/assets/b6180f87-c9e0-4314-9fb4-fe1d2bfc4c0d" /> |
| 8 | +<br> |
4 | 9 |
|
5 | | -## Available Scripts |
| 10 | +## CS25는 |
| 11 | +매일 오전에 무작위의 CS 면접 질문을 이메일로 보내드리는 서비스입니다. |
6 | 12 |
|
7 | | -In the project directory, you can run: |
| 13 | +문항은 객관식, 주관식, 서술형으로 구성됩니다. |
8 | 14 |
|
9 | | -### `npm start` |
| 15 | +**서술형 문제의 경우**, 직접 답변을 작성하면 AI 해설도 함께 받아보실 수 있어요!! |
| 16 | +> 이 서비스는 수익 창출을 목적으로 하지 않으며, 많은 분께 도움이 되길 바라는 마음으로 운영됩니다! |
10 | 17 |
|
11 | | -Runs the app in the development mode.\ |
12 | | -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. |
| 18 | +하루 5분! |
13 | 19 |
|
14 | | -The page will reload if you make edits.\ |
15 | | -You will also see any lint errors in the console. |
| 20 | +이메일만 등록해두시면, 꾸준히 CS 지식을 쌓아갈 수 있어요. |
16 | 21 |
|
17 | | -### `npm test` |
18 | 22 |
|
19 | | -Launches the test runner in the interactive watch mode.\ |
20 | | -See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. |
21 | 23 |
|
22 | | -### `npm run build` |
| 24 | +## 기술 스택 |
23 | 25 |
|
24 | | -Builds the app for production to the `build` folder.\ |
25 | | -It correctly bundles React in production mode and optimizes the build for the best performance. |
| 26 | +### **Frontend With `ClaudeCode🚀`** |
| 27 | +- **React, TypeScript, Vite, Tailwind CSS** |
26 | 28 |
|
27 | | -The build is minified and the filenames include the hashes.\ |
28 | | -Your app is ready to be deployed! |
| 29 | +### **State Management** |
| 30 | +- **React Query** - 서버 상태 관리 |
| 31 | +- **React Router** - 클라이언트 사이드 라우팅 |
| 32 | +- **Custom Hooks** - 재사용 가능한 로직 분리 |
29 | 33 |
|
30 | | -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. |
| 34 | +### **Authentication** |
| 35 | +- **HttpOnly Cookies** - 보안성 강화된 토큰 관리 |
| 36 | +- **Automatic Token Refresh** - 무중단 인증 유지 |
| 37 | +- **Social Login Integration** - 간편한 소셜 로그인 |
31 | 38 |
|
32 | | -### `npm run eject` |
| 39 | +### **Development Tools** |
| 40 | +- **ESLint + Prettier** - 코드 품질 관리 |
| 41 | +- **Docker** - 컨테이너화된 개발 환경 |
| 42 | +- **GitHub Actions** - 자동화된 CI/CD |
33 | 43 |
|
34 | | -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** |
| 44 | +## 시작하기 |
35 | 45 |
|
36 | | -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. |
| 46 | +### **Prerequisites** |
| 47 | +- Node.js 18.0 이상 |
| 48 | +- npm 또는 yarn |
| 49 | +- Docker (선택사항) |
37 | 50 |
|
38 | | -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. |
| 51 | +### **설치 및 실행** |
39 | 52 |
|
40 | | -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. |
| 53 | +```bash |
| 54 | +# 저장소 클론 |
| 55 | +git clone https://github.com/NBC-finalProject/cs25-fronted.git |
| 56 | +cd cs25-fronted |
41 | 57 |
|
42 | | -## Learn More |
| 58 | +# 의존성 설치 |
| 59 | +npm install |
43 | 60 |
|
44 | | -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). |
| 61 | +# 개발 서버 실행 |
| 62 | +npm start |
| 63 | +``` |
45 | 64 |
|
46 | | -To learn React, check out the [React documentation](https://reactjs.org/). |
| 65 | +브라우저에서 [http://localhost:5173](http://localhost:5173)으로 접속하여 확인할 수 있습니다. |
| 66 | + |
| 67 | +--- |
| 68 | + |
| 69 | +<div align="center"> |
| 70 | + <p><strong>CS25와 함께 체계적인 CS 학습을 시작해보세요!</strong></p> |
| 71 | + <a href="https://cs25.co.kr">📨 CS25 바로가기</a> |
| 72 | +</div> |
0 commit comments