Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Jan 22, 2024
1 parent 3581bb7 commit 657e847
Showing 1 changed file with 35 additions and 75 deletions.
110 changes: 35 additions & 75 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,83 +1,43 @@
## 1.0 Datahjälp
## Datahjälp
> Datahjälp is a company that informs customers about the company's prices and contact details for these companies. Datahjälp helps customers fix their computers and the company is located at Ringvägen 5, Stockholm. <br />The website is responsive.
Datahjälp is a company that informs customers about the company's prices and contact details for these companies. Datahjälp helps customers fix their computers and the company is located at Ringvägen 5, Stockholm. <br />The website is responsive.

## 1.1 Installation
<br />

You can download all these files and install source code files in your local server or own website.
[Demo](https://fadihanna123.github.io/DatahjalpProjekt/)

## 1.2 Folder Structure
.github/ <br />
.github/CODEOWNERS <br />
.github/dependabot.yml <br />
.husky/ <br />
.husky/pre-commit <br />
.vscode/ <br />
.vscode/extensions.json <br />
.vscode/settings.json <br />
assets/<br />
assets/icons/favicon/ <br />
assets/icons/favicon/android-chrome-192x192.png <br />
assets/icons/favicon/android-chrome-384x384.png <br />
assets/icons/favicon/apple-touch-icon.png <br />
assets/icons/favicon/browserconfig.xml <br />
assets/icons/favicon/favicon-16x16.png <br />
assets/icons/favicon/favicon-32x32.png <br />
assets/icons/favicon/favicon.ico <br />
assets/icons/favicon/mstile-150x150.png <br />
assets/icons/favicon/site.webmanifest <br />
assets/images/logo.png <br />
assets/images/screenshot.png <br />
sass/ <br />
sass/abstracts/ <br />
sass/abstracts/all.scss <br />
sass/abstracts/variables.scss <br />
sass/components/ <br />
sass/components/all.scss <br />
sass/components/forms.scss <br />
sass/components/headings.scss <br />
sass/components/lines.scss <br />
sass/components/tables.scss <br />
sass/components/texts.scss <br />
sass/core/ <br />
sass/core/all.scss <br />
sass/core/reset.scss <br />
sass/layout/ <br />
sass/layout/all.scss <br />
sass/layout/footer.scss <br />
sass/layout/header.scss <br />
sass/layout/navigation.scss <br />
sass/layout/other.scss <br />
sass/pages/ <br />
sass/pages/about.scss <br />
sass/pages/all.scss <br />
sass/pages/prices.scss <br />
sass/main.scss <br />
css/ <br />
css/main.css <br />
css/main.min.css <br />
.editorconfig <br />
.prettierc <br />
.prettierignore <br />
.stylelintrc.json <br />
.stylelintignore <br />
AUTHORS <br />
README.md <br />
about.html <br />
competition.html <br />
contact.html <br />
index.html <br />
prices.html <br />
.gitattributes <br />
.gitignore <br />
package.json <br />
yarn.lock <br />
screenshot.png <br />
## 🚀 Quick Start
```sh
# Clone the project
git clone https://github.com/fadihanna123/DatahjalpProjekt.git
```

## 1.3 Programminglanguages used in the project:
```sh
# Go to the directory
cd DatahjalpProjekt
```

HTML, Sass and CSS.
```sh
# Install dependencies
yarn
```

## 1.4 Screenshot:
```sh
# Start the server
yarn dev
# Go to http://localhost:3000
```

## Usage
> You can navigate various links for example to see prices, see contact details and participate in competitions.
## 🤝 Contributing
1 - Clone the project. <br />
2 - Fork the project. <br />
3 - Create your own branch: ```
git checkout -b <your branchname>``` <br />
4 - Push changes. <br />
5 - Create a pull request. <br />

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/fadihanna123/DatahjalpProjekt/issues).

![alt text](https://github.com/fadihanna123/DatahjalpProjekt/blob/master/screenshot.png 'Screenshot av hemsidan')

0 comments on commit 657e847

Please sign in to comment.