- Overview
- Live View
- Features
- Goals
- Technologies Used
- Install & Setup
- Wins & Challenges
- Future Enhancements
- Project Spec & Rubric
- Contributors
This is a two week Turing Module 3 project built with React.js. This web app allows users to view movie reviews, plots, and release details.
It was designed and developed by Daniel O'Connell and Jani Palomino.
Check it out at daniel-oc.github.io/rancid-tomatillos/.
- Gain competency with React fundamentals.
- Test React components & asynchronous JS.
- Create a multi-page UX using Router.
- Create a fully accessible and mobile responsive application.
- React
- Router
- Cypress
- JavaScript
- HTML
- CSS/SASS
- Git
- Figma
- Webpack
- Fetch API
- Clone this repo
git clone [email protected]:Daniel-OC/rancid-tomatillos.git
- Install the necessary package dependencies
npm install
- Run the command
npm start
- Start the server at
http://localhost:3000/
- Allow users to:
- submit their own movie ratings.
- filter movies by genre, name, or ratings.
- search for movies.
- login and select their favorites.
- Improve accessibility for keyboard users.
- Add a nav bar with more pages of content related to movies.
Turing School of Software & Design - Rancid Tomatillos Project Spec
- Developers Daniel O'Connell and Jani Palomino.
- With review by Mike Limberg and Rachel Williams.
- Daniel O'Connell @daniel-o-connell-maker
- Jani Palomino @janipalomino