Skip to content

Annmary12/Github-Resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

GitHub Resume

GitHub Resume is use to generate a simple resume based on the user's activities on GitHub.

Hosted Link

GitHubResume

Features

  • Users can enter username to generate resume

Technology Stack Used

  • React a javascript library for building user interfaces
  • React Hooks

Project Structure

├── src/
    ├── assets
    |   └── abstract
    |   └── components
    |   └── base.scss
    |   └── generateResume.scss
    |   └── main.scss
    ├── components
    │   └── Button.js
    |   └── Form.js
    |   └── Input.js
    |   └── Resume.jsx
    ├── GenerateResume
    ├── helper.js
    ├── index.js

Setup

  • Clone the repo
> $ git clone https://github.com/Annmary12/exozet-annmary-agunanna.git
  • Install dependencies by running
> $ npm install

Running the app

To get the app up and running (and really see if it worked), run:

> $ npm start