https://github.com/simandrew/strapi-submenus-clone-reactjs
https://github.com/simandrew/strapi-submenus-clone-reactjs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simandrew/strapi-submenus-clone-reactjs
- Owner: SimAndrew
- Created: 2025-08-16T10:32:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T18:43:41.000Z (8 months ago)
- Last Synced: 2025-08-16T19:13:56.142Z (8 months ago)
- Language: CSS
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Strapi Submenus Clone
### About:
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](https://strapi-submenus-clone-reactjs.netlify.app)
### Sample task, photo:



### Technologies, Libraries:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [useContext Hook](https://react.dev/reference/react/useContext) 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](https://react-icons.github.io/react-icons/) is a popular open-source library that provides a collection of accessible SVG icons for React applications.
- [Nano ID](https://github.com/ai/nanoid) A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
### Run the app:
- 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
```