From b4e97d85c0285f1a6cd80f165531ac7bb70de982 Mon Sep 17 00:00:00 2001 From: Eugene Sokolov Date: Sun, 7 Jun 2020 15:04:06 +0300 Subject: docs: create basic README --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 45bbd91..f274915 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # which - +Social web-app focused on choosing between two options (images). + + +_"Which one do **you** like?"_ + + +## Development :hammer_and_wrench: +Track our progress - [KANBAN board](https://github.com/ilyayudovin/which/projects/1):fire: + +### Technology stack +- [React.js](https://reactjs.org) :rocket: +- [Typescript](https://www.typescriptlang.org/) :label: +- [Material-ui](https://material-ui.com/) :lipstick: + +### Building and running +``` +npm i +npm start +``` -- cgit v1.2.3