https://github.com/harshhh28/d_square_construction
A web application for a construction company, providing information about their services, portfolio, and contact details. The application is built using Next.js framework.
https://github.com/harshhh28/d_square_construction
Last synced: 2 months ago
JSON representation
A web application for a construction company, providing information about their services, portfolio, and contact details. The application is built using Next.js framework.
- Host: GitHub
- URL: https://github.com/harshhh28/d_square_construction
- Owner: harshhh28
- Created: 2024-09-03T22:02:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T14:46:58.000Z (3 months ago)
- Last Synced: 2025-03-09T15:31:15.608Z (3 months ago)
- Language: TypeScript
- Homepage: https://dsquareconstruction.vercel.app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D_Square_Construction
## Overview
D_Square_Construction is a web application for a construction company, providing information about their services, portfolio, and contact details. The application is built using Next.js framework.
## Features
- Responsive design for all devices
- Project portfolio showcase
- Service descriptions
- Team information
- Contact form
- Customer testimonials## Technologies Used
- Next.js
- React
- TypeScript
- CSS/SCSS
- [Any additional libraries/frameworks used in the project]## Prerequisites
- Node.js (version 14.x or higher)
- npm or yarn## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/D_Square_Construction.git
cd D_Square_Construction
```2. Install dependencies:
```bash
npm install
# or
yarn install
```3. Create a `.env.local` file in the root directory and add necessary environment variables:
```
NEXT_PUBLIC_API_URL=your_api_url
# Add other environment variables as needed
```4. Run the development server:
```bash
npm run dev
# or
yarn dev
```5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Project Structure
```
D_Square_Construction/
├── components/ # React components
├── pages/ # Next.js pages
├── public/ # Static assets
├── styles/ # CSS/SCSS styles
├── lib/ # Utility functions and libraries
├── types/ # TypeScript type definitions
└── [Other directories based on project structure]
```## Deployment
This project is set up to be deployed on Vercel. For deployment:
1. Push your code to GitHub
2. Import your repository to Vercel
3. Configure environment variables
4. Deploy## Contributing
1. Fork the project
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request## License
[Specify license information]
## Contact
[Your Contact Information]
## Acknowledgements
- [List any credits, inspirations, or resources used]