This project is a ToDo List application developed using Angular and NgRx. It aims to demonstrate the application of state management principles with NgRx within an Angular framework, offering a hands-on approach to learning NgRx's features and its practical utility in real-world scenarios.
- Angular 17.3: The web application framework used
- NgRx 17.1: State management library integrated with Angular
Follow these simple steps to get your development environment running:
- Clone the repository:
git clone https://github.com/omidfarzadian/ngrx-todo-list.git
- Install dependencies:
cd ngrx-todo-list && npm install
- Serve the application:
ng serve
This project is licensed under the MIT License - see the LICENSE
file for details.