Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amerrika/portfolio-projects
Welcome to my portfolio projects folder! Here you will find a collection of my projects, demonstrating my skills in Web development
https://github.com/amerrika/portfolio-projects
api astro css3 dom html5 javascript scss vuejs3
Last synced: 27 days ago
JSON representation
Welcome to my portfolio projects folder! Here you will find a collection of my projects, demonstrating my skills in Web development
- Host: GitHub
- URL: https://github.com/amerrika/portfolio-projects
- Owner: amerrika
- Created: 2024-01-27T20:07:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:37:57.000Z (11 months ago)
- Last Synced: 2024-04-02T15:36:09.796Z (10 months ago)
- Topics: api, astro, css3, dom, html5, javascript, scss, vuejs3
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio of my selected projects
I have selected these projects to showcase my **current skill set** and knowledge of Web development.When I started with my Frontend journey my main focus was learning and practicing **HTML5**, **CSS3** and **JavaScript**. I am familiar with **Scss** and love using it in my personal projects, and recently started combining it with **BEM** methodology. When I build landing page projects I try to learn about **Web Accessibility** and to implement it in my projects.
**Astro** is the first framework I started learning and working with. I find it great for beginners and for building static websites, although it's capable for advanced projects. With Astro I came across many concepts such as components, props, SSG (Static Site Generator), SSR (Server Side Rendering), routing etc which helped me to understand how frameworks in general work. Right now I'm focused on learning **Vue.js**, **Node.js/Express** and **JSON database**.
## Projects built with Astro, JavaScript and SCSS
- [Frontend Mentor Challenge -Rest Countries](https://github.com/amerrika/rest-countries-astro.git)
- [Frontend Mentor Challenge - Bookmark Landing Page](https://github.com/amerrika/bookmark-landing-page)
- [Frontend Mentor Challenge - Blogr Landing Page](https://github.com/amerrika/blogr-landing-page.git)## Projects built with Vue.js and SCSS
- [Frontend Mentor Challenge - Multi Step Form](https://github.com/amerrika/multi-step-form)
- [Frontend Mentor Challenge - Rock Paper Scissors](https://github.com/amerrika/rock-paper-scissors)
- [Frontend Mentor Challenge - Calculator App](https://github.com/amerrika/calculator-app.git)
- [UI Component - Single List Drag and Drop](https://github.com/amerrika/drag-drop-vue.git)## My SCSS Starter
- [SCSS Starter](https://github.com/amerrika/scss-starter.git)## Full Stack (Vue.js, Express, JSON schema database)
As a freelancer, I'm building my first full stack project for a company in my town. Main task is to automate the process of filling various forms with a local database. The project is currently in progress.
- [Form Filler - Backend](https://github.com/amerrika/form-filler-backend.git)
- [Form Filler - Frontend](https://github.com/amerrika/form-filler-frontend)