Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jardelgcunha/alurabank
https://github.com/jardelgcunha/alurabank
angular bootstrap css html javascript-es6 node typescript2
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jardelgcunha/alurabank
- Owner: jardelgcunha
- License: mit
- Created: 2021-01-27T14:22:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T14:53:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T14:41:41.677Z (about 1 month ago)
- Topics: angular, bootstrap, css, html, javascript-es6, node, typescript2
- Language: HTML
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Banco Alura
Bank website developed in the course of Angular by Alura.
> :computer: Made to connect people and banks, made in [Alura Cursos](https://cursos.alura.com.br/formacao-angular)
## 🚀 Stacks
This project was developed with the following technologies:
- [Angular](https://angular.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [Node.js](https://nodejs.org/en/)
- [NPM](https://www.npmjs.com/)
- [JavaScript](https://www.javascript.com/)
- [JavaScript | MDN](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [HTML5 | W3C](https://html.spec.whatwg.org/multipage/)
- [HTML5 | MDN](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
- [CSS 3 | W3C](https://www.w3.org/Style/CSS/)
- [CSS 3 | MDN](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [Bootstrap](https://getbootstrap.com/)Tools & Utilities included:
- [Visual Studio Code](https://code.visualstudio.com/)
- [Git](https://git-scm.com/doc)
- [Prettier](https://prettier.io/docs/en/index.html)
- [ESLint](https://eslint.org/docs/user-guide/getting-started)
- [Trello](https://trello.com/pt-BR)# :construction_worker: How to run?
```bash
git clone https://github.com/JardelDeveloper/alurabank.git
```# :computer: Run website (Frontend)
```bash
# Access the directory
$ cd alurabank
# Run aplication
right click on file.html and select the option "Open with Live Server"
```Go to http://127.0.0.1:5500/alurabank/app/file.html to see the web application's response.
# 🤔 How to contribute?
```bash
# Make a Fork this repository;
# Create a branch with your feature:
git checkout -b my-feature;
# Make commit to your changes:
git commit -m "feat: my new feature";
# Make a push to your branch:
git push origin my-feature;
```After the merge of your pull request is done, you can delete a branch of yours.
# :wrench: Issues
Feel free to **file a new issue** with a respective title and description on the [Barbearia Alura](https://github.com/JardelDeveloper/alurabank/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**.
# :memo: License
Released in 2020 :closed_book:
This project is under the MIT license. See the [LICENSE](https://github.com/JardelDeveloper/alurabank/blob/master/LICENSE) for more details.
Made with :green_heart: by Jardel Cunha.
Give :star: if this project helped you!