Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A React-based personal resume template with animated particle background, hot-reload workflow, and deployable static build.
react exquisite resume is a free, open-source personal resume website template built with React and the particles-bg animation library, designed to turn a developer's profile into a single-page site with a dynamic particle background. This fork by wonderfullandingpage, originally derived from hashirshoaeb/home, ships as a GitHub repository you clone, edit, and deploy to static hosting; a live demo is hosted at https://wonderfullandingpage.github.io/react-exquisite-resume/.
react exquisite resume is a React-based single-page resume template that takes your personal details, work experience, skills, and projects written directly in React components and renders them as an animated personal website. It runs locally on Node.js 10 or newer and produces a static build for deployment. The original project is forked from hashirshoaeb/home, and the repository is maintained by wonderfullandingpage.
npm install and npm start, the app opens at http://localhost:3000 and any file edit automatically refreshes the page.npm run build generates a self-contained static site you can host on GitHub Pages or any other static file server.npm run build to produce a static site you can host for free on GitHub Pages.After cloning the repository, you install dependencies with npm install, then start the development server with npm start. You edit files in the src folder — primarily the content and App.js color values — and the browser refreshes automatically. When finished, npm run build creates a production-ready static build.
The project is free and open source under the GNU Lesser General Public License v3.0, so there is no purchase or subscription required.
Yes, the template is free and open source. The repository is published under the GNU Lesser General Public License v3.0, which allows you to use, modify, and distribute it, provided you preserve license notices.
The README recommends Node.js 10 or higher. Lower versions may work but are not tested. The setup uses standard npm commands (npm install, npm start, npm run build).
Open the file src/App.js and look at the top of the script, where the primary and secondary color codes are defined. Replace those hex values with the colors you want, and the entire site's palette updates automatically.
A live demo runs at https://wonderfullandingpage.github.io/react-exquisite-resume/, hosted on GitHub Pages and showing the same content as the repository's default state.
