mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
add features and built with pages
This commit is contained in:
@ -3,10 +3,12 @@ module.exports = {
|
|||||||
description:
|
description:
|
||||||
"A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
|
"A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: 'logo.png',
|
logo: '/logo.png',
|
||||||
|
repo: 'AmruthPillai/Reactive-Resume',
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
{ text: 'Go to App', link: 'https://rxresu.me/' },
|
{ text: 'Go to App', link: 'https://rxresu.me/' },
|
||||||
],
|
],
|
||||||
|
sidebar: ['/', '/features/', '/built-with/'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1 +1,23 @@
|
|||||||
|
---
|
||||||
|
title: Home
|
||||||
|
---
|
||||||
|
|
||||||
<img src="./images/logo.png" width="256px">
|
<img src="./images/logo.png" width="256px">
|
||||||
|
|
||||||
|
# Reactive Resume
|
||||||
|
|
||||||
|
#### A Free and Open-Source Resume Builder That Respects Your Privacy
|
||||||
|
|
||||||
|
Welcome to the front page of **Reactive Resume**, a free and open-source Resume Builder web app that focuses on one thing, **Privacy**. And also few other important features such as minimalistic UI/UX, customizability, portability, regularly updated templates, etc. But the important thing is that, your personal data is yours alone.
|
||||||
|
|
||||||
|
We're going to use this coveted space to discuss about the features of the application, new changes that were introduced since the release and also other information like how to keep the project running through donations and open-source code contribution.
|
||||||
|
|
||||||
|
Let's begin, shall we?
|
||||||
|
|
||||||
|
## Links of Interest
|
||||||
|
|
||||||
|
- [Web App ](https://rxresu.me/)
|
||||||
|
- [GitHub Repository ](https://github.com/AmruthPillai/Reactive-Resume)
|
||||||
|
- [Open Collective ](https://opencollective.com/reactive-resume)
|
||||||
|
- [Product Hunt ](https://www.producthunt.com/posts/reactive-resume)
|
||||||
|
- [Hacker News ](https://news.ycombinator.com/item?id=22709183)
|
||||||
|
|||||||
8
docs/built-with/README.md
Normal file
8
docs/built-with/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Built With
|
||||||
|
---
|
||||||
|
|
||||||
|
# Built With
|
||||||
|
|
||||||
|
- React
|
||||||
|
- Tailwind CSS
|
||||||
39
docs/features/README.md
Normal file
39
docs/features/README.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
title: Features
|
||||||
|
---
|
||||||
|
|
||||||
|
# Features
|
||||||
|
|
||||||
|
I've tried to maintain some core principles to the app that will always remain unchanged, just to set a fixed direction in which development and ideas can move forward.
|
||||||
|
|
||||||
|
## Secure
|
||||||
|
|
||||||
|
It is entirely secure, as in, your information never leaves the browser, powered by web technologies (HTML5 Local Storage API) that allow for data to be stored locally and quickly.
|
||||||
|
|
||||||
|
## Offline
|
||||||
|
|
||||||
|
The app is a PWA and also has no connection to any servers, thus keeping it entirely offline. It survives refreshes, disconnections, and can also be exported or imported through JSON.
|
||||||
|
|
||||||
|
## Customizable
|
||||||
|
|
||||||
|
Choose your fonts, play with the colors, pick any layout by merely enabling/disabling sections. A simple and easy to use interface that helps you get a resume in no time!
|
||||||
|
|
||||||
|
## Templates
|
||||||
|
|
||||||
|
I've been continuously designing new templates and will be releasing new ones as I have the time. Please support development by using the app and leaving a like/comment or sharing it with your peers.
|
||||||
|
|
||||||
|
## Portable
|
||||||
|
|
||||||
|
Your information can be exported to JSON and imported back into the application from anywhere, all you need is your JSON file. This feature makes it easy to update your resume, upload your file (or have it preloaded from local storage), edit the resume and download it again or print it as PDF.
|
||||||
|
|
||||||
|
## Minimalistic Design
|
||||||
|
|
||||||
|
As a designer, I felt I had to put this over the top of all other features. Built with minimalism and minimal interaction in mind, it looks clean, is simple to use, and I only hope to make the process more streamlined through your inputs and feedback.
|
||||||
|
|
||||||
|
## Progressive Web App
|
||||||
|
|
||||||
|
The web app is responsive, which means you can edit your resume on your phone as well and even install it as an app if you're on Android/Chrome. The app is quick to load and would also work if your internet is disconnected.
|
||||||
|
|
||||||
|
## Free and Open-Source
|
||||||
|
|
||||||
|
As with all my projects, I made the app only to help others, so it will always remain free, and I would not be monetizing on it at any point. But if you do feel generous, [I'm open to donations](https://opencollective.com/reactive-resume).
|
||||||
Reference in New Issue
Block a user