Coder Social home page Coder Social logo

exercise-starwars-blog-reading-list's Introduction

Starwars Blog Reading List

The force is strong with this exercise...

We are going to be building a minimalist version of the Star Wars Databank with a React Later or Favorites list functionality.

Starwars Demo

Instructions

  1. Start a new project using the Flux boilerplate.
  2. Use bootstrap components, you need almost no custom CSS.
  3. Fetch the SWAPI people and planets and display them on your application.
  4. Declare a favorites array in your central store and allow the user to add or remove favorites.

Building the grid of Characters and Planets

  • Create a React webapp that lists the peope, vehicles and planets entities provided by the SWAPI.

Building a details view for Character or Planet

  • Each entity should have a short description (Bootstrap Card) and a details view (Bootstrap components):

Important: The SWAPI doesn't provide the images, you can use placeholders or avoid the images altogether. The focus of this exercise is to practice fetch, router and context; you can focus on the color theme and simple layout to make it look good.

Important 2: don't worry if the data you get from the SWAPI doesn't match the data you see in starwars.com.

Use all the information provided by the SWAPI (check the docs and/or the json responses).

Read Later or Favorites functionlity

Implement a read-later funcionality, i.e, a button that allows the user to "save" the item (character, vehicle or planet) into a special list. This list will be shown at the bottom of the home page, it resembles the main list but only shows the "saved" elements.

Use the Context

To ensure that the user can "save" the item, you must implement an action that can be accessible from anywhere within the app.

๐Ÿ˜Ž Feeling Confident?

The following features are not needed for the final solution, but you can develop them if you feel confident enough:

  • +1 Prevent the website from fetching the Startwars API again if refreshed (you can use the localstorage to save the store on the local browser).
  • +3 Implement a search bar with autocomplete for Characters and Planets. When the autocomplete is clicked it should take you to the Character or planet page.

exercise-starwars-blog-reading-list's People

Contributors

alesanchezr 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.