Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/confessions-client
https://github.com/malcodeman/confessions-client
confessions
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/confessions-client
- Owner: malcodeman
- License: mit
- Created: 2018-08-26T13:21:37.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T21:39:26.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:10:30.905Z (about 2 months ago)
- Topics: confessions
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - confessions-client - A mutually supportive community where deeply emotional things you can't tell people you know can be told. (React)
README
# Confessions-client
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/confessions-client/blob/master/LICENSE)A mutually supportive community where deeply emotional things you can't tell people you know can be told.
![Screenshot](docs/images/screenshot.png)
## Usage
.env.development.local file should look like this:
```
REACT_APP_API_URL = http://localhost:4000
```To start the app run:
```
yarn install
yarn start
```Api is located [here](https://github.com/malcodeman/confessions-server).
## License
[MIT](./LICENSE)