Skip to content

chaiqou/Redberry-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Questionnaire Project is a web application built using React.js, Formik, Tailwind CSS, Yup, React Router DOM, React Icons, and Axios. The application allows users to answer a series of questions related to Covid-19, which helps to determine whether the user is at risk of infection or not.

Technologies Used

React.js: A popular JavaScript library for building user interfaces. It provides a simple and efficient way to create dynamic web applications.

Formik: A lightweight library for building and validating forms in React. It provides a declarative and composable way to manage form state and validation.

Tailwind CSS: A utility-first CSS framework that provides pre-built styles and components. It allows developers to quickly create responsive and modern user interfaces without writing custom CSS.

Yup: A JavaScript schema validation library that allows developers to validate data structures with ease. It integrates well with Formik for form validation.

React Router DOM: A library that provides declarative routing for React applications. It allows developers to create single-page applications with multiple views.

React Icons: A library that provides popular icons for React applications. It includes a variety of icons from different icon packs.

Axios: A popular library for making HTTP requests in JavaScript. It allows developers to easily make requests to web servers and handle responses.