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
- Host: GitHub
- URL: https://github.com/appidea/smooth-cv
- Owner: appidea
- License: other
- Created: 2018-07-04T10:00:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T10:16:43.000Z (over 7 years ago)
- Last Synced: 2024-05-02T05:12:45.121Z (over 1 year ago)
- Topics: javascript, react, redux
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.