camjohnson-code / rancid-tomatillos

Rancid Tomatillos is a project aimed at building a web application that provides information about movies, including ratings, reviews, and other related data. This project utilizes React and React Router to create a user-friendly interface for browsing movies and accessing relevant information.
1 stars 0 forks source link

Rancid Tomatillos

App demo

Rancid Tomatillos is a project aimed at building a web application that provides information about movies, including ratings, reviews, and other related data. This project utilizes React and React Router to create a user-friendly interface for browsing movies and accessing relevant information.

Contributors

Features

Challenges

This was our first project built in React. With it came some notable challenges, including:

Installation

Clone the repository:

git clone git@github.com:camjohnson-code/rancid-tomatillos.git

Navigate to the project directory:

cd rancid-tomatillos

Install dependencies:

npm install

Usage

Start the development server:

npm start

Open your web browser and visit http://localhost:3000 to access the application.

Sign In Instructions

To sign in, you can use any of the following email/password combinations:

Email Password
alan@turing.io promisedotyall
sam@turing.io 123456
lucy@turing.io password1
greg@turing.io abc123
ken@turing.io 654321
charlie@turing.io qwerty
diana@turing.io 111111
rick@turing.io asdf123
marge@turing.io password123

Future Improvements

In the future, we'd like to improve the site by adding these features:

Acknowledgements

This project was an assignment during our time as Front End students at the Turing School of Software and Design.