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

https://github.com/rosendo-martinez/cv-application

A CV generator website. [React]
https://github.com/rosendo-martinez/cv-application

react vite

Last synced: 3 months ago
JSON representation

A CV generator website. [React]

Awesome Lists containing this project

README

        

# CV Generator Application

This website lets users create a CV by simply inputing their information.

**Live demo [link](https://rosendo-martinez.github.io/cv-application/)**. 👈

### Technology Used:
- React
- Vite
- JavaScript
- CSS
- HTML

### What I learned:
- The importance of properly breaking up tasks.
- The importance of avoiding premature optimization.

# Screenshots

![Screenshot](readme-images/sc1.png)

![Screenshot](readme-images/sc2.png)

![Screenshot](readme-images/sc3.png)

# Commands

To start up the local development server: `npm run dev`

To format the code: `npm run format`

To build the project: `npm run build`