Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityisbetter/resumeitnow
https://github.com/cityisbetter/resumeitnow
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cityisbetter/resumeitnow
- Owner: CityIsBetter
- Created: 2024-10-21T17:57:32.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:50:00.000Z (9 days ago)
- Last Synced: 2024-10-29T15:13:08.450Z (9 days ago)
- Language: TypeScript
- Homepage: https://resumeitnow.vercel.app
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResumeItNow - Free & Open Source Resume Builder ๐
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/CityIsBetter/ResumeItNow/issues)
[![Stars](https://img.shields.io/github/stars/CityIsBetter/ResumeItNow?style=social)](https://github.com/CityIsBetter/ResumeItNow/stargazers)[Demo](https://resumeitnow.vercel.app) ยท [Report Bug](https://github.com/CityIsBetter/ResumeItNow/issues) ยท [Request Feature](https://github.com/CityIsBetter/ResumeItNow/issues)
![ResumeItNow Preview](https://i.imgur.com/F0iOLCB.jpeg)
ResumeItNow is a free, open-source resume builder that helps job seekers create professional resumes without watermarks or hidden fees. Built with modern technologies and powered by AI, it offers a seamless experience for creating ATS-friendly resumes.
## โจ Features
- ๐ฏ **ATS-Friendly Templates**: Professionally designed templates optimized for Applicant Tracking Systems
- ๐ค **AI-Powered**: Smart content suggestions and auto-generation powered by Llama 3.1
- ๐ณ **100% Free**: No credit card required, no hidden fees
- ๐จ **Customizable**: Multiple layout options and customizable sections
- ๐ฑ **Responsive**: Works perfectly on desktop and mobile devices
- ๐ค **Export Options**: Download as PDF, share links, and more## ๐ ๏ธ Tech Stack
- [Next.js 14](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Firebase](https://firebase.google.com/)
- [Llama 3.1](https://llama.ai)## ๐ค Contributing
We love contributions! There are many ways you can help improve ResumeItNow:
### Adding New Resume Templates
1. Create a new template in the `components/resume/templates` directory
2. I would reccomend you to duplicate existing template and work over it.
3. Add preview image in `public/assets/`
4. Add template selection in `app/resume/[resumeId]/resumeView.tsx`
```
Template Name
```
6. Submit a pull request### Template Guidelines
- Must be ATS-friendly
- Responsive design
- Clean, professional layout
- Support all standard resume sections
- Follow accessibility best practices
- Use Tailwind CSS for styling### Other Contributions
- ๐ Fix bugs and issues
- โจ Add new features
- ๐ Improve documentation
- ๐จ Enhance UI/UX
- โก Optimize performance
- ๐ Add translations### How to Contribute
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## ๐ Acknowledgments
- [shadcn/ui](https://ui.shadcn.com/) for the beautiful UI components
- [Lucide Icons](https://lucide.dev/) for the icons## ๐ Contact
- Website: [resumeitnow.com](https://resumeitnow.vercel.app)
---
Built with โค๏ธ