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!
- REACT JS
- Tailwind CSS
- Node.js (v14 or higher)
- npm or yarn
- Fork and Clone the repository
git clone <repository-url>
- Navigate to the project directory
cd React-Beginner
- Install dependencies
npm install
# or
yarn install
- Start the development server
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.
- Check for the changes in main branch.
- Add the main repo to your upstream remote.
git remote add upstream https://github.com/original-owner/repo-name.git
- Fetch the latest changes from the upstream remote.
git fetch upstream
- Compare your branch and push the changes to your fork.
- Send a PR to the main branch.
- Make sure to add all the frontend code in the
src
folder.
All reusable components should be added to the src/components
folder. If you want to add a new section to the web app, please:
- Import and use it in the appropriate parent component
- Follow the existing code style and conventions
- React + Vite
- @vitejs/plugin-react - Uses Babel for Fast Refresh
- @vitejs/plugin-react-swc - Uses SWC for Fast Refresh
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.