https://github.com/jardelgcunha/fullstack-igti
Apps developed in Full Stack Development (MBA) classes by IGTI - Javascript ES6+
https://github.com/jardelgcunha/fullstack-igti
console css3 emmet es6-javascript fullstack-igti html5 javascript live-server nodejs npm vscode
Last synced: 3 months ago
JSON representation
Apps developed in Full Stack Development (MBA) classes by IGTI - Javascript ES6+
- Host: GitHub
- URL: https://github.com/jardelgcunha/fullstack-igti
- Owner: jardelgcunha
- License: mit
- Created: 2020-07-13T19:52:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T17:13:53.000Z (almost 6 years ago)
- Last Synced: 2025-10-09T16:46:51.771Z (9 months ago)
- Topics: console, css3, emmet, es6-javascript, fullstack-igti, html5, javascript, live-server, nodejs, npm, vscode
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fullstack-igti
> :computer: Applications developed in Full Stack Development classes as an MBA by IGTI
## :up: App Features
- Utilities and commands in Visual Studio Code
- Introduction to Node.js
- Introduction to NPM and the live-server library
- Introduction and Application in HTML
- Introduction and Application in CSS
- Introduction and Application in Javascript
- Comment Block
- Applications with console.log
- Manipulating DOM with Javascript
- HTML Forms
- Manipulating events
- CRUD in HTML, CSS and Javascript
- Introduction to Modern Javascript ES6+
- Manipulating arrays with ES6+
- Operator ...(rest/spread)
- Destructuring
- Refactoring the CRUD Project
- Asynchronous Programming
- setTimeout and setInterval functions
- HTTP Requests with Javascript
- Final Challenges
# :construction_worker: How to run?
```bash
git clone https://github.com/JardelDeveloper/fullstack-igti.git
```
# 🤔 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 the [fullstack-igti](https://github.com/JardelDeveloper/fullstack-igti/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/fullstack-igti/blob/master/LICENSE) for more details.
Made with :green_heart: by Jardel Cunha.
Give :star: if this project helped you!