https://github.com/renantrs/github-app
Desafio de projeto do Bootcamp, um buscador de repositórios de usuários do GitHub
https://github.com/renantrs/github-app
apollo-client cssmodules cypress framer-motion graphql jest react-router-dom-v6 reactjs redux-toolkit sass testing-library typescipt
Last synced: 9 months ago
JSON representation
Desafio de projeto do Bootcamp, um buscador de repositórios de usuários do GitHub
- Host: GitHub
- URL: https://github.com/renantrs/github-app
- Owner: RenanTRS
- License: mit
- Created: 2022-05-31T16:20:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T16:21:36.000Z (about 3 years ago)
- Last Synced: 2025-01-26T18:44:25.548Z (11 months ago)
- Topics: apollo-client, cssmodules, cypress, framer-motion, graphql, jest, react-router-dom-v6, reactjs, redux-toolkit, sass, testing-library, typescipt
- Language: TypeScript
- Homepage: https://github-app-renantrs.vercel.app/
- Size: 13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About this project
This project was a bootcamp challenge.
## How to use
To clone and run this project, you'll need **[Git](https://git-scm.com)**, **[node v14.19.3]()** or higher + **[yarn v1.22.15](https://yarnpkg.com)** or higher installed on your computer. From your command line:
```bash
#Clone this repository
$ git clone https://github.com/RenanTRS/github-app.git
#Go into the repository
$ cd github-app
#Install dependencies
$ yarn
#Run
$ yarn dev
#Run unitary tests
$ yarn test
#Run e2e tests
$ yarn cypress
```
## Built with
[](https://vitejs.dev/guide/#scaffolding-your-first-vite-project)
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://sass-lang.com/)
[](https://v5.reactrouter.com/web/guides/quick-start)
[](https://redux.js.org/)
[](https://jestjs.io/)
[](https://testing-library.com/)
[](https://www.cypress.io/)
[](https://swc.rs/docs/usage/jest)
[](https://swc.rs/docs/usage/core)
[](https://graphql.org/)
[](https://www.apollographql.com/)
[](https://www.framer.com/motion/)
[](https://phosphoricons.com/)
[](https://eslint.org/)
[](https://prettier.io/)
[](https://yarnpkg.com/)
## Contact
- Email me - renantrsouza@gmail.com
- Connect with me on [LinkedIn](https://www.linkedin.com/in/renantrsouza/)
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/renantrs/github-app/blob/main/LICENSE) file for details.