AadishBansal12 / Cognition-MTC

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/AadishBansal12/react-assignment1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Created with CodeSandbox

https://codesandbox.io/s/github/AadishBansal12/react-assignment1


Languages

Language:JavaScript 52.6%Language:CSS 31.1%Language:HTML 16.3%