This project is a clone of the Strapi submenus website, showcasing a responsive design with reusable components and icons.
- data.jsx file include reusable data and icons for the .jsx
You can try here: strapi-submenus-clone-reactjs.netlify.app
- React JS
- Vite JS, ESLint, Prettier
- useContext Hook The useContext hook in React allows components to consume values from the React context. React’s context API is primarily designed to pass data down the component tree without manually passing props at every level.
- React Icons is a popular open-source library that provides a collection of accessible SVG icons for React applications.
- Nano ID A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
- Clone a project:
git clone
git clone https://github.com/SimAndrew/strapi-submenus-clone-reactjs.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install
- Run the project, enter into the terminal:
npm run dev


