A comprehensive educational platform offering various learning solutions including Reading Advantage, Math Advantage, Science Advantage, STEM Advantage, and more.
This repository contains two versions of the website:
- HTML files for each page (
index.html
,about.html
, etc.) - Components in
/components
- Styles in
/css
- JavaScript in
/js
- Images in
/images
- Modern React-based implementation
- TypeScript support
- Tailwind CSS for styling
- Component-based architecture in
/src/components
- Page routes in
/src/app
- HTML5
- CSS3
- Vanilla JavaScript
- Nginx for deployment
- Next.js 14+
- TypeScript
- Tailwind CSS
- React
- Modern component libraries
- Clone the repository
- Serve the files using any web server
Or configure with the included
# Example using Python's built-in server python -m http.server
nginx.conf
- Navigate to the Next.js directory
cd www-reading-advantage-next
- Install dependencies
npm install
- Run development server
npm run dev
- Build for production
npm run build
- Responsive design
- Modern UI/UX
- Educational content delivery
- B2B and B2C solutions
- Interactive learning tools
- Pricing plans
- Product comparisons
├── Static Version (Root)
│ ├── components/
│ ├── css/
│ ├── js/
│ ├── images/
│ └── *.html files
│
└── Next.js Version (/www-reading-advantage-next)
├── src/
│ ├── app/
│ ├── components/
│ ├── config/
│ └── lib/
├── public/
└── package.json
The project is being modernized with a transition from static HTML to Next.js, offering improved performance, better SEO, and enhanced development experience.
- Static version can be deployed using the included Dockerfile and nginx configuration
- Next.js version supports various deployment platforms like Vercel, Netlify, or custom servers