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

https://github.com/appidea/smooth-cv

Smooth CV creator
https://github.com/appidea/smooth-cv

javascript react redux

Last synced: about 2 months ago
JSON representation

Smooth CV creator

Awesome Lists containing this project

README

          

# Smooth CV by Appidea.pl

SmoothCV is a simple, wysiwyg and drag-drop CV creator with possibility of creating, editing, saving and importing CV.

That's fully React application based on create-react-app boilerplate, uses Redux to manage the state.

This example shows, how powerful is Redux - I managed to create that app in ~1 week, only because of this Redux incredible powerfulness! :)

Check out the preview of working version: http://smoothcv.appidea.pl

**mateuszCV.json is an examplary file to import into the SmoothCV.**

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.

See the section about [running tests](#running-tests) for more information.