From a94e05105f2eeb9fafb1c8d92f74f3b0fb3d444d Mon Sep 17 00:00:00 2001 From: Venkata Suresh Yarava <69299412+Sureshyarava@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:18:42 -0400 Subject: [PATCH] added Figma file link to README.md file (#247) * added Figma file link to REAME.md file * Added a bit more explanation --------- Co-authored-by: Venkata Suresh Co-authored-by: Phoenix <71522316+h1divp@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c622010a7..4e689e597 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Echo is a new chat messaging app aimed at allowing you to talk to strangers *(or This repository holds the all of the code that our Echo app utilizes (pretty cool right? 😎). This repository is public because we believe in the future of open source projects, the community is what makes developing so special ✨! It is split into the frontend/app `/client` and the backend/server `/server`. Take a look around, we're sure you'll find yourself wanting to help out! Ready? Head here 👉 [contributing](#contributing) +If you are interested in contributing to the UI/UX design of our app, please see our Figma design [here](https://www.figma.com/file/2mvddKeA4XMODdCidYkDid/Proximity-Chat-App?type=design&node-id=0%3A1&mode=design&t=V5A9MVRhlmdxGH0M-1). Improvements here are always welcome. ## Installation