This is a React and Next.js-based website which delivers pre-rendered pages to view, search and filter for content on IBM Systems. There is a view counter for each course that updates in real time.
Use this website to find Systems infrastructure related training you like.
/index
- Home page with Most Popular titles/about
- About page with some useful links/course/
- Pre-rendered MDX-based course descriptions in a format designed by Upendra Rajancourse/Submission/
- Guidelines on how to add content to this website
FIREBASE_PRIVATE_KEY=""
FIREBASE_CLIENT_EMAIL=""
BUTTONDOWN_API_KEY=
NEXT_PUBLIC_GOOGLE_ANALYTICS=
- Clone this project, import environment variables above in
.env.local
and run;
npm i
npm run dev
- Next.js
- MDX
- Chakra UI
- Data from IBM Training parsed with Excel and Python (openpyxl)
- Firebase Realtime Database
- ButtonDown for newsletter