Skip to content

ipmanlk/anemo-search

Repository files navigation

Anemo Search

Web app to explore anime in anime-offline-database.

This is a project developed with React.js to search and view entries in anime-offline-database. This uses Dexie.js to store the latest version of the database in the browser and updates automatically when there are new changes.

Online Version

https://anemo-project.web.app

Built With

  • React.js
  • Dexie.js
  • Axios

Development Environment Setup

Prerequisites

  • Node.js 12 or above.
  • NPM.

Steps

  1. Download this repo as a zip file or use,
$ git clone https://github.com/ipmanlk/anemo-search.git
  1. Install dependencies.
$ cd anemo-search
$ npm install
  1. Run npm run serve to start local development server or run npm run build to build the project.