Coder Social home page Coder Social logo

kime's Introduction

Kime

Kime is a free application, offering fun activities for children aged 3 to 12. The child is accompanied step by step throughout the activity and once the activity is over, he receives a trophy to reward him and he can add a photo of his creation as a memory.

Table of contents

Context

Following the events of COVID-19, the world came to a temporary halt and a new way of life was imposed. During 3 days, as an international team, we participated in a hackathon, the BUSIT, where we had to "Design and create an innovative mobile application useful during a massive virus outbreak. During these 3 days, we looked for the impacts of containment to propose a relevant application, answering a social need, and that's how Amélie Chambon's group got the idea of Kime. At the end of this experiment, the French students were brought together to develop the application for 2 weeks.

Built With

Getting Started

The application has been decoupled. For this, we developed it with the Laravel REST API to retrieve data, and React to manage the API calls to retrieve the data to display.

Server configuration

Install dependencies.

npm install
composer install

API package manager

composer require laravel/passport

Start the server.

php artisan serve

Running migrations & seedings.

$ php artisan migrate
$ php artisan migrate --seed
$ php artisan passport:install

If inserting the data doesn't work.

$ composer dump-autoload 
$ php artisan migrate:fresh
$ php artisan migrate --seed
$ php artisan passport:install

Open http://localhost:8000 to view it in the browser.

Client configuration

Runs the app in the development mode.

npm run watch

Authors

  • Amélie Chambon - Project manager & front-end developer - AmelieCHAMBON
  • Brieuc Fresnel - Front-end developer - brieucfresnel
  • Sarah Mauriaucourt - Webdesigner & back-end developer - sarah-mrcrt

Sources

Project status

The development of the application has slowed stopped.

kime's People

Contributors

brieucfresnel avatar sarah-mrcrt avatar ameliechambon avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.