Code Monkey home page Code Monkey logo

hackjam-frameworks-marathon's Introduction

HackJam: Frameworks marathon

Hey guys, tonight you'll have to build this app:

Bookstore gif

Using either react or angular, choose your weapon โš”

Getting started

git clone https://github.com/hackages/hackjam-frameworks-marathon.git
cd ./hackjam-frameworks-marathon
# If you want to use React
cd ./react-app
yarn start
# If you'd rather use Angular
cd ./angular
yarn start

# Happy hacking ! ;-)

Todo:

  • Fix all the bugs before building new features

  • Features:

    • Dashboard view

      • Display all the books inside the Dashboard
      • When you click on a book, you should navigate to the detail of that book
      • Implement the search for the books using Observable (Not trivial)
        • Delay the call to the API by 300 milliseconds
        • Once the result is diplayed, clicking on it should navigate to the detail of that book
    • Manage books view

    • Once again, show all the books

    • CRUD API

      • Add a new book with a title only
      • Delete a book by id
      • Get a book by id
    • Book Detail view

      • Implement the save button: It should update the book's title
      • Implement the goBack button
    • Introducing Redux

      • After a quick introduction to Redux, let's reimplement our application using it
      • Create a AppState class that represents your data structure (app structure)
      • Create a store folder with your store define inside

hackjam-frameworks-marathon's People

Contributors

hwaterke avatar resilientbytes avatar

Stargazers

 avatar

Watchers

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