From ff1eb627e7ba060ad3a28e4a295ed8f2a71c447f Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Sun, 14 May 2023 04:22:41 +0200 Subject: [PATCH 1/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3395eec..ec61c43 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # Clone the Twitter Frontend with React TS + +This repository contains the frontend source code of the Twitter clone project. I used React, TypeScript and Redux to build the user interface of the application. From 076d996fcc9f725e7b01b7af10120d962f0c29fb Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Fri, 19 May 2023 12:57:36 +0200 Subject: [PATCH 2/7] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ec61c43..7411bfd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Clone the Twitter Frontend with React TS This repository contains the frontend source code of the Twitter clone project. I used React, TypeScript and Redux to build the user interface of the application. + +## Startup + +### Prerequisites + +- Nodejs +- Git + +### Installation + +#### 1. Clone the git repository + +If you have `Git` on your computer, use the commands below, otherwise just download the project. + +```bash +git clone https://github.com/Macktireh/clone-twitter-frontend.git clone-twitter-backend +``` From b1c8a10e8630ab37dbe2e8fdd9e7bfdaf1790560 Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Mon, 29 May 2023 16:28:34 +0200 Subject: [PATCH 3/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7411bfd..a8979ac 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ If you have `Git` on your computer, use the commands below, otherwise just downl ```bash git clone https://github.com/Macktireh/clone-twitter-frontend.git clone-twitter-backend ``` + +```bash +cd clone-twitter-backend +``` From fa716b5f474ad3bf1a2ff26f18e1d4ae5643a789 Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Thu, 8 Jun 2023 10:45:27 +0200 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8979ac..b7a9140 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ git clone https://github.com/Macktireh/clone-twitter-frontend.git clone-twitter- ```bash cd clone-twitter-backend ``` + +```bash +npm install +``` From b6ef863036c109447f212043c40a3ec5721c41ec Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Fri, 9 Jun 2023 06:11:35 +0200 Subject: [PATCH 5/7] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..06bf37c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Macktireh Abdi Soubaneh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From a790ade122f98b87293cc80080fea2857e6a1da3 Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Wed, 22 Nov 2023 10:56:28 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b7a9140..9134c7c 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,6 @@ cd clone-twitter-backend ```bash npm install ``` +```bash +npm start +``` From 7d7ea05c2ddbd98afec6d1fd009543aaac38d1ab Mon Sep 17 00:00:00 2001 From: Macktireh Abdi Soubaneh Date: Wed, 22 Nov 2023 10:57:35 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9134c7c..a114191 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ cd clone-twitter-backend ```bash npm install ``` + ```bash npm start ```