https://github.com/thadeu/react-cv
ATS (Applicant Tracking System) documento using React.JS
https://github.com/thadeu/react-cv
Last synced: 4 months ago
JSON representation
ATS (Applicant Tracking System) documento using React.JS
- Host: GitHub
- URL: https://github.com/thadeu/react-cv
- Owner: thadeu
- License: mit
- Created: 2025-04-14T01:52:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T02:46:58.000Z (about 1 year ago)
- Last Synced: 2025-04-14T02:47:36.617Z (about 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to my CV (resumé)
I've created a modern and exportable CV (resumé) using React Router.
## Features
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 [React Router docs](https://reactrouter.com/)
- 📄 Exportable CV (resumé) using Puppeteer
- 📦 PNPM to manage dependencies
## Getting Started
### Links
### Preview

### Installation
Install the dependencies:
```bash
pnpm install
```
### Development
Start the development server with HMR:
```bash
pnpm run dev
```
Your application will be available at `http://localhost:5173`.
## Building for Production
Create a production build:
```bash
pnpm run build
```
## Deployment
### Docker Deployment
To build and run using Docker:
```bash
docker build -t react-cv .
# Run the container
docker run -p 3000:3000 react-cv
```
## Contributing
Once you've made your great commits (include tests, please):
1. Fork this repository
2. Create a topic branch - git checkout -b my_branch
3. Push to your branch - git push origin my_branch
4. Create a pull request
5. That's it!
Please respect the indentation rules and code style. And use 2 spaces, not tabs. And don't touch the version thing or distribution files; this will be made when a new version is going to be release
## License
The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).