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.
- React.js
- Dexie.js
- Axios
- Node.js 12 or above.
- NPM.
- Download this repo as a zip file or use,
$ git clone https://github.com/ipmanlk/anemo-search.git- Install dependencies.
$ cd anemo-search
$ npm install- Run
npm run serveto start local development server or runnpm run buildto build the project.