Code Monkey home page Code Monkey logo

animexninja's Introduction

Hi ๐Ÿ‘‹, I'm Ayush Kumar Rout

A passionate Web developer from India

routayush1

  • ๐Ÿ”ญ Iโ€™m currently working on Healthcare app

  • ๐ŸŒฑ Iโ€™m currently learning DSA and Tensorflow

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://github.com/routayush1

  • ๐Ÿ’ฌ Ask me anything about Python, React, React Native, MERN Stack and related technologies

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences MY CV

  • โšก Fun fact : I am a passionate ๐ŸŽฎ gamer and ๐Ÿ‘จโ€๐Ÿ’ป tech geek too

Connect with me:

@ayushrout7 ayushrout

Languages and Tools:

arduino babel bootstrap canvasjs chartjs css3 d3js express firebase flask gcp git heroku html5 javascript linux materialize mongodb mysql nextjs nodejs photoshop postman python qt react reactnative redux sqlite tailwind webpack

routayush1 routayush1

animexninja's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

animexninja's Issues

Adding anime

How do you add more anime sites to scrapp off of.
You do not give your full api.
popular: "https://anime-x.vercel.app/api/popular/:page",
details: "https://anime-x.vercel.app/api/details/:id",
search: "https://anime-x.vercel.app/api/search/:word/:page",
episode_link: "https://anime-x.vercel.app/api/watching/:id/:episode",
genre: "https://anime-x.vercel.app/api/genre/:type/:page",
recently_added: "https://anime-x.vercel.app/api/recentlyadded/:page",
anime_list: "https://anime-x.vercel.app/api/list/:page",
genrelist: "https://anime-x.vercel.app/api/genrelist",
Only the app names. If you can tell me that would be nice.

Help!

I dont understand how this work Please help.

Removing Brave Stuff

Just had a question! How can i remove the brave, I tried from the homepage.js edited it but nothing new happend?

Thank you!

Hi just wanted to tell you the new style is amazing, great job

Watch.js

The web streaming app doesn't load any video link, it's not a video player issue since I tried multiple. Also, no errors get logged.

Ngrok

How are you able to run ngrok on vercel?

API isnt pushing

I put everything and named a folder in the website .env.local and i put BASE_URL="url" or should i put like BASE_URL="url/api/home" or something because it dosent want to upload animes etc..

Unhandled Rejection (TypeError): data.links[0] is undefined

Unhandled Rejection (TypeError): data.links[0] is undefined
Watch/</<
src/pages/watch.js:113

110 | .then(res=> res.json())
111 | .then(data =>{
112 |   if(data.links.length>=1||data.link.length>=2){
> 113 |     if(data.links[0].label==="hls P"){
    | ^  114 |       setIfr(true)
115 |       setUrl(data.link)
116 |     }

Unhandled Rejection (TypeError): data.links[0] is undefined
Watch/</<
http://localhost:3000/static/js/main.chunk.js:2859:13

2856 | Object(react__WEBPACK_IMPORTED_MODULE_0__["useEffect"])(() => {
2857 |   fetch(uri).then(res => res.json()).then(data => {
2858 |     if (data.links.length >= 1 || data.link.length >= 2) {
> 2859 |       if (data.links[0].label === "hls P") {
     |           ^  2860 |         setIfr(true);
2861 |         setUrl(data.link);
2862 |       } else {

Api

Hey would be cool after you finish your exams to rework the API to switch from gogoanime to aniwatch.me? It features way more high-quality episodes and is just really more organized

Keyboard shortcuts

Add keyboard shortcuts which are common in other video players,
For e.g, pressing F allows toggling full screen.

Other such shortcuts can also be analysed and mapped. Inspiration for the shortcuts can be taken from youtube also

Features

Do you think it would be possible if you add MERN stack? For sign up and login auth?

Backend

are you able to share the full code for the back end?

store.js

When running the project I get "redux-persist failed to create sync storage. falling back to memory storage."

Moblie problem!

How are you able to turn off the mobile feture. It wont let pages load

Design Suggestion

@gauravdh9 heres some ideas i can give you for a anime watching vibe the design that is in the website i dont think its "meant" to be that design since its a anime website but heres a suggestion

https://9anime.to

Iphone

Site doesn't work on iPhone browser safari.

Slow

Site is being really slow, click on a episode then leave the site, come back then click on the Toast/notification and see how long it takes to load

COUNT_API_KEY

How to config COUNT_API_KEY ? on .env

Edited : i already solve it :)

Adding A Random anime Feature

Hey I was just Wondering If you can add a Feature So that the user can click a Button and a Random Anime will start Playing ?

This Guy is using your Build I guess, and added it - https://animumu.ga/popular/1

Also When I deployed The Site on My Hosting (https://thetvbuff.com/) Whenever we reload from a particular episode/ anime it redirects to the Homepage any Solutions for that?

Please read this

I wanted to have a anime website but donโ€™t know how to code so are you able to sell a copy of your web app please.I am really interested in you project.

repl.it

can someone use it on repl.it

SEO for site

is there any option through which we can create sitemap for the site... or any other method for indexing the pages on google

More pages

How to add more pages?
Like a season 2021
Also what is your discord?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.