An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Frontend Angular Webpage

![App screenshot](/greenbase-app/src/assets/images/modernize-screenshot.png)

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