Skip to content
/ DAW Public
forked from e-enes/kesency

Official Kesency Website (front part)

License

Notifications You must be signed in to change notification settings

Nothabeebi/DAW

 
 

Repository files navigation

KESENCY Website Front

License: MIT GitHub stars GitHub last commit GitHub open issues

This is the front-end repository for the Kesency website, a digital agency that provides services related to web design, development, and marketing. The website is built using modern web development technologie, including Next.js and Bootstrap.

Getting Started

To get started with the project, clone the repository to your local machine and run the following commands:

npm install
npm run dev

This will install the required dependencies and start the development server. You can then access the website at http://localhost:3000.

Project Structure

The project is organized into several directories:

digital-agency-website/
├── public/
│   ├── img_1.png
│   ├── img_2.png
├── src/
│   ├── api/
│   ├── app/
│   ├── components/
│   ├── context/
│   ├── styles/
│   ├── utils/
├── .eslintrc.json
├── .gitignore
├── .prettierrc.json
├── LICENSE
├── next.config.js
├── package.json
├── package-lock.json
├── README.md
├── tsconfig.json

Contributing

Contributions to the project are welcome! If you find a bug or have a feature request, please open an issue in the repository. If you would like to contribute code, please create a pull request and make sure that your changes pass the tests and linting rules.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code as long as you include the license file in your distribution. See the LICENSE file for more information.

About

Official Kesency Website (front part)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.2%
  • CSS 34.6%
  • JavaScript 0.2%