Skip to content

Commit

Permalink
modifie the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Jan 13, 2022
1 parent 9761813 commit 577c2f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added .github/docs/Thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/workflows/code-quality-pipline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
id: uiTest
uses: cypress-io/github-action@v2
with:
install: false
start: yarn ci:app:start
wait-on: 'http://localhost:5050'
wait-on-timeout: 300
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manually-triggered-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
id: uiTest
uses: cypress-io/github-action@v2
with:
install: false
browser: ${{ matrix.browser }}
headless: true
command: yarn ci:cy:run -- --env TESTING_URL=${{github.event.inputs.TESTING_URL}}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ UTasks is a **[Todoist](https://todoist.com/)** clone, meant for testing purpose

- A simple feature-rich website but a bit tricky to work with.
- Simple & easy to set up and run in your local machine or deploy it publicly
- A unique identifier **`data-testid`**for mostly of all of the fields in the app
- Doesn't require a lot of knowledge to set it up "Just a **[Google Account](https://accounts.google.com/signup/)** and **[Nodejs](https://nodejs.org/en/)**"
- Created using **[Create React App](https://create-react-app.dev/)** as **Frontend** and **[Firestore](https://firebase.google.com/docs/firestore)** as **Backend**

Expand Down Expand Up @@ -43,7 +44,8 @@ To setup you own, check out the **[Prerequisites](#Prerequisites)**,and the **[S

## :building_construction: Setup

> **_NOTE:_** You can watch this 10 mins video **[Setup Utasks](https://www.youtube.com/)** for the full setup.
> **_NOTE:_** You can watch this 8 mins video for the full setup.
> [![Setup and host a Utasks (Todoist react web app clone ) with firebase](.github/docs/Thumbnail.png)](https://www.youtube.com/watch?v=G1LDMj59SUs 'Setup and host a Utasks (Todoist react web app clone ) with firebaseE')
- Get the source code in your machine (Using one of the following options):

Expand Down

0 comments on commit 577c2f2

Please sign in to comment.