Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-m-hossain/that-js-dude
https://github.com/i-m-hossain/that-js-dude
css html js react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/i-m-hossain/that-js-dude
- Owner: i-m-hossain
- Created: 2021-09-21T03:43:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T04:33:57.000Z (over 3 years ago)
- Last Synced: 2024-10-15T07:27:59.968Z (3 months ago)
- Topics: css, html, js, react
- Language: JavaScript
- Homepage: https://that-js-dude-react-project.netlify.app/
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# That JS dude
I took the inspiration from http://thatjsdude.com/ to make my first React website. At first I created the mockup using plain HTML and CSS. I wanted to feel the diffence between vanila JS and React development experience, that's why I first used vanila JS to build the webpage. Then I used React to do the same. The whole webpage was divided into different components and a json data was created to load the dyanamic data. Props were used for passing dynamic data from one component to another. I made a component folder in order to organize the components and imported them where necessary. Overall, It was a good experience using components, props and react environment to build a project.
Live website: https://that-js-dude-react-project.netlify.app/