Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arwl2016/recipe-book-cli
Front end Angular app that stores recipes in local storage
https://github.com/arwl2016/recipe-book-cli
angular bootstrap crud express heroku local-storage node toastr
Last synced: about 2 months ago
JSON representation
Front end Angular app that stores recipes in local storage
- Host: GitHub
- URL: https://github.com/arwl2016/recipe-book-cli
- Owner: ARWL2016
- Created: 2017-04-26T07:13:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T06:45:20.000Z (about 2 years ago)
- Last Synced: 2024-04-14T21:48:51.148Z (9 months ago)
- Topics: angular, bootstrap, crud, express, heroku, local-storage, node, toastr
- Language: TypeScript
- Homepage: https://ng-recipe-book.herokuapp.com/#/about
- Size: 5.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Recipe Book Application
A front end CRUD application for storing recipes in browser local storage.
#### Links
- git: https://github.com/ARWL2016/recipe-book-cli
- website: https://ng-recipe-book.herokuapp.com/#/about#### Tech
- Angular 4.0
- Bootstrap 3.3
- Toastr 2.1
- Node 6.9.2
- Express 4.15
- Build: Angular CLI, typescript#### Features
- responsive design
- angular animations
- reactive form
- toast notifications
- Ahead-of-Time compilation#### Run this App (dev)
- `npm install`
- `npm run build:watch` - run webpack and Angular compiler in watch mode
- (concurrently) `npm run server`#### Build this App (prod)
- `npm run build` - production build
- `npm start`#### to do
- do front end checklist
- deploy to Heroku#### bugs
- when ingredient control is added then removed, the form does not update validation
- on initial render, active link is not styled