Skip to content

AadishBansal12/Cognition-MTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Assignment Session

This repository contains the assignment for the React session. The assignment is to create a basic website with multiple pages using React. The pages include:

  • Home page
  • Product page
  • About page
  • Contact page
  • 404 (not found) page

Instructions

To complete the assignment, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the necessary dependencies by running npm install in the project directory.
  3. Start the development server by running npm start.
  4. Implement the required pages in the src/pages directory.
  5. Create the necessary components in the src/components directory.
  6. Style the website using CSS or any styling library of your choice.
  7. Test the website to ensure proper functionality.

Link to CodeSandbox

For reference and online preview of the assignment, you can visit this CodeSandbox link.

Feel free to explore the code, make changes, and experiment with different features to enhance your understanding of React.

Good luck with your assignment! If you have any questions, please reach out to your instructor or mentor.