https://github.com/emoore29/frontend-angular-challenge
A frontend practice project in Angular.
https://github.com/emoore29/frontend-angular-challenge
angular
Last synced: about 2 months ago
JSON representation
A frontend practice project in Angular.
- Host: GitHub
- URL: https://github.com/emoore29/frontend-angular-challenge
- Owner: emoore29
- Created: 2024-02-01T08:57:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T08:23:23.000Z (over 2 years ago)
- Last Synced: 2025-06-29T14:40:01.095Z (12 months ago)
- Topics: angular
- Language: TypeScript
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Angular Webpage

This is a mock frontend I worked on to learn Angular.
## How to run
1. Clone and open the repository in VS Code
2. Open the terminal
3. cd into the app root (greenbase-app)
4. Run the following commands in the terminal:
```
npm install
ng serve --open
```
## Additional possible tasks
- Improve HTML semantics and accessibility
- Add shared layout for header/navigation and page routes
- Add CSS variables for consistent colour palette
- Add dark theme & responsive design