diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-06-07 15:04:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 15:04:06 +0300 |
commit | b4e97d85c0285f1a6cd80f165531ac7bb70de982 (patch) | |
tree | c3fd3bd0488e42ac7602bab15eb24961ba2a356c /README.md | |
parent | 9f60b1a5845a3e9efc7254e7f7929195524ee674 (diff) | |
download | which-ui-b4e97d85c0285f1a6cd80f165531ac7bb70de982.tar.gz |
docs: create basic README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -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 +``` |