Rancid Tomatillos is a website that uses the fetch API to display details about movies. On the home page, there is a list of movies with their corresponding ratings. A user can click on a movie to view more details of the movie, such as release date, genres, runtime, a trailer, and an overview.
- Gain competency with React fundamentals
- Test React components & asynchronous JS
- Practice refactoring
- Create a multi-page UX using Router
- Code is DRY, reusable, and empathetic
- Turing Front End, Mod 3 Weeks 1-2
- Turing is a 7 month program, which offers a total of 4 modules.
- This project is used to practice the fundamentals of React
fork
this repository and/orclone
it to local- Once you have cloned the repo, change (cd) into the directory and install the project dependencies. Run
npm install
ornpm i
to install project dependencies. - Inside the directory, run
npm start
and visitlocalhost:3000
- React
- Router
- JavaScript (ES6)
- CSS
- HTML
- Cypress
- Fetch API
- Vercel Deployment