🌐 https://gcoskun-react-app.web.app/
🌟 Initialize an app with Create React App
🌟 Create a JSON file which includes the data
🌟 Configure app page navigation with React Router
🌟 Use router component like Routes, Router, Navigate, NavLink...
🌟 Create the cards component, when we click a single card, we will go through the single card page, for doing this use NavLink react router component
🌟 Create slider component, use useState hook to state management
🌟 Use map() method to store the data in the form of key and value pairs, each pair has a unique key in a map
🌟 Create accordion, use useState hook, import data from json file, create a function to open and close accordion, use onClick() event
🌟 Use Sass to style application
🌟 Develop website interface elements using React components
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.