/rental-resume.com

:city_sunset: :page_facing_up: :printer: A simple web app to help people create and print a basic rental resume

Primary LanguageJavaScriptMIT LicenseMIT

🌆 📄 Rental Resume

Rental Resume is a simple ReactJS single page application. It was made as a proof of concept by @chrisheninger and @ryanwiemer in early 2016.

If you have an idea that could improve the site– we would love to hear your feedback. If you notice that we're doing anything in our code that looks wrong– or if you have a question about why we did something the way we did– please let us know!

Want to contribute?

Feel free to file a issue + pull request with a detailed description of what you updated and why. Bonus points if you resolve open issues!

Setting up the development environment

  • Clone the repo
  • Run npm install to install dependencies
  • Run npm run start to start local development server
  • Open a browser to http://localhost:3000/ and voilà!

This project was bootstrapped with Create React App.