This is a CMS that can be used for online courses websites. It has 3 parts, Users, Courses, and Articles.
- Single Page Application
- Inputs Validators
- Add, delete, and edit new courses, articles, users, etc.
- Dark & light mode
Use npm to install Redux CMS.
run Frontend :
cd Front-End
npm i
npm run dev