Skip to content

Latest commit

Β 

History

History
109 lines (82 loc) Β· 3.17 KB

README.md

File metadata and controls

109 lines (82 loc) Β· 3.17 KB

Banner

GitHub code size in bytes GitHub last commit GitHub commit activity month

πŸ“Œ Overview

ZoroClone: A ReactJS Anime Website Clone πŸ—‘οΈπŸ“Ί – Emulate the magic of aniwatch.to with this project, offering a replica of the popular anime streaming website.

πŸ” Table of Contents

πŸ“ Project Structure

β”œβ”€β”€ .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

πŸ“ Project Summary

  • 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.

πŸ’» Stack

  • 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.

βš™οΈ Setting Up

πŸš€ Run Locally

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

πŸ™Œ Contributors

☁️ Deploy

[Application name](Your App URL)