-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |