Remnant Nexus is a project created to simplify the creation and sharing of builds in the game Remnant 2. In complex games like this, creating and managing builds can be challenging due to the variety of available equipment. This project aims to make this process easier, allowing players to easily view and share their builds.
-
Web Scraper: The project uses Puppeteer to extract relevant information and images from the game's wiki, ensuring that the data is always up-to-date.
-
Build Builder: An intuitive interface allows players to easily assemble their builds. A text search function simplifies the search for specific items.
-
Image Capture: Players can take screenshots of their builds with the click of a button. The image is automatically copied to the clipboard or can be downloaded in the browser.
- Angular: The project's interface was developed using the Angular framework.
- Puppeteer: Used for collecting data from the game's wiki.
- Clone the repository to your local environment.
- Run
npm installto install the dependencies. - Run
ng serveto start the development server. - Access the project at
http://localhost:4200in your browser.
Contributions are welcome! Feel free to open issues and send pull requests to improve this project.


