An open API service indexing awesome lists of open source software.

https://github.com/dnd-side-project/dnd-7th-4-frontend

한 줄로 보는 날씨, 한줄날씨 🌧 ☀️ 🌈
https://github.com/dnd-side-project/dnd-7th-4-frontend

docker docker-compose nginx react react-query recoil styled-components

Last synced: over 1 year ago
JSON representation

한 줄로 보는 날씨, 한줄날씨 🌧 ☀️ 🌈

Awesome Lists containing this project

README

          

---









## 👩🏻‍💻 Developer










이동현
김해나
이지아

## 🛠 Tech Stack











## 🧱 Project Structure

```📦 dnd-7th-3-frontend
┣ 📂 .github
┣ 📂 .husky
┣ 📂 .storybook
┣ 📂 nginx
┣ 📂 public
┣ 📂 src
┃ ┣ 📂 api
┃ ┣ 📂 assets
┃ ┣ 📂 components
┃ ┣ 📂 hooks
┃ ┣ 📂 pages
┃ ┃ ┣ 📜 Home
┃ ┃ ┣ 📜 Splash
┃ ┃ ┣ 📜 Location
┃ ┃ ┣ 📜 Alarm
┃ ┃ ┣ 📜 Error
┃ ┣ 📂 recoil
┃ ┣ 📂 routes
┃ ┣ 📂 styles
┃ ┣ 📂 stories
┃ ┣ 📜 App.js
┃ ┣ 📜 index.js
┣ 📜 .gitignore
┣ 📜 .dockerignore
┣ 📜 .eslintrc
┣ 📜 .prettierrc
┣ 📜 commitlint.config.js
┣ 📜 craco.config.js
┣ 📜 docker-compose.yml
┣ 📜 dockerfile
┣ 📜 dockerfile.dev
┣ 📜 package.json
┣ 📜 package-lock.json
┣ 📜 README.md
┣ 📜 LICENSE
```

## ****⚙️ Project Settings****

### Install NPM Dependencies
- [npm-install](https://docs.npmjs.com/cli/v8/commands/npm-install)

```bash
> npm install
```

### Set ```.env``` file
```
REACT_APP_KAKAO_APP_KEY=YOUR_KAKAO_APP_KEY
REACT_APP_KAKAO_JAVASCRIPT_KEY=YOUR_JAVASCRIPT_KEY
```

### Start Dev Server
- [npm-start](https://docs.npmjs.com/cli/v8/commands/npm-start)

```bash
> npm start
```

## ****📚**** Documentations
- [PREVIEW](https://youtu.be/17x9yuOwLVQ)
- [WIKI](https://github.com/dnd-side-project/dnd-7th-4-frontend/wiki)
- [WORKSPACE](https://team-project22.notion.site/DND-7-4-1a8d9c19cece4e7bb2e0921bb85ed315)
- [PPT](https://github.com/dnd-side-project/dnd-7th-4-frontend/wiki/PPT)

## 🔒 LICENSE
dnd-7th-4-frontend is licensed under the [MIT License](https://github.com/dnd-side-project/dnd-7th-4-frontend/blob/main/LICENSE)