First project using React - Week 2, Mod 3 - at Turing School of Software and Design
- Gain competency with React fundamentals
- Learn how to test React components & asynchronous JS
- Practice refactoring
- Create a multi-page UX using Router
- React
- React Router
- Cypress (testing framework)
- API Databases
- CSS
- React Hooks
- Clone this repo to your local computer and run
npm start
- Open
http://localhost:3000
to view it in the browser
- User should see all movies on page load
- User can click on anywhere on the movie card to navigate to a new page with that movie's details using
Router
- User can click on the
Home
button to navigate back to the home page - User should also be able to click on the
Go Back
button to navigate back to the home page
- Add search bar functionality so that a user can search movies by title
- Add genre specific movie sections