https://github.com/cassiofb-dev/angular-edu
Cool project to show Angular and Bootstrap fundamentals
https://github.com/cassiofb-dev/angular-edu
angular bootstrap nodejs typescript
Last synced: about 2 months ago
JSON representation
Cool project to show Angular and Bootstrap fundamentals
- Host: GitHub
- URL: https://github.com/cassiofb-dev/angular-edu
- Owner: cassiofb-dev
- Created: 2021-07-17T05:37:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T06:02:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-18T09:08:44.206Z (over 1 year ago)
- Topics: angular, bootstrap, nodejs, typescript
- Language: TypeScript
- Homepage: https://cassiofb-dev.github.io/angular-edu/home
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular + Bootstrap 5 Showcase
Cool project made with Angular and Bootstrap docs.
About •
Features •
Running •
Credits •
License

## About
As I wanted to learn Angular with Bootstrap I thought it would be awesome to make this repo to show the main features of Bootstrap and Angular. Hope you like it!
## Features
* Angular Fundamentals
* Component
* Modules
* Services
* Angular Routing
* Routing Module
* Child Routes
* Lazy Loading
* Angular Forms
* Template Driven
* Reactive
* Bootstrap Fundamentals
* Basic Form
* CSS validation classes
* Responsive Navbar
* Responsive Footer
## Running
To download and run this project you will need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/) and [Angular](https://angular.io/). From your shell:
```bash
# Clone the repo
git clone https://github.com/cassiofb-dev/angular-edu
# Get into it
cd angular-edu
# Install dependencies
npm install
# Start
ng serve
```
## Credits
This app was made with the following open source projects:
* Node.js
* TypeScript
* Angular
* Bootstrap
README model by [electron-markdownify](https://github.com/amitmerchant1990/electron-markdownify).
Special thanks to [Loiane](https://github.com/loiane) for teaching me angular during this week.
## License
MIT
---
>Website [cassiofernando](https://cassiofernando.netlify.app/) ·
> GitHub [@cassiofb-dev](https://github.com/cassiofb-dev) ·
> Twitter [@cassiofb_dev](https://twitter.com/cassiofb_dev)