Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvfsillva/find-quebec-montreal-bus
https://github.com/mvfsillva/find-quebec-montreal-bus
date-fns i18next nextjs react storybook styled-components swr typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvfsillva/find-quebec-montreal-bus
- Owner: mvfsillva
- License: unlicense
- Created: 2021-02-06T18:42:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T18:57:13.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T10:46:49.441Z (3 months ago)
- Topics: date-fns, i18next, nextjs, react, storybook, styled-components, swr, typescript
- Language: TypeScript
- Homepage: https://coding-challenge-frontend-b.vercel.app/
- Size: 729 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Find bus ticket
This project consists in building a page to find a bus ticket using the Busbud API.
## Main Libraries
- React
- Typescript
- Testing library
- Jest
- Next 10.x.x
- Styled Components 5.x.x
- Prettier
- Server Side Rendering (SSR)
- SWR
- react i18next
- Storybook
- Date Fns## 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 the tests
```sh
$ yarn test
```### 03. Run the project
```sh
$ yarn dev
```### 03. Run the storybook
```sh
$ yarn storybook
```## Respect earns Respect 👏
- 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## Author
[Marcus Silva](https://mvfsillva.dev)