Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysker authored Mar 5, 2024
1 parent 82220b9 commit 20daa6f
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<p align="center"><a href="https://github.com/Maysker/dishnicars-backend" target="_blank"><img src="https://raw.githubusercontent.com/Maysker/dishnicars/master/images/dc-logo.png" width="400" alt="DishniCars Logo"></a></p>

# DishniCars Frontend

## Introduction

The DishniCars frontend was initially developed for Netlify, taking into account their backend services and the capabilities of serverless functions. This allowed for quick and efficient deployment of the website, simplified content management through a CMS, and utilization of other platform tools.

## Transition to Full Stack Development

The project evolved, and it was decided to create our own backend to fully cover the entire development cycle and operate with our own database, thereby increasing control and flexibility. Link to the backend: [DishniCars Backend](https://github.com/Maysker/dishnicars-backend).

## Functionality and SEO

The frontend is optimized for search engines and has responsive design, ensuring proper display on all types of devices.

## Site Structure

- `index.html` - the main page with an introduction to the services.
- `diensten.html` - detailed description of services.
- `auto.html` - car catalog.
- `projecten.html` - project gallery.
- `over_ons.html` - company information.
- `contact.html` - contact information.
- `script.js` - scripts for site interactivity.
- `style.css` - site styles.
- `cars.json` - car data.
- `images/`, `video/` - multimedia files used on the site.

## Technologies

- HTML5
- CSS3
- JavaScript
- JSON for data structuring.

## Development

The project is conducted concurrently with studies for self-learning and skill development in web development.

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

0 comments on commit 20daa6f

Please sign in to comment.