WhatsApp-Clone-Tutorial icon indicating copy to clipboard operation
WhatsApp-Clone-Tutorial copied to clipboard

https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial

Results 34 WhatsApp-Clone-Tutorial issues
Sort by recently updated
recently updated
newest added

```json { "name": "whatsapp-clone-server", "description": "A newly created Tortilla project", "repository": { "type": "git", "url": "https://github.com/Urigo/WhatsApp-Clone-Server.git" }, "private": true, "scripts": { "start": "ts-node index.ts", "format": "prettier \"**/*.ts\" --write" }, "devDependencies":...

those waits don't have any effect , the inputs are already selected with get that would throw if the element was not found ```tsx import { createMemoryHistory } from 'history';...

I think it should be a nice thing to explain to the user what are Environmental Variables and how to create and use a `.env` file in the application and...

On Step 15. `Server Step 12.1: Retrieve profile picture from REST API` the submit button to propose code changes is not working properly and rediects to a `Your request URL...

Fix the text to use environmental variables for the Unsplash API key #70

```ts export type User = { id: string; name: string; picture: string; }; export type Message = { id: string; content: string; createdAt: Date; sender: string; recipient: string; }; export...

The nice new Guild's banner is overlapping with the side menu. ![image](https://user-images.githubusercontent.com/31936665/82480303-e2149c80-9ad3-11ea-8da7-db1e4a223e5a.png)

Hi, First of all, fantastic tutorial !!! I have followed all your steps until the end of Step 3 https://github.com/Urigo/WhatsApp-Clone-Tutorial/blob/master/.tortilla/manuals/views/step3.md The server is up: `curl localhost:4000/chats` response is: `[{"id":"1","name":"Ethan Gonzalez","picture":"https://randomuser.me/api/portraits/thumb/men/1.jpg","lastMessage":"1"},{"id":"2","name":"Bryan...