Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leandro-parice/frontend-challenge

Frontend generated through layouts suggested in an Instagram post, where I simulated real applications for ReactJS studies.
https://github.com/leandro-parice/frontend-challenge

animation animation-css animations css front-end front-end-development frontend frontend-web javascript js react reactjs sass study svg vite

Last synced: about 6 hours ago
JSON representation

Frontend generated through layouts suggested in an Instagram post, where I simulated real applications for ReactJS studies.

Awesome Lists containing this project

README

        

# Frontend Challenge

[![Netlify Status](https://api.netlify.com/api/v1/badges/985f5fce-ee83-484d-993d-1822b14092ef/deploy-status)](https://app.netlify.com/sites/leandroparice-frontend-challenge/deploys)

For study purposes, I took advantage of an Instagram post [@coding*dev*](https://www.instagram.com/coding_dev_)
Called ["Practice Frontend with these Challenges"](https://www.instagram.com/p/C94inT1yL4X/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==).
The idea is to reproduce the frontend of each image shared in the post, and as I am studying ReactJS, bring to life the elements that indicate some application in real life.
As I don't have access to any Figma or open layout files, everything visual was based on the posted image.

## 1) Profile Card

I applied color buttons to simulate the template's color change. I used SVG to animate and change colors depending on the selected button.

https://leandroparice-frontend-challenge.netlify.app

- SVG Animations
- useState
- Flex grid
- SASS
- Send props between components

Frontend Challenge - Profile Card