This was my Cross Course Assignment, where I created a website based on the SquareEyes brief. The website is designed for people aged 13 to 50 who love movies and appreciate high-quality films. It functions as an online shopping and streaming platform.
- HEADLESS
- RESPONSIVE
- SIMPLE
- MOBILE FRIENDLY
- FIGMA
- HTML
- CSS
- JavaScript
- Wordpress API
- Hotjar
- Homepage
- List of videos
- Video displaying product details
- About
- Contact
- Checkout
- Checkout success
- Footer
Get started with this project.
- Clone the repo:
git clone [email protected]:ziconstr/SquareEyes.git
- Install the dependencies:
npm install
To run the app, run the following commands:
npm run start
also can be run with LIVE SERVER plugin in VSCODE
Feel free to join in on this project! Your input is crucial for making the project better. Before you begin, please take a moment to check out these guidelines.
- Fork the Repository:
Click the "Fork" button at the top-right corner of the repository page. This creates a personal copy of the project in your GitHub account. Clone Your Fork:
-
Copy the URL of your forked repository. Open your terminal or Git Bash and run git clone [copied URL] to download the project to your computer.
-
Create a Branch:
Run git checkout -b [your-branch-name] to create a new branch for your changes.
- Make Changes:
Make the necessary modifications or additions to the project on your local machine.
- Commit Changes:
Run git add . to stage your changes. Run git commit -m "Your descriptive message" to commit your changes.
- Push Changes:
Run git push origin [your-branch-name] to push your changes to your GitHub repository.
- Create a Pull Request:
Visit your forked repository on GitHub. Click the "New Pull Request" button. Choose the branch with your changes and provide a brief description of your contribution. Click "Create Pull Request."
- Discuss and Adjust:
Engage in any discussions or adjustments requested by the maintainers.
- Merge Changes:
Once approved, your changes will be merged into the main project. Thank you for contributing to [PORTFOLIO 1]! If you have any questions or need assistance, feel free to reach out. Happy contributing!
"Let's connect! Find me on LinkedIn for professional updates and Twitter for casual conversations. Feel free to reach out and connect!"
This website marked my first project at Noroff, where I learned to build a website from scratch. It was a lot of fun, and I particularly enjoyed using Figma, a tool I hadn't tried before. Figma turned out to be a fantastic resource for web development.