Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulclindo/chateable
Personal basic chat with Firebase, React and Styled Components
https://github.com/paulclindo/chateable
firebase reactjs styled-components
Last synced: 1 day ago
JSON representation
Personal basic chat with Firebase, React and Styled Components
- Host: GitHub
- URL: https://github.com/paulclindo/chateable
- Owner: paulclindo
- Created: 2020-09-03T17:50:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T20:36:07.000Z (over 4 years ago)
- Last Synced: 2024-12-06T18:53:34.503Z (17 days ago)
- Topics: firebase, reactjs, styled-components
- Language: JavaScript
- Homepage: https://chateable.netlify.app/
- Size: 202 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Chat
Basic chat for pets using React, Styled Components and Firebase
### Prerequisites
Install
```
npm install
```### Installing
For development env running
```
npm run dev
```
For production env```
npm run build
```## Running the tests
```
npm run test
```## Built With
React, webpack, Graphql & Jest
## Live
- [Frontend](https://chateable.netlify.app/)
## Authors
- **Paul Ccari** - _Initial work_ - [Github](https://github.com/paulclindo)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details