Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafal19987/zonifero-landing-page-frontend-internship-sofwarehut-html-sass-javascript-babel
A landing page project created based on a Figma project as part of an internship at a softwarehouse
https://github.com/rafal19987/zonifero-landing-page-frontend-internship-sofwarehut-html-sass-javascript-babel
2023 babel frontend-development frontend-internship html internship javascript landing-page pixel-perfect pure-javascript sass softwarehut webpack
Last synced: 17 days ago
JSON representation
A landing page project created based on a Figma project as part of an internship at a softwarehouse
- Host: GitHub
- URL: https://github.com/rafal19987/zonifero-landing-page-frontend-internship-sofwarehut-html-sass-javascript-babel
- Owner: rafal19987
- License: mit
- Created: 2023-09-04T09:22:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-02T13:56:21.000Z (6 months ago)
- Last Synced: 2024-11-20T06:12:18.890Z (3 months ago)
- Topics: 2023, babel, frontend-development, frontend-internship, html, internship, javascript, landing-page, pixel-perfect, pure-javascript, sass, softwarehut, webpack
- Language: SCSS
- Homepage: https://rafal19987.github.io/Zonifero-Landing-Page-Frontend-Internship-Sofwarehut-HTML-SASS-JavaScript-Babel/
- Size: 3.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![image](https://github.com/user-attachments/assets/594e357f-c41c-4156-a3e4-2130af7dd655)
![image](https://github.com/user-attachments/assets/a45e182d-3844-4c2e-8319-70ba8f90c2cf)
![image](https://github.com/user-attachments/assets/2796999e-11d9-4760-a963-7f659603c392)
![image](https://github.com/user-attachments/assets/d41efba9-f585-4f06-b11c-26c895f80e8f)
![image](https://github.com/user-attachments/assets/23533287-71f8-45c5-b7ee-1ea50a8e0b49)
![image](https://github.com/user-attachments/assets/99ca2fea-b624-4e23-aeb8-1c7361ba113a)
![image](https://github.com/user-attachments/assets/1b864068-4ce4-451d-ab33-8ebc54171509)
![image](https://github.com/user-attachments/assets/e28ec8d8-9083-4f06-8fd7-12a896b9e334)
![image](https://github.com/user-attachments/assets/3bf58bbd-f3b2-4da5-944e-1e40efaa31ad)
![image](https://github.com/user-attachments/assets/f7b47625-390e-4a04-b8f4-3538a1009d29)
![image](https://github.com/user-attachments/assets/5659618a-e2cf-40b8-a21d-655f7e70bba9)
![image](https://github.com/user-attachments/assets/a97ad34a-28ab-421c-bbaf-c747dca16892)
![image](https://github.com/user-attachments/assets/0c5a763b-5e60-4bf6-8caa-910b57a90c00)## ABOUT
This project is a single landing page created using pure JavaScript, HTML, and SASS (SCSS).
## LIVE
You can check out the live version here: https://rafal19987.github.io/_Johny/
## HOW TO RUN
Clone this repository to your local machine, install all dependencies, and run the project (for example, using NPM on Windows).
```bash
git clone https://github.com/rafal19987/_Johny.git
cd _Johny
npm i
npm run dev
```