petekgithub / cognosolve

ai - consulting landing

Home Page:https://cognosolve.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consulting App

This is a simple consulting web application built with React, Vite, and Tailwind CSS.

Getting Started

To get started with this project, follow these steps:

  • Clone the repository to your local machine:

    git clone <repository-url>
  • Navigate to the project directory:

    cd consulting-app
  • Install dependencies:

    npm install
  • Start the development server:

    npm run dev

    This will start the development server using Vite.

  • Open your browser and visit http://localhost:3000 to view the app.

Technologies Used

  • React - JavaScript library for building user interfaces.
  • Vite - Next generation frontend build tool.
  • Tailwind CSS - Utility-first CSS framework for rapid UI development.

Folder Structure

consulting-app/
├── public/              # Static files
├── src/                 # Source files
│   ├── assets/          # Images, icons, etc.
│   ├── components/      # React components
│   ├── constants/       # Constants and data
│   ├── styles/          # Global styles
│   └── App.jsx          # Main component
├── .gitignore           # Git ignore file
├── package.json         # Node.js dependencies
├── README.md            # Project README file
└── vite.config.js       # Vite configuration file

About

ai - consulting landing

https://cognosolve.vercel.app


Languages

Language:JavaScript 96.8%Language:HTML 1.6%Language:CSS 1.5%