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)