ZoroClone: A ReactJS Anime Website Clone 🗡️📺 – Emulate the magic of aniwatch.to with this project, offering a replica of the popular anime streaming website.
├── .github
├── .gitignore
├── CONTRIBUTING.md
├── index.html
├── package-lock.json
├── package.json
├── public
├── src
│ ├── App.jsx
│ ├── assets
│ ├── components
│ ├── hooks
│ ├── index.css
│ ├── main.jsx
│ └── pages
└── vite.config.js
- src: Main source directory containing all the JavaScript code for the project.
- src/components: Directory for reusable UI components used throughout the project.
- src/pages: Directory for individual page components of the application.
- src/assets: Directory for storing static assets like images used in the project.
- src/hooks: Directory for custom React hooks used in the project.
- public: Directory for public assets like HTML file and favicon.
- react-query: Data fetching and state management library.
- axios: HTTP client for making API requests.
- date-fns: Utility library for working with dates and times.
- react: JavaScript library for building user interfaces.
- react-icons: Icon library for React applications.
- react-router-dom: Routing library for React applications.
- styled-components: Library for styling React components with CSS.
1.Clone the zoroClone repository:
git clone https://github.com/fiskryeziu/zoroClone
2.Install the dependencies with one of the package managers listed below:
pnpm install
bun install
npm install
yarn install
3.Start the development mode:
pnpm dev
bun dev
npm run dev
yarn dev
[Application name](Your App URL)