This repository contains the frontend of the CritiqueCritique project - a movie review application. CritiqueCritique is a Spring Framework-based Movie Review Application that follows the MVC pattern. It employs REST API for React frontend communication and utilizes MongoDB for scalable data storage, providing a solution for evolving needs.
- Executed end-to-end tests using Cypress within Docker containers for enhanced portability and reproducibility.
- Achieved a 28% test coverage for Java unit tests using TestNG.
- Integrated Cypress screenshots into the GitHub Actions workflow for rapid issue identification.
- Maintained code quality standards using ESLint and SonarLint for static code analysis.
- Actively fostered coding standards for a maintainable codebase.
- Clone the repository.
- Set up the backend using Spring Framework.
- Set up the frontend using React.
- Ensure MongoDB is installed and configured.
- Run tests using Cypress for end-to-end and TestNG for unit tests.
- Integrated Cypress screenshots into the GitHub Actions workflow for continuous testing.
We welcome contributions! Please follow our Contribution Guidelines for details on how to get started.
- Special thanks to the open-source community for their valuable contributions.
- Explore upcoming features and improvements in the Roadmap.
- Report any issues or contribute to the project by opening a Pull Request.
Feel free to reach out if you have any questions or feedback!
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!