Skip to content

Ojas2095/SQAI-website

Repository files navigation

🧠 Sentienta Quality AI

How to run this file

  1. Clone this repo:
git clone https://github.com/harshitabisht05/SQAI-website.git
  1. Navigate to the project directory:
cd SQAI-website
  1. Install the required dependencies:
npm install
npm install framer-motion
npm install lucide-react
  1. Start the development server:
npm run dev
  1. Open your browser and go to http://localhost:3000 to view the application.

Info for developers:

  • The project is built using Next.js, a React framework.
  • The main entry point is app/page.tsx.
  • You can edit the components in the app/components directory according to the task assigned.
  • For Navigation bar use app/components/Header.tsx.
  • For Hero section use app/components/Hero.tsx.
  • For Project section use app/components/Projects.tsx.
  • For Footer section use app/components/Footer.tsx.

Project Structure:

  • app/: Contains the main application code.
  • components/: Contains reusable components.
  • public/: Contains static assets like images.
  • package.json: Contains project dependencies and scripts.
  • tsconfig.json: TypeScript configuration file.
  • next.config.js: Next.js configuration file.
  • README.md: This file, providing an overview of the project.
SQAI-website/
├── app/
│   ├── components/
│   │   ├── Footer.tsx
│   │   ├── Header.tsx
│   │   ├── Hero.tsx
│   │   └── Projects.tsx
│   └── globals.css
│   └── layout.tsx
│   └── page.tsx
│   └── favicon.ico
├── public/
│   └── ...static assets (images, etc.)
├── package.json
├── tsconfig.json
├── next.config.js
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors