Giter Site home page Giter Site logo

login-landing's Introduction

Login-Landing | Demo Angular Project

This project is a demonstration of an Angular application with routing. It showcases a simple project structure with three routes: '' (empty), /home, and /login.

Project Structure

The project follows a modular structure within the app module. It consists of the following modules:

  • Auth Module: This module serves as the core for mock-authentication mechanics. Also, it includes the global-routes.ts file, which defines an enum with global routes.

  • Login Module: This module includes the login page accessible via the /login route and the landing page through the '' (empty) route.

  • System Module: This module is designed for authorized users and features a dashboard page accessible via the /home route.

Features

  • Routing: The project demonstrates the usage of Angular routing to navigate between different pages based on the user's authentication status. Authorized users can only access the System Module, while non-authorized users can only access the Login Module.

  • Login Page: The login page allows users to authenticate (in the demo, without providing their credentials).

  • Landing Page: The landing page serves as the entry point for non-authorized users, providing them with an overview of the application's features.

  • Dashboard Page: The dashboard page offers a personalized experience for authorized users, showcasing relevant data and functionalities. Additionally, this page serves as the entry point for authorized users.

###Usage

To run the project locally, follow these steps:

#Clone the repository:
git clone [email protected]:vaReliy/login-landing.git

#Install the dependencies:
npm install

#Start the development server:
npm start

#Open the application in your browser:
http://localhost:4200

login-landing's People

Contributors

vareliy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.