Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d083eea
Initialize project using Create React App
cheeze-hyeon Jan 25, 2024
b91fbfd
initial commit
cheeze-hyeon Jan 25, 2024
9be6797
Feat: 초기 μ„ΈνŒ… μ™„λ£Œ
seank021 Jan 25, 2024
c7c9dc9
Merge pull request #1 from SNULION-12th/week4/sean
seank021 Jan 25, 2024
e738d53
Feat: Header κ΅¬ν˜„
seank021 Jan 25, 2024
40ced4f
Merge pull request #2 from SNULION-12th/week4/sean
seank021 Jan 25, 2024
e92f5f7
Feat: Footer μ™„μ„±, HomePage.jsx κΈ°λ³Έ μ„ΈνŒ…
seank021 Jan 27, 2024
5d29013
Merge pull request #3 from SNULION-12th/week4/sean
seank021 Jan 27, 2024
3667aa7
Feat: react-router-dom
seank021 Jan 27, 2024
46d6f5e
Style: use tailwind in header, footer
seank021 Jan 27, 2024
3d2dfec
Feat: 헀더에 sign in, sign up λ²„νŠΌ
seank021 Jan 27, 2024
14bc1e2
Merge pull request #4 from SNULION-12th/week4/sean
seank021 Jan 27, 2024
49b6603
Feat: SignUpPage
seank021 Jan 27, 2024
47cbf55
Merge pull request #5 from SNULION-12th/week4/sean
seank021 Jan 27, 2024
d705f02
Feat: νŽ˜μ΄μ§€ 파일 λ‹€ 생성
seank021 Jan 27, 2024
346446b
Merge pull request #6 from SNULION-12th/week4/sean
seank021 Jan 27, 2024
8a0ca91
fix: htmlFor for username
seank021 Jan 27, 2024
dfb56b9
Feat: SignInPage
seank021 Jan 27, 2024
b20cc2a
Merge pull request #7 from SNULION-12th/week4/sean
seank021 Jan 27, 2024
d9b4ee1
Fix: typo
seank021 Jan 28, 2024
79a14d6
Feat: button
seank021 Jan 28, 2024
a35ddf9
Feat: dummy posts data
seank021 Jan 28, 2024
f96f25a
Docs: edit docs
seank021 Jan 28, 2024
e5ebe84
Feat: PostDetailPage
seank021 Jan 28, 2024
6b08109
Merge pull request #8 from SNULION-12th/week4/sean
seank021 Jan 28, 2024
ac4700c
feat: Home, PostCreate, PostEdit
cheeze-hyeon Feb 2, 2024
0fd0976
fix: CSS 일뢀 μˆ˜μ •
cheeze-hyeon Feb 2, 2024
8a70967
Feat: link to postdetail (in smallpost)
seank021 Feb 2, 2024
840cc3c
Merge pull request #9 from SNULION-12th/week4/sean
seank021 Feb 2, 2024
f37f65d
Fix: edit things
seank021 Feb 2, 2024
e2ec43c
Merge pull request #10 from SNULION-12th/week4/sean
seank021 Feb 2, 2024
80ae74e
Fix: remove onClickLike
seank021 Feb 2, 2024
22f524b
Merge pull request #11 from SNULION-12th/week4/sean
seank021 Feb 2, 2024
d9f6b9e
fix: ν”Όλ“œλ°± 반영
cheeze-hyeon Feb 2, 2024
2db9115
fix: api - required
seank021 Feb 3, 2024
664f036
fix: api - not required
seank021 Feb 3, 2024
e16cb55
fix: typo
seank021 Feb 6, 2024
7075dd5
fix: useState 제거
cheeze-hyeon Mar 24, 2024
7fec841
fix: misc data
cheeze-hyeon Apr 2, 2024
a54797c
fix: input value
cheeze-hyeon Apr 4, 2024
eb8178d
fix: typo
cheeze-hyeon Apr 4, 2024
2135194
fix: post create page
seank021 Apr 5, 2024
30cbd13
fix: post edit, detail page
seank021 Apr 5, 2024
65dcfe6
fix: 5μ£Όμ°¨ μ„Έλ―Έλ‚˜ κ΄€λ ¨ μˆ˜μ •
cheeze-hyeon Apr 5, 2024
787c5ef
Merge branch 'week4-solution' of https://github.com/SNULION-12th/reac…
cheeze-hyeon Apr 6, 2024
6c5c368
0410 initial commit
yebin1926 Apr 10, 2024
14edefc
initial skeleton commit
yebin1926 Apr 10, 2024
abe0b38
initial skeleton commit 2
yebin1926 Apr 10, 2024
2567257
yebin commit 2
yebin1926 Apr 11, 2024
27f3af5
yebin final commit 1
yebin1926 Apr 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Empty file modified .github/pull_request_template.md
100644 β†’ 100755
Empty file.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Empty file modified .gitmessage.txt
100644 β†’ 100755
Empty file.
Empty file modified README.md
100644 β†’ 100755
Empty file.
23 changes: 23 additions & 0 deletions lionblog-yebin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
70 changes: 70 additions & 0 deletions lionblog-yebin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

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.

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.

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.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading