Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wojciechprusaczyk/flex-cms
https://github.com/wojciechprusaczyk/flex-cms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wojciechprusaczyk/flex-cms
- Owner: WojciechPrusaczyk
- Created: 2023-07-18T19:38:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:15:41.000Z (9 months ago)
- Last Synced: 2024-04-13T22:12:51.292Z (9 months ago)
- Language: PHP
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
CMS is divided into 2 sections.
Front, including main landing page, contact form, gallery.
Dashboard focused to allow administrator to dynamically manage website contents.
**For example:**
- managing gallery photos
- changing colors, with rgb color picker
- changing landing page contents like descriptions, or photos
- managing contact data, website icons, titles etc.**Pros of my CMS:**
- easy to use even for people not familiar with technology
- highly configurable
- easy access to write own scripts and stylesheets
- modular, which increases client personal adjustment**Used libraries**
- https://editorjs.io/
- https://github.com/atlassian/react-beautiful-dnd**Potential recruiters points of interest**
- [ReactJS](https://github.com/WojciechPrusaczyk/flex-cms/tree/main/assets/react)
- [Twig](https://github.com/WojciechPrusaczyk/flex-cms/tree/main/templates)
- [Symfony controllers](https://github.com/WojciechPrusaczyk/flex-cms/tree/main/src/Controller)
- [Symfony entities](https://github.com/WojciechPrusaczyk/flex-cms/tree/main/src/Entity)
- [Styles](https://github.com/WojciechPrusaczyk/flex-cms/tree/main/assets/styles)
- [Graphical project: MainPage](https://www.figma.com/file/9MOAWdrk5MHid1iPrzpsZG/artek.com.pl)
- [Graphical project: Dashboard](https://www.figma.com/file/9MOAWdrk5MHid1iPrzpsZG/artek.com.pl?type=design&node-id=31-2&mode=design)
I can present system behaviour if needed and explain crucial features implementation.**Used technologies and solutions**
- Symfony
- ReaactJS
- Rest API
- MySQL
- SASS
- partially Twig
###