Files
A2ZSoftware/README.md
2025-04-29 11:47:38 -04:00

64 lines
1.6 KiB
Markdown

# A2ZSoftware Landing Page
[![Netlify Status](https://api.netlify.com/api/v1/badges/021da834-236e-4753-ad2e-2d2ef8c41067/deploy-status)](https://app.netlify.com/sites/fascinating-platypus-8f57b4/deploys)
Welcome to the A2ZSoftware landing page project!
This is a modern, responsive, and elegant single-page application (SPA) built with **SvelteKit** and **TailwindCSS**.
## Features
- Fully responsive layout
- Smooth scrolling navigation
- Animated fade-in effects on page load
- Beautifully styled sections for About, Services, Solutions, Contact, and more
- Extended with Testimonials, Technologies stack, and Case Studies
- Easy deployment to platforms like **Netlify**
## Project Structure
- `src/routes/+page.svelte` — Main landing page code
- `tailwind.config.js` — TailwindCSS configuration
- `static/` — Static assets (if any)
- `svelte.config.js` — SvelteKit configuration
## Installation
Clone the repository and install dependencies:
```zsh
git clone https://github.com/your-username/a2zsoftware-landing.git
cd a2zsoftware-landing
pnpm install # or npm install
```
## Running Locally
```zsh
npm run dev
```
The site will be available at [http://localhost:5173](http://localhost:5173).
## Deployment
This project is ready to be deployed on Netlify with a single click.
Simply connect your GitHub repository to Netlify and set the build command:
```zsh
npm run build
```
And specify the output directory as `build/`.
## Technologies Used
- [SvelteKit](https://kit.svelte.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [Netlify](https://www.netlify.com/)
## License
This project is licensed under the GNU GPL V3.0.