Giter Site home page Giter Site logo

movie-cards's Introduction

Welcome to the CRUD Movie Card project repository!

My comments

In this project I did my first CRUD (Create, Read, Update and Delete) and improved my knowledge of props and state in React. I also learned how to use CSS libs in React to speed up development.


Technologies

The following tools were used in the construction of the project:


Installation of the project locally

After each of the steps, there will be an example of the command to be typed to do what is being asked, if you have difficulties and the example is not enough, do not hesitate to contact me at [email protected].

  1. Open the terminal and create a directory in the location of your choice with the command mkdir:
   mkdir projects-igorln
  1. Enter the directory you just created and then clone the project:
   cd projects-igorln
   git clone git@github.com:igorln/movie-cards.git
  1. Access the project directory and then use the command npm i to install all necessary dependencies:
   cd movie-cards
   npm i
  1. Finally, run the command npm start and access the project via browser, in the path http://localhost:3000/movie-cards.

What should be developed

Create a CRUD of movie cards in React. The acronym CRUD means Create, Read, Update and Delete, so it should be possible to perform the following operations on this project:

  • Add a new movie to the list - CREATE;
  • List all registered films, with a summary information page for each film and a detailed information page for a selected film - READ;
  • Edit a movie in the list - UPDATE;
  • And delete a movie from the list - DELETE;

Project requirements

1 - Render BrowserRouter in the App component using routes

2 - Make a request to search and show the list of movies when MovieList is assembled

3 - Insert a link to a movie's details page within MovieCard

4 - Make a request to find the movie that should be rendered within Movie Details

5 - Make a request to find the movie that will be edited in EditMovie

6 - Insert a link on the homepage for NewMovie to create new cards

7 - Add a link to delete a card in MovieDetails

movie-cards's People

Contributors

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