A React app to show my Anime list.
python3
node-js
apt install python3-pip3
apt install nodejs
apt 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-list
folder to your Git Folder. - After copying the data you can Delete the
anime-list
folder.
cd {to the git repository location}
npm install
pip3 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
build
folder - Login to your Netlify Account.
- Go to site section.
- Drag and drop the build folder.
- Click on publish.
- You Website is Published.