Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DSCKGEC/Resumie

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!
https://github.com/DSCKGEC/Resumie

android gradle java xml

Last synced: about 2 months ago
JSON representation

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!

Awesome Lists containing this project

README

        

# Resumie

[![Contributors](https://img.shields.io/github/contributors/dsckgec/resumie.svg)](https://github.com/dsckgec/resumie/graphs/contributors) [![Forks](https://img.shields.io/github/forks/dsckgec/resumie.svg)](https://github.com/dsckgec/resumie/network/members) [![Issues](https://img.shields.io/github/issues/dsckgec/resumie.svg)](https://github.com/dsckgec/resumie/issues) [![Pull Request](https://img.shields.io/github/issues-pr-closed-raw/dsckgec/resumie)](https://github.com/dsckgec/resumie/pulls)

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!

## Contents

1. [Description](#description)
1. [Project roadmap](#project-roadmap)
1. [Getting started](#getting-started)
1. [How the app looks](#how-the-app-looks)
1. [Built with](#built-with)
1. [Contributing](#contributing)
1. [Authors](#authors)
1. [License](#license)
1. [Acknowledgments](#acknowledgments)

## Description

Having your CV and portfolio with you wherever you go is incredible! Resumie will keep your personal details and create your professional resume of any kind just in a few minutes.

### What's the problem?
Most of us often forget to carry our CV and portfolio along with us. It becomes really useful if we have an app that can generate our resume within few minutes and we don't miss any opportunity coming in our way!

### How can this project help?
Resumie will help its users never miss an opportunity. An app specially designed to create your CV and store your projects as well.

### The idea
The app is based on the idea of using simple fragments with layouts and rendering the input data by users to a PDF Document created in a different activity.

## Project roadmap

The project currently does the following things.

- Takes input from User
- Creates a PDF Document

See below for our future steps.

- Saving the state of the fragments
- Transferring data of fragments to activity all at once
- Creating a design for the resume

## Getting started
Everyone is welcomed to contribute to our project. Mentioning in bold, **you do not need to know the tech stack and tools beforehand to be a part of our project**. This is a learn-and-build projects where the contributors build alongside learning the various concepts and technologies involved.
Below are a few prerequisites and installation guides:

### Prerequisites

1. Basic Understanding of Programming Language (preferably, JAVA)
2. OOPS
3. Concepts of Fragments and Activity lifestyle
4. Using PDFDocument to design the PDF

### Installing

#### Softwares needed

- [Android Studio](https://developer.android.com/studio?gclid=Cj0KCQjw1PSDBhDbARIsAPeTqrec4clA-r8NfjrJtz3aKnvme0feBN3F534uGCvqcxoclrQBFuQfANQaAgMPEALw_wcB&gclsrc=aw.ds)

#### Knowledge needed

The best way to learn the following is to google each and everything!

- Very basic understanding of Git and GitHub:

- What are repositories (local - remote - upstream), issues, pull requests
- How to clone a repository, how to fork a repository, how to set upstreams
- Adding, committing, pulling, pushing changes to remote repositories

- For Android:

- [Getting Started with Java](https://www.w3schools.com/java/java_getstarted.asp)
- [Android Developers Guide](https://developer.android.com/guide)

### Installing

A step-by-step series of instructions that tell you how to get the project running locally is given below. Google every issue you face following the below instructions or just ask us in our Discord channel.

- Fork and clone the repository.
- Open Android Studio ---> Open Project ---> Choose Resumie.
- Wait for the gradle sync to finish and click the play button to install the app on your local device / emulator.

## How the app looks

     
     
     
     
     
     

## Built with

- Java
- XML
- Android Studio

## Contributing

Please read [contributing.md](contributing.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Authors



## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments