A modern, responsive e-learning website built with React & Vite.
Table of Contents
Trustco is a functional SaaS e-learning platform designed for sales and corporate training teams.
It offers:
- Intuitive course creation & delivery
- Rich media integration & assessments
- Real-time analytics & reporting
- Industry-specific workflows
- A library of free resources and tools
Hero banner with headline, call-to-action, and company branding.
Our core platform features: Learning Management, Content Creation, Analytics & Reports.
Tailored offerings for Enterprise, Education, and Healthcare sectors.
Meet our leadership team with bios and headshots.
Free guides, templates, calculators, and demos.
Office address, phone numbers, and email contacts.
- React 18
- Vite 4
- Tailwind CSS (or your chosen styling)
- ESLint & Prettier
- Node.js ≥ 16.x
- npm or yarn
# clone the repo
git clone https://github.com/your-org/trustco-e-learning.git
# change into directory
cd trustco-e-learning
# install dependencies
npm install
# or
yarn installnpm run dev
# or
yarn devOpen your browser at http://localhost:3000 (or the port Vite reports).
npm run build
# or
yarn buildPreview the production build:
npm run preview
# or
yarn preview- Fork this repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature - Open a Pull Request
Please follow our code style (ESLint + Prettier) and ensure all tests pass.
This project is licensed under the MIT License.