This project is a web application that allows users to explore characters from the popular game Free Fire. It provides a visually appealing interface to browse, search, and view detailed information about various Free Fire characters.
- Browse a grid of Free Fire characters
- Search for specific characters
- View detailed information about each character
- Responsive design for mobile and desktop
- Dark theme with animated UI elements
- Node.js
- Express.js
- HTML5
- CSS3 (with Tailwind CSS)
- JavaScript (ES6+)
- Nexalo API for Free Fire character data
- Node.js (v14 or later)
- npm (comes with Node.js)
- A Nexalo API key (instructions below)
To use this application, you'll need to obtain an API key from Nexalo. Follow these steps:
- Go to https://nexalo.xyz/user/auth/signup and sign up for an account.
- After signing up and logging in, navigate to your profile page.
- Look for the API key section. You should see your API key displayed there.
- Copy this API key; you'll need it to set up the application.
-
Clone this repository:
git clone https://github.com/1dev-hridoy/Free-Fire-Character.git
-
Navigate to the project directory:
cd free-fire-character
-
Install the dependencies:
npm install
-
Create a
.env
file in the root directory and add your Nexalo API key:API_KEY=your_api_key_here
-
Start the server:
npm start
-
Open your browser and visit
http://localhost:3000
(or whatever port you've configured).
- The main page displays a grid of Free Fire characters.
- Use the search bar at the top to find specific characters.
- Click on a character card to view more detailed information about that character.
- The interface is responsive and works on both desktop and mobile devices.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to Nexalo for providing the Free Fire character data API.
- This project uses Tailwind CSS for styling.
If you encounter any issues or have questions, please open an issue in this repository or contact the maintainer.
Enjoy exploring Free Fire characters!