/Film-shelf-frontend

A website for tracking and rating all the films you watch.

Primary LanguageJavaScript

Film Shelf

This application allows users to rate and track the films that they watch, as well as adding a rating and a genre. It was created as a group project as part of the BBC Step into Tech course.

The Application

A text entry box to add the film title Rate your film out of five stars ☆ Choose a genre from a drop down menu Add the film to a table that displays all watched films Option to delete films from the list (in case of any embarrassing viewing choices)

In the project directory, you can run:

#npm start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

#npm run build Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about deployment for more information.

Learn More You can learn more in the Create React App documentation.

To learn React, check out the React documentation.