Neo Vision
  • Services
  • Work
  • About
  • Ebooks
  • Careers
  • Blog
  • Contact
  • Home
  • About
  • Ebooks
  • Services
  • Careers
  • Work
  • Blog
  • Contact

Our socials

  • Linkedin
  • Youtube
  • Twitter
  • Facebook
  • Instagram
  • Sortlist

Our address

Bulevardul Unirii Nr. 61, Bloc F3, Scara 3, Etaj 6, Sector 3, 030167
Bucharest, Romania

Our contact

  • hello@neovision.dev
What we found on the web
Neo Vison Interview with Ziarul Financiar
from Ziarul Financiar
Check it out
Back

Appreciate.me

Appreciate.me is an ambitious Romanian start-up that wants to reimagine the way people support their favorite causes.

2020
Appreciate.me

Debrief

Appreciate.me needed help in launching their MVP platform. The process involved implementing part of the features, doing a full code audit, refactoring and deployment to production.

  • Client Appreciate.me
  • Design High Contrast
  • Roles Frontend Development,
    Backend Development,
    DevOps

The Process

digital-strategy-icon

Digital Strategy

  • GIT, Issue Tracking and Development Server
  • GDPR Audit
delivery-icon

Development

  • Front-end Development
  • Back-end Development
  • API Integrations
  • Feedback and Revisions implementation
  • Internal Testing
development-icon

Delivery & Expansion

  • Production Server Deployment
  • Maintenance and Administration

What we used

Laravel-white-svg

Laravel

Web application framework with expressive, elegant syntax.

css-logo-icon

CSS

HTML defines content, CSS decorates it and helps tell how it is displayed. CSS stands for Cascading Stylesheet. This means that there is a hierarchy of style attributes overwriting other attributes that affect the same elements.

php-icon

PHP

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

HTML5-white-svg-2

HTML5

HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript).

JavaScript-white-svg3

JavaScript

JavaScript is a computer-readable language that has many uses, most notably in web pages. JavaScript is "read" or interpreted by your browser, like Chrome or Firefox, which executes the instructions. JavaScript enhances the web page by allowing it to become more "interactive."

CentOS_logo-white-svg

CentOS

The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).

Gitlab-white-svg-2

GitLab

A repository is what you use to store your codebase in GitLab and change it with version control.

MySQL_white-svg

MySQL

MySQL is the world's most popular open source database. Whether you are a fast growing web property, technology ISV or large enterprise, MySQL can

The result

Appreciate.me
  • Countless questions answered
  • 121 hours of work
  • 2 different framework iterations before meeting Neo Vision
Appreciate.me
Appreciate.me tablet preview of charity list page
Appreciate.me
Appreciate.me
Appreciate.me
Next project
CannaZip
View
Neo Vision

Our socials

  • Linkedin
  • Youtube
  • Twitter
  • Facebook
  • Instagram
  • Sortlist

Our address

Bulevardul Unirii Nr. 61, Bloc F3, Scara 3, Etaj 6, Sector 3, 030167
Bucharest, Romania

Our contact

  • hello@neovision.dev

Footer menu

  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
© 2015 - 2022 Neo Vision Technologies. All rights reserved.
!-- Intro !-->
<section class="section-intro intro-home bg-image-1 d-flex flex-column">
  <div class="container my-auto">
    <!-- Text !-->
    <div class="title text-center padding-header-mobile">
      <h1>Fund your projects and help others</h1>
      <p class="w-50 m-auto">Membership allows you to fund your campaign and offer a percentage to charity. By achieving your dream, you make other dreams come true. </p>
    </div>


  </div>
  <div class="categories">
    <div class="container">
      <div class="row flex-content-center">
        <div class="col-12 col-md-4 categories__category">
          <a class="item flex-rows d-flex" href="/projects">
            <div class="image">
              <img src="img/categories/projects.png">
            </div>
            <div class="content pl-3 my-auto">
              <h3>Projects</h3>
              <p>Crowdfund your idea and launch it on the market!</p>
            </div>
            <div class="more"></div>
          </a>
        </div>
        <div class="col-12 col-md-4 categories__category">
          <a class="item flex-rows d-flex" href="/people">
            <div class="image">
              <img src="img/categories/people.png">
            </div>
            <div class="content pl-3 my-auto">
              <h3>People</h3>
              <p>Be appreciated for who you are and what you do</p>
            </div>
            <div class="more"></div>
          </a>
        </div>
        <div class="col-12 col-md-4 categories__category">
          <a class="item flex-rows d-flex" href="/charities">
            <div class="image">
              <img src="img/categories/charity.png">
            </div>
            <div class="content pl-3 my-auto">
              <h3>Charity</h3>
              <p>Contributing together to a better purpose</p>
            </div>
            <div class="more"></div>
          </a>
        </div>
      </div>
    </div>