A React app to show my Anime list.
python3node-js
apt install python3-pip3apt install nodejsapt install npm
First Clone this repository:
git clone https://github.com/laraib-sidd/anime-list.git
- Create a New Github repository.
- Clone Your repository using
git clone {Your github Url} - Copy all the data from my the
anime-listfolder to your Git Folder. - After copying the data you can Delete the
anime-listfolder.
cd {to the git repository location}npm installpip3 install -r requirments.text
npm audit fix
npm start
- Go to your Myanimelist page.
- Click on export.
- Click on Save.
- Extract the file.
- Rename it as
anime.xml. - Copy the file into
{Your Repository}\src\Containers\
- Go to the project directory.
- Run
npm run data
- Run
npm start
- Run
npm run deploy - Now go to your github page you can find the link to your anime list website there.
- Run
npm run build - Now an optomized version of your website is formed in the
buildfolder - Login to your Netlify Account.
- Go to site section.
- Drag and drop the build folder.
- Click on publish.
- You Website is Published.