This is my first project on Github. I want to learn AngularJS on this project, and my goal is to create a cms, that I can include in websites for small businesses.
Goals:
- Set up Git --Done
- Hello world Angular! --Done
- Simple array of articles. --Done
- Article deletion --Done
- Editing articles --Done
- Adding timestamps and authors --Done
- Formatting the article with HTML tags
- Saving the articles as a JSON file
- Optimalization + warnings/restrictions
Ideas for enhancement
- Nice formatting (Bootstrap)
- Database of articles, each dynamically loaded as a JSON
- Abstracts, subheadings and sections for articles
- Images to articles