The Interview Scheduler is a React-based web application primarily focused on front-end development. It employs Test-Driven Development (TDD) methodologies with Jest and Cypress as the core testing frameworks.
- React Development: Utilizes React for building an interactive and dynamic user interface.
- Test-Driven Development (TDD): Implements Jest and Cypress for unit testing and end-to-end testing.
- Create, edit, and delete interview appointments.
- Interactive user interface with real-time updates.
- Comprehensive test coverage using Jest and Cypress.
- React for front-end development
- Jest and Cypress for testing
scheduler_video.mp4
Install dependencies with npm install
.
npm start
npm test
- Start the application by running npm start.
- Navigate to http://localhost:3000 in your web browser.