Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021_dev-profile
/
dev-profile
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김채리
2021-05-11 04:50:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e7ae61bdef0ddaa310352d0887347e6a57c5c91
2e7ae61b
1 parent
0bf8b246
changed to previous state before pushing
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
51 deletions
README.md
src/views/home.pug
README.md
View file @
2e7ae61
#
DEV
-profile
#
dev
-profile
### **A website for developers to get driven with motivation.**
KHU-Hub repo:
[
khuhub.khu.ac.kr/2018102216/dev-profile
](
https://khuhub.khu.ac.kr/2018102216/dev-profile
)
<br>
## Main Features
-
[
]
your basic profile
-
[
x
]
random quotes
**_for developers_**
to motivate you :sparkles:
-
[
]
the amount of commits you've done on
[
GitHub
](
https://github.com/
)
at a glance
-
[
]
your most-contributed project on GitHub
<br>
### Additional Features
-
[
x
]
direct and easy login via GitHub
-
[
x
]
intuitive and easy-to-use structure
## <br>
### test installation
This is the usage just for the being.
After cloning repository, type into terminal to automatically install modules and libraries.
```
bash
npm install
```
To run server,
```
bash
npm run dev:server
```
<br>
### API reference
[
Programming Quotes API
](
quotes.stormconsultancy.co.uk/random.json
)
<br>
### License
[
MIT
](
https://choosealicense.com/licenses/mit/
)
Website for developer with Node
...
...
src/views/home.pug
View file @
2e7ae61
...
...
@@ -9,5 +9,4 @@ block content
h3=author
.home-link
a(href="/join") Join
|#{' '}
a(href="/login") Login
...
...
Please
register
or
login
to post a comment