This is the FrontEnd Project with a motto to provide the UI to the E-ledger Application.
The E-ledger is a simple, scalable and safe web application. The purpose of this user-friendly, safe and secure web application is to provide small and medium size enterprises a distributed collaboration application. It is designed so that these businesses do not have to relay on paper based account books for keeping track of their transactional operations. It is assured that none of the information clashes or get harmed. Since all the data are kept in secure database.
This Eledger UI project is used with two different projects(repositories):
- Eledger Api is for Backend.
- Eledger User is for User Management.
All these 3 projects are combined to make a single application E-ledger. So, Eledger UI is an part of these repositories.
The main use of this project is to provide a User Interface to the user, So that they can use the application very easily. All the APIs created before are used in this Angular project.
- Angular 9: Angular 9 is the latest version of Angular — a framework for building web and mobile client-side apps with JavaScript or more precisely a super-language of JavaScript called TypeScript built by Microsoft.
- HTML 5: Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
- CSS: Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
- Node.js: Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a web browser.
- Visual Studio Code: Visual Studio Code is a source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.