This is an Art School website built with Next.js and TypeScript, using the Accenterity UI library for the frontend. The website is designed to provide information about courses, instructors, and upcoming webinars. It is deployed on Vercel for fast and efficient hosting.
- Dynamic Pages: Home, Courses, Webinars, and Contact Us pages
- Instructor Profiles: Displays information about the teaching staff
- Course Listings: Showcases available art courses with descriptions and pricing
- Upcoming Webinars: Information on upcoming and past webinars
- Responsive Design: Optimized for all devices (mobile, tablet, desktop)
- Framework: Next.js (React-based, Server-Side Rendering)
- Language: TypeScript
- UI Library: Accenterity UI
- Deployment: Vercel
- CSS: Tailwind Css
- Clone the repository:
git clone https://github.com/mrehanamjad/Art-School-Website-NextJs cd art-school-website
- Install dependencies:
npm install
- Run the development server:
npm run dev
Now open http://localhost:3000 to view the website in the browser.