Giter VIP home page Giter VIP logo

tada's Introduction

Flutter exercise

Organization

You have one week to complete this exercise.

If it is not already done, we will agree on a date for a technical meeting.

This will allow you to present and defend your project (code, architecture, features, etc.).

Mission

You have to build a Flutter application to display a list of blog posts.

You will use the fake JSON REST API provided by [https://jsonplaceholder.typicode.com/].

Here is the list of features that will need to be realized in your application:

  • Displaying a list of posts. Inserting and deleting items in the list will need to be animated. Each post preview will have to display :
    • The name of the editor
    • The title of the post
  • A search function to filter this list.
  • When the user clicks on one of the articles, the complete article is displayed with :
    • The title of the post
    • The name of the writer
    • A profile picture of the writer (free choice of images)
    • The content of the post
    • An image (Free choice of images)
    • The list of comments containing :
      • Title of the comment
      • Email of the author
      • Content of the comment

Of course, you can make bonuses if you want, for example :

  • Delete feature, add post to the list.
  • Add comments.
  • Animations.
  • User profile visualization.
  • Performing unit tests.

You can use the dependencies of your choice.

However, make sure that the basic features are fully functional.

tada's People

Contributors

romain-girou avatar

Watchers

 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.