An open API service indexing awesome lists of open source software.

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

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

Live View

### 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).