From a47939c83c8eb7cc0e8988e555bc17047ade6a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Salih=20Bozk=C4=B1r?= <150898451+MehmetBozkir@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:48:22 +0300 Subject: [PATCH] Update README.md --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/README.md b/README.md index e69de29..05d7344 100644 --- a/README.md +++ b/README.md @@ -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. New Repo + + +
+
+
+
+: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.
+
+
+
+## :link: Demo
+ - Netflify to see and examine by yourself a demo of the site.
+
+
+
+ ## 💬 Project Innovations/Advantages
+
+ Second Project : New Repo
+
+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.
+
+
+
+ ## :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
+```
+
+