blob: 5219fcb86cd0f301c98c64aeab71b1a895937ce3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<p align="center">
<a href="https://which-ecosystem.github.io/" rel="noopener" target="_blank"><img width="150" src="public/which-logo-512.png" alt="Which logo"></a></p>
</p>
<h1 align="center"> Which </h1>
<p align="center">Social web-app focused on choosing between two images.</p>
<p align="center"><i>"Which one do <b>you</b> like?"</i></p>
## Development :hammer_and_wrench:
Track our progress - [KANBAN board](https://github.com/orgs/which-ecosystem/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
```
|