Please make sure to go through the README.md file carefully before starting the project. It contains important information about the project, its structure, and how to run it locally.
The Link to the design file [Figma Link]: " https://www.figma.com/design/XzYvVRNI4v50tsxvvS041v/Untitled?node-id=0-1&t=CXTiGt5yDzSL2nDA-1 "
Assets : "https://drive.google.com/drive/folders/1GMIlq-WSqPA2JqUaE657_fd_Zyakr5ea?usp=sharing"
This is a repository where you can learn and work on a frontend project built with React. We're excited to have you here!
git clone <repository-url>
cd React-Beginner
npm install
# or
yarn install
npm run dev
# or
yarn dev
The application will be available at http://localhost:5173
Make sure to keep your local branch up-to-date with the main repository, before commits.
git remote add upstream https://github.com/original-owner/repo-name.git
git fetch upstream
src
folder.src/components
folder. If you want to add a new section to the web app, please:Make sure to keep your local branch up-to-date with the main repository, before commits.
If you have any questions or need assistance, please feel free to open an issue or reach out to the maintainers.