Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvfsillva/personal-wallet
:moyai:
https://github.com/mvfsillva/personal-wallet
challenge challenges circleci date-fns javascript jest nextjs playground prettier react styled-components wallet xo
Last synced: 19 days ago
JSON representation
:moyai:
- Host: GitHub
- URL: https://github.com/mvfsillva/personal-wallet
- Owner: mvfsillva
- Created: 2019-04-23T23:31:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:48:05.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T08:32:06.869Z (over 1 year ago)
- Topics: challenge, challenges, circleci, date-fns, javascript, jest, nextjs, playground, prettier, react, styled-components, wallet, xo
- Language: JavaScript
- Homepage:
- Size: 5.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Code of conduct: .github/code-of-conduct.md
Awesome Lists containing this project
README
# Personal Wallet
> disclaimer: The base currency is Real (BRL)
[![CircleCI](https://circleci.com/gh/mvfsillva/personal-wallet.svg?style=svg&circle-token=ae17684f8ec5bfb4a4da30adb4d1558a0266365b)](https://circleci.com/gh/mvfsillva/personal-wallet)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![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)
[![Storybook](https://cdn.jsdelivr.net/gh/storybooks/brand@master/badge/badge-storybook.svg)](https://storybook.js.org)
---- [React 16](https://reactjs.org/)
- [Next 8](https://nextjs.org/)
- [Styled Components](https://www.styled-components.com/)
- [jest](https://jestjs.io/)
- [XO](https://github.com/xojs/xo)
- [lint-staged](https://github.com/okonet/lint-staged)
- [prettier](https://github.com/prettier/prettier)
- [zeit/now](https://zeit.co/)
- [Circle CI](https://circleci.com)## Contributing
### 01. Install dependencies
```sh
$ yarn
```### 02. Create configs
Create a `.env` file at the root of the project. Make sure you follow the [`.env.example`](.env.example) file as a guide.
### 03. Run project
```sh
$ yarn dev
```### 04. Run tests
```sh
$ yarn test
```### 04. Learn more in the Contributing guide
Please take a look at the [contributing guide](.github/contributing.md).
## Respect earns Respect 👏
Please respect our [Code of Conduct](.github/code-of-conduct.md), in short:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members## License
[MIT](license) © 2019 Marcus Silva