Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 948 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 948 Bytes

Angular Web App

A simple AngularJS starter project with user authentication and post management features.

cover 1 cover 2

Features

  • User Authentication: Allows users to register and log in to the app.
  • Post Management: Users can create/edit and delete posts.
  • Modular Structure: The app is organized in a modular way, making it easy to scale and add new features.
  • Unit & End-to-End Testing: Integrated Jasmine and Karma for unit testing, with Protractor for end-to-end testing.
  • HTTP Server: The app can be served locally using http-server.

🚀 Quick Start

To get started with the project, follow these steps:

Available Scripts

npm install
npm run postinstall
npm run start

Tech Stack

  • Frontend: AngularJS, Tailwind CSS