Skip to content

void-hr/Travel_Journal

Repository files navigation

Travel_Journal

Second Solo Project of React JS to get familiarise with props, spread operators and map function.

OUTPUT

Concepts I have learned by bulding my travel journal

  • Folder Structure
  • JSX
  • Styling in React
  • Flex
  • Font-awesome icons library
  • Components
  • Props
  • Spread Operators
  • Map function

Tech Used

  • 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/>);

Improvements

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.

THIS PROJECT IS THE PRACTICE EXERCISE OF FREE SCRIMBA COURSE "LEARN REACT FOR FREE" BY @BOB ZIROLL

Go Ahead and have fun ⭐

About

Second Solo Project of React JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published