Create a Cybersecurity Risk Assessment
You are tasked with performing a risk assessment for a small business. Identify the potential threats and vulnerabilities within the company’s network, and provide at least three recommendations to mitigate the risks. Your report should include: Identification of threats and vulnerabilities Risk analysis and impact Proposed security controls or solutions Conclusion Submit a PDF document […]
Assignments
Plan and build a complete web application from scratch. This project should include multiple components, state management, API integration, routing, and styling. Deploy your application and write tests to ensure its functionality. Create a detailed documentation of your project and present it as a portfolio piece.
Assignments
Deploy your full-stack web application to a platform like Heroku or Vercel. Ensure that your application is optimized for production, including setting environment variables and minifying code.
Assignments
Build a full-stack web application that includes a React front-end and a Node.js/Express back-end. Implement a simple user authentication system and connect the application to a MongoDB database.
Assignments
Set up a basic Express server that handles GET and POST requests. Create endpoints that allow you to read and add data to an in-memory array.
Assignments
Create a new React project using Create React App. Build a simple to-do list application that allows users to add and remove items.
Assignments
Write a JavaScript function that fetches data from an external API using async/await. Display the fetched data on the webpage.
Assignments
Create a JavaScript file and link it to your HTML document. Write a script that changes the content of an HTML element when a button is clicked.
Assignments
Create a CSS file and link it to your HTML document. Style the HTML elements to include different colors, fonts, and layout properties.
Assignments
Create an HTML document that includes headings, paragraphs, images, and links. Ensure proper nesting and structure of HTML elements.