This is the final project of the Angular Framework II module of the Santander Coders program. The project consists of a web application that displays the interface of a e-commerce website containing home page, add products page, edit product dialog, delete product dialog and all products page. Additionally, there is a difference in the header icons and acess allowed pages for different type of user. We used HTML, SCSS, Bootstrap, Typescript, and Angular to create the interface and interactivity of the application. The concept of componentization, Input and Output and validated form were used. Project versioning was done using Git and Github, allowing each group member to contribute and track changes.
- HTML
- SCSS
- Bootstrap
- Typescript
- Angular
- Git e Github
- Home page;
- Add products page;
- Edit and delete product Dialog
- Products listing page;
- Login acess with authorization/authentication;
- Use of Input and Output;
- Use Module that agroup Angular Material
- DB JSON server
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/DevSquad-SantanderCoders/resume-project.git
- Navigate to the directory:
cd resume-project
- Install the dependencies using npm:
npm install
To start the project, run the following command:
ng serve