-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a27d344
commit a47939c
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# MehmetBozkir.github.io | ||
|
||
|
||
Protfolio Website | Plain and Simple Nextjs. | ||
|
||
I continue to update this project in another repo, please follow there. <a target="_blank" href="https://github.com/MehmetBozkir/React-Portfolio"> New Repo </a> | ||
|
||
|
||
<p align="center"> | ||
|
||
<br> | ||
|
||
:wrench: Features | ||
----------------------------- | ||
|
||
- Responsive web design : | ||
- Different designs customized for small and large screens. | ||
- UI&UX Desigin | ||
- Ability to communicate directly with the contact section. | ||
- Easter egg on console. | ||
- Original and moving design. | ||
|
||
<br> | ||
|
||
## :link: Demo | ||
- <a target="_blank" href="https://mehmetbozkir.github.io/"> Netflify </a> to see and examine by yourself a demo of the site. | ||
|
||
<br> | ||
|
||
## 💬 Project Innovations/Advantages | ||
|
||
Second Project : <a target="_blank" href="https://github.com/MehmetBozkir/React-Portfolio"> New Repo </a> | ||
|
||
1\. Design Improvements : | ||
|
||
- Color transitions have been edited. | ||
|
||
2\. Connection tab activated : | ||
|
||
- It became active because environment variables were added to the Contact section.. | ||
|
||
3\. General upgrades : | ||
|
||
- Added a downloadable cw. | ||
|
||
<br> | ||
|
||
## :book: How to use | ||
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://reactjs.org/docs/getting-started.html) installed on your computer. From your command line: | ||
|
||
``` | ||
# Clone this repository | ||
$ git clone https://github.com/MehmetBozkir/MehmetBozkir.github.io.git | ||
# Go into the repository | ||
$ cd MehmetBozkir.github.io | ||
# Install dependencies | ||
$ npm install | ||
# Run the app | ||
$ npm run dev | ||
``` | ||
|
||
<br> |