Skip to content

Commit 9548057

Browse files
committed
README and gitignore update
1 parent 5adfd6c commit 9548057

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ dll/
7373

7474
/src/**/*.js
7575
/src/**/*.js.map
76+
77+
# Fake server
78+
server/

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Reetek Angular CRM
1+
# Angular CRM
22

3-
> A simple reusable CRM project for real-world business based on Angular 4, Angular-Material & Bootstrap 3.
3+
> A reusable CRM starter project for real-world business based on Angular 4, Angular-Material & Bootstrap 3.
44
55
This project starts from a popular starter project [AngularClass/AngularStarter](https://github.com/AngularClass/angular-starter). The goal of this project is to create reusable project for real-world business. To achieve this target, we need a solution which should include authentication process, restful API feature with token support and simple but elegant UI design.
66

7-
There is another similar project built on the Vue.js. If you are looking for reusable CRM project with Vue.js, please clone the repo Vue2Crm from [here](https://github.com/harryho/vue2crm.git).
87

98
#### Features
109

@@ -13,6 +12,15 @@ There is another similar project built on the Vue.js. If you are looking for reu
1312
* This project includes ng-charts, pagination, progress-bar, confirmation dialog, etc. features.
1413
* It uses Json-Server as fake Restful API. (You can simple replace it with your own API)
1514

15+
16+
#### Alternatives
17+
18+
There are two similar projects respectively built on the Vue.js and React. If you have interests in those technical stacks. You can find and clone those repositories below.
19+
20+
* [Vue2Crm](https://github.com/harryho/vue2crm.git).
21+
* [React-Crm](https://github.com/harryho/react-crm.git).
22+
23+
1624
#### Screenshots
1725

1826
![Screenshot1](screenshots/screenshot-1.JPG)

0 commit comments

Comments
 (0)