Skip to content

솔룩스 28기 2학기 웹 프로젝트 - 타임캡슐 프론트 파트

Notifications You must be signed in to change notification settings

sm-solux/28th_2_Together_TimeCapsule_Front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023-Solux-FinalProj
├─ .eslintrc.js
├─ .prettierrc
├─ client
│  ├─ README.md
│  ├─ package-lock.json
│  ├─ package.json
│  ├─ public
│  │  ├─ index.html
│  │  ├─ manifest.json
│  │  └─ robots.txt
│  ├─ src
│  │  ├─ App.css
│  │  ├─ App.js
│  │  ├─ App.test.js
│  │  ├─ api
│  │  ├─ assets
│  │  │  ├─ cap_shadow.svg
│  │  │  ├─ capsule.svg
│  │  │  ├─ ic_list.svg
│  │  │  ├─ ic_newpost.svg
│  │  │  └─ index.js
│  │  ├─ components
│  │  │  ├─ common
│  │  │  │  └─ BasicButton.jsx
│  │  │  └─ index.js
│  │  ├─ contexts
│  │  ├─ index.css
│  │  ├─ index.js
│  │  ├─ pages
│  │  │  ├─ Home.js
│  │  │  └─ OnBoarding.js
│  │  ├─ setupTests.js
│  │  └─ styles
│  │     └─ style-home.css
│  └─ yarn.lock
├─ package-lock.json
├─ package.json
└─ yarn.lock

About

솔룩스 28기 2학기 웹 프로젝트 - 타임캡슐 프론트 파트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • CSS 25.1%
  • HTML 1.7%