Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thayllachristine/gympass-challenge
https://github.com/thayllachristine/gympass-challenge
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thayllachristine/gympass-challenge
- Owner: thayllachristine
- Created: 2019-09-09T14:37:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:34:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T07:35:48.900Z (over 1 year ago)
- Language: JavaScript
- Size: 4.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Challenge @ GymPass
Para visualizá-lo: [gympass-challenge.netlify.com](gympass-challenge.netlify.com)
## Tecnologias utilizadas:
- React (v16.9: com uso dos Hooks);
- React Router;
- Styled Components;
- Jest/Enzyme;
- Axios;
- Moment;
- JavaScript ES6 (Destructuring Assignment).### Como executar o projeto?
1. Clonar o repositório:
- via HTTPS: `git clone https://gitlab.com/thayllachristine/gympass-challenge`
- via SSH: `git clone [email protected]:thayllachristine/gympass-challenge.git `
2. Abrir o repositório: `cd gympass-challenge`
3. Abrir terminal/prompt de comando e inserir o comando `npm install` ou `yarn install` (recomendado) para instalar dependências do projeto.
4. Inserir o comando `npm start` ou `yarn start` e aguardar servidor ficar disponível na porta 3000.
5. Assim que disponível, o navegador será aberto automaticamente! Basta navegar pelo projeto!### Como executar testes?
1. Seguir os passos de 1 a 3 de 'Como executar o projeto?'
2. Abrir o terminal/prompt de comando e inserir o comando `npm test` ou `yarn test` e aguardar os testes rodarem.
---**Observação:**
- É importante ressaltar que esse projeto foi inicializado com [create-react-app](https://github.com/facebook/create-react-app);