Skip to content

Commit

Permalink
Merge branch 'react-testing' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RA-Salles authored Jul 31, 2024
2 parents 4a02e0f + 39f22a2 commit 8caca96
Show file tree
Hide file tree
Showing 50 changed files with 20,066 additions and 2,225 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Continuos Integration
on: pull_request

jobs:
continous-integration:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v4
with:
ref: react-testing
- uses: actions/checkout@v4
- name: use Node.JS
uses: actions/setup-node@v2
with:
node-version: 21.x
- name: run, install and test
run: |
npm install
npm run build
npm run test
25 changes: 23 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
/server/node_modules
/src/node_modules
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

80 changes: 67 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,86 @@
# 2024-1-Squad08
# Getting Started with Create React App

## Sobre o Projeto
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

- O UniRep é um projeto da matéria Métodos de Desenvolvimento de Software, a qual tem como objetivo auxiliar os alunos universitários a encontrarem repúblicas perto de sua faculdade.
## Available Scripts

## Escolhas Tecnológicas
In the project directory, you can run:

### `npm start`

## React-Branch
Essa branch tem como objetivo criar o react app para rodar a aplicação.

### Domínios
- react-router-dom,
- Javascript/NodeJS como base
- Figma para design do front-end
- Miro para planejamento das sprints
- MySQL para o banco de dados
- React e Express como frameworks
- Beautiful Soup e Selenium para web scrapping
=======

## Quadro virtual dos Stories, Backlog e Arquitetura base

- Para acessar o quadro virtual, clique [aqui](https://miro.com/app/board/uXjVKWk1Q-I=/).

## Membros

<table>
<tr>
<td align="center"><a href="https://github.com/Discicle"><img style="border-radius: 50%;" src="https://github.com/Discicle.png?size=100" width="100px;" alt=""/><br /><sub><b>João Victor Sousa</b></sub></a><br />
<td align="center"><a href="https://github.com/Renurin"><img style="border-radius: 50%;" src="https://github.com/Renurin.png?size=100" width="100px;" alt=""/><br /><sub><b>Renan Camara</b></sub></a><b/>
<td align="center"><a href="https://github.com/pedroeverton217"><img style="border-radius: 50%;" src="https://github.com/pedroeverton217.png?size=100" width="100px;" alt=""/><br /><sub><b>Pedro Everton</b></sub></a<br/>
<td align="center"><a href="https://github.com/Brunocrzz"><img style="border-radius: 50%;" src="https://github.com/Brunocrzz.png?size=100" width="100px;" alt=""/><br /><sub><b>Bruno Cruz</</sub</a<br/<ahref="Link git" title="Rocketseat"></a></td>
<td align="center"><a href="https://github.com/RA-Salles"><img style="border-radius: 50%;" src="https://github.com/RA-Salles.png?size=100" width="100px;" alt=""/><br /><sub><b>Ryan Augusto</b></sub></a><br />
</tr>
</table>
The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading

0 comments on commit 8caca96

Please sign in to comment.