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
To complete the assignment, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running
npm install
in the project directory. - Start the development server by running
npm start
. - Implement the required pages in the
src/pages
directory. - Create the necessary components in the
src/components
directory. - Style the website using CSS or any styling library of your choice.
- Test the website to ensure proper functionality.
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.