Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sujoyduttajad authored May 24, 2024
1 parent 5b984f4 commit f72bde0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Product Landing Page Template

This gorgeous responsive website is a static landing page built with React, styled-components, react-router, and react hooks. All the components are reusable and can be used for any dynamic content. It's fully responsive for all the platforms and hosted using Netlify
This gorgeous responsive website is a static landing page built with React, styled components, react-router, and react hooks. All the components are reusable and can be used for any dynamic content. It's fully responsive for all the platforms and hosted using Netlify

# Description

This is a static landing page ususally used for marketting of products. You can navigate to different pages possible due to react-router. I always wanted to learn styled-components and building a project is a practical way to learn it.
The only challenge I faced is using styled-components, it was intimidating at first and since I used regular CSS and SASS it was weird without any classnames. Atleast styled-components are similar to SASS in terms of nesting. I also need to get used to the different folder structure you make while using styled-components. Anyways I refered to this doc - [styled component doc](https://styled-components.com/).
This static landing page could be used for various product showcases. You can navigate to different pages possibly due to react-router. I always wanted to learn styled components and building a project is a practical way to learn.
The only challenge I faced was using styled components, it was intimidating at first and since I used regular CSS and SASS it was weird without any classnames. At least styled-components are similar to SASS in terms of nesting lol!


I referred to this doc for understanding styled components - [styled component doc](https://styled-components.com/).


[Click here to see the live demo](https://ultra-b73fc5.netlify.app/)
Expand Down

0 comments on commit f72bde0

Please sign in to comment.