Git Product home page Git Product logo

8-0-react-crud-lab's Introduction

React CRUD Lab

You've been hired to build out ScreenViews, a website dedicated to rating shows and movies. While the backend server has been created, you'll need to build the entire frontend on your own. Don't worry, with your new React knowledge you'll be able to create a fantastic web application!


Lab Setup

Getting started

  1. Fork and clone this repository.

  2. Navigate to the cloned repository's directory on your command line. Then, run the following command:

    npm install
    

API for this lab

You will be running your own local server on your machine. Follow the instructions at the link below to get it up and running.


Data sourced from Kaggle.

Lab Goals

In class, create the following routes:

  • / home
  • /shows shows index
  • /shows/new shows new form
  • /shows/:id shows show one
  • /shows/:id/edit shows edit form

On your own, create the following routes:

  • /movies movies index
  • /movies/new movies new form
  • /movies/:id movies show one
  • /movies/:id/edit movies edit form

In class, create the following functionality:

  • As a user, I can see an index (list) of shows
  • As a user, I can get an error message if the application is not connected to the server
  • As a user, I can click on a show from the index and see a detailed view
  • As a user, I can delete a show
  • As a user, I can create a show
  • As a user, I can edit a show
  • As a user I can search the list of shows

On your own, create the following routes:

  • As a user, I can see an index (list) of movies
  • As a user, I can get an error message if the application is not connected to the server
  • As a user, I can click on a movie from the index and see a detailed view
  • As a user, I can delete a movie
  • As a user, I can create a movie
  • As a user, I can edit a movie
  • As a user I can search the list of movies

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.