ANIME WAR is a website with the theme of fighting games between Anime characters such as Dragonball, Naruto & Doraemon. Note : when logging in for the first time, it will take about 30 seconds. this is because deploy backend using heroku
Here is a working live demo : https://anime-war-rizalyoga.vercel.app/
anime-wars-demo.mp4
- Register & login account
- Select character
- Create gametag
- See character skills
- Select battle arena
- Select villain
- Fight with chosen villain
- Share the results of the fight to several social media
- See your ranking on the leaderboard
- reset game
- logout account
To clone and run this website, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/rizalyoga/anime-war.git
# Go into the repository
$ cd anime-war
# Install dependencies
$ npm install
# Run the app
$ npm run dev
-
Next JS - Next.js is an open-source web development framework built on top of Node.js enabling React-based web applications functionalities such as server-side rendering and generating static websites.
-
Vercel - Vercel is the best place to deploy any frontend app. Start by deploying with zero configuration to our global edge network. Scale dynamically to millions of pages without breaking a sweat.