Second Solo Project of React JS to get familiarise with props, spread operators and map function.
- Folder Structure
- JSX
- Styling in React
- Flex
- Font-awesome icons library
- Components
- Props
- Spread Operators
- Map function
- React JS
- CSS
- Vite
- HTML
NOTE : If you are using React > 18 then it is recommended to use createRoot.
ReactDOM.createRoot(document.getElementById('root')).render(<App/>);
Basically the idea of building this my travel journal is to get familiar with creating composable elements or components and getting bit comfortable with styling in React, Props, Spread Operators, Map functions. It can be improved and further customized. Feel free to use this template.
For example : You can provide or attach link to the icons, you can change color theme etc.
Go Ahead and have fun ⭐