resumeX streamlines resume creation, customization, and management. It offers a modern, intuitive, and responsive user interface.
- Streamlined resume creation process
- Customizable resume templates
- Intuitive and responsive UI
- Integration with modern web technologies
Check out the live demo here.
Ensure you have the following installed:
- Node.js
- npm or yarn
Clone the repository:
git clone https://github.com/manav-gopal/resumeX.git
cd resumeX
Install dependencies
npm install
# or
yarn install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
To learn more about Next.js, take a look at the following resources:
Next.js Documentation
- learn about Next.js features and API.Learn Next.js
- an interactive Next.js tutorial.
You can check out the Next.js GitHub repository
- your feedback and contributions are welcome!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
- License
- Distributed under the MIT License. See LICENSE for more information.
- Next.js
- Vercel
- Tailwind CSS
- TypeScript
Feel free to customize this template further with additional information specific to your project.