Creating a React application
Budget: $10 – $30 USD
Hi, I need help with a simple React application for a course. Details:
1. Creating a React application that displays a static page. The displayed information is defined in the states object in <App />. The page contains various React components, but necessarily a set of components generated using the JavaScript map function ().
2. Some application data must be editable using the exposed interface. It must be possible to delete data and add.
3. The application integrates a menu with at least 3 links. Selecting them causes another content to load in the central area of the application.
4. A permanent data storage option is added to the application. You can use the memory of the browser (localStorage) or a database. The exposed interface will also allow the correction of the displayed data.
1. Creating a React application that displays a static page. The displayed information is defined in the states object in <App />. The page contains various React components, but necessarily a set of components generated using the JavaScript map function ().
2. Some application data must be editable using the exposed interface. It must be possible to delete data and add.
3. The application integrates a menu with at least 3 links. Selecting them causes another content to load in the central area of the application.
4. A permanent data storage option is added to the application. You can use the memory of the browser (localStorage) or a database. The exposed interface will also allow the correction of the displayed data.