Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.43 KB

Art School Website

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.

Live Site

Click Me To Visit Site

Features

  • 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)

Technology Stack

  • Framework: Next.js (React-based, Server-Side Rendering)
  • Language: TypeScript
  • UI Library: Accenterity UI
  • Deployment: Vercel
  • CSS: Tailwind Css

Setup Instructions

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/mrehanamjad/Art-School-Website-NextJs
    
    cd art-school-website
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev

Now open http://localhost:3000 to view the website in the browser.