Skip to content

Commit efc53ba

Browse files
authored
Merge pull request #51 from CS-Eevee/chore/readme
Updates README.md
2 parents 7df3887 + bb0fa95 commit efc53ba

File tree

12 files changed

+14
-2
lines changed

12 files changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[React-Proto](https://cs-eevee.github.io/react-proto/) is a React application prototyping tool.
44

5-
It allows you to visualize/setup your application architecture upfront and recreate this architecture as application files either into a previous project or a new create-react-app project or a starter template from any repository.
5+
React-Proto allows developers to visualize/setup your application architecture upfront and recreate this architecture as application files either into a previous project or a new create-react-app project or a starter template from any repository.
66

7-
React-Proto works on macOS, Windows, Linux.
7+
React-Proto works on macOS, & Windows
88
If you find any issues, [file issue](https://github.com/CS-Eevee/react-proto/issues)
99

1010
## How To Use
@@ -72,6 +72,18 @@ npm run linter
7272

7373
Run ```npm test``` or ```yarn test``` to run test suite.
7474

75+
## Built With
76+
77+
* [React](https://reactjs.org/) - Framework for building user interaces
78+
* [Redux](https://redux.js.org/) - Predictable state container for JavaScript apps
79+
* [Electron](https://electronjs.org/) - Cross-platform desktop apps with HTML, CSS and JS
80+
* [KonvaJS](https://konvajs.github.io/) - HTML5 2d canvas library for desktop and mobile applications
81+
* [React-Sortable-Tree](https://github.com/frontend-collective/react-sortable-tree#options) - Drag-and-drop sortable component for nested data and hierarchies
82+
83+
## Acknowledgments
84+
85+
* Logo Design by: [Clariz Mariano] - (https://github.com/havengoer/)
86+
7587
## License
7688

7789
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/CS-Eevee/react-proto/blob/master/LICENSE.md) file for details.

icons/mac/icon.icns

408 KB
Binary file not shown.

icons/png/1024x1024.png

245 KB
Loading

icons/png/128x128.png

15.1 KB
Loading

icons/png/16x16.png

938 Bytes
Loading

icons/png/24x24.png

1.56 KB
Loading

icons/png/256x256.png

38.7 KB
Loading

icons/png/32x32.png

2.36 KB
Loading

icons/png/48x48.png

4.09 KB
Loading

icons/png/512x512.png

99.6 KB
Loading

0 commit comments

Comments
 (0)