https://github.com/mikael-r/company-questions
🎩 Template for response questions
https://github.com/mikael-r/company-questions
cypress docker historybook next react styled-components tests typescript
Last synced: 4 months ago
JSON representation
🎩 Template for response questions
- Host: GitHub
- URL: https://github.com/mikael-r/company-questions
- Owner: Mikael-R
- License: mit
- Created: 2022-05-13T15:33:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T15:35:48.000Z (over 2 years ago)
- Last Synced: 2025-06-16T23:06:05.185Z (4 months ago)
- Topics: cypress, docker, historybook, next, react, styled-components, tests, typescript
- Language: TypeScript
- Homepage: https://company-questions.vercel.app
- Size: 3.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE.md) [](https://github.com/Mikael-R/company-questions/commits/)  [](https://github.com/Mikael-R/company-questions/issues) 
[](https://github.com/Mikael-R/company-questions/network/members) [](https://github.com/Mikael-R/company-questions/stargazers) [](https://github.com/Mikael-R/company-questions/watchers)
Welcome to company-questions 👋
> Template for response questions
### ✨ [Demo](https://compay-questions.vercel.app)
Screenshots
### 🔖 Table Of Contents
- 🤔 [How To Use](#how-to-use)
- 🚀 [Technologies](#technologies)
- 🎊 [Features](#features)
- 🎇 [Finished](#features-finished)
- 🎆 [Pendent](#features-pendent)
- 💡 [How To Contribute](#how-to-contribute)
- 🤗 [Contributors](#contributors)
- 👤 [Author](#author)
- 🔏 [License](#license)---
🤔 How To Use
### Using node
#### Install Dependencies
```sh
yarn
```#### Run Aplication
```sh
yarn dev
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.#### Run storybook
```sh
yarn storybook
```#### Run tests
```sh
yarn cypress-open
```### Using docker
#### Run Aplication
```sh
sudo make start
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.#### Run storybook
Open [http://localhost:6006](http://localhost:6006) to view storybook in the browser.
```sh
sudo make storybook
```#### Run tests
```sh
sudo make tests
```[Back To The Top](#title)
---
🚀 Technologies
- [Next](https://nextjs.org/)
- [React](https://reactjs.org/docs/getting-started.html)
- [Axios](https://axios-http.com/ptbr/docs/intro)
- [Styled Components](https://styled-components.com/)
- [Typescript](https://www.typescriptlang.org/docs/)
- [Docker](https://docs.docker.com/)
- [Storybook](https://storybook.js.org/)
- [Cypress](https://www.cypress.io/)[Back To The Top](#title)
---
🎊 Features
🎇 Finished
- [x] Create layout
- [x] Add docker
- [x] Add storybook
- [x] Add tests
- [x] Create Readme🎆 Pendent
[Back To The Top](#title)
---
💡 How To Contribute
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource: `git checkout -b my-feature`
- Commit your changes: `git commit -m 'feat: My new feature'`
- Push your branch: `git push origin my-feature`
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
[Back To The Top](#title)
---
👤 Author
👤 **Mikael R**
- Website: https://mikael.idti.tech/
- Twitter: [@mikaelr16](https://twitter.com/mikaelr16)
- Github: [@Mikael-R](https://github.com/Mikael-R)
- LinkedIn: [@mikael-r](https://linkedin.com/in/mikael-r)[Back To The Top](#title)
---
_This README was generated with 💟 by [readme-template-generator](https://github.com/Mikael-R/readme-template-generator)_