Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justxuewei/libelula
UTA CSE-5335 Project
https://github.com/justxuewei/libelula
Last synced: 6 days ago
JSON representation
UTA CSE-5335 Project
- Host: GitHub
- URL: https://github.com/justxuewei/libelula
- Owner: justxuewei
- Created: 2022-03-04T06:54:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T16:04:26.000Z (over 2 years ago)
- Last Synced: 2024-11-09T05:33:35.367Z (2 months ago)
- Language: PHP
- Size: 4.82 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libelula
Please visit the documentations on the `docs` directory.
## Modules
### FrontEnd
The pages are built with the Ant Design, you may refer to https://ant.design/.
Pages: hard * 1, mid *3, easy *5
- Home page (mid)
- About page (easy)
- Login page (easy)
- Contact page (easy)
- Services Page (easy)
- Admin Page (hard)
- Customer Page (mid)
- Cart Page (easy)
- Owner/Admin Page (mid)### BackEnd
To Be Supplemented...
## References
FrontEnd
- [React 入门实例教程](https://www.ruanyifeng.com/blog/2015/03/react.html)
- [Ant Design 实战教程 (Recommended!)](https://www.yuque.com/ant-design/course/intro)- [Redux 入门教程(一):基本用法(Recommended!)](https://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html)