Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)