An open API service indexing awesome lists of open source software.

https://github.com/itz-snj/react-beginner

We're building a sleek, themed web application that combines the power of React with the utility-first approach of Tailwind CSS. Our project emphasizes clean code, component-based architecture, and collaborative development.
https://github.com/itz-snj/react-beginner

apertre25 begineer begineersfriendly front-end front-end-development react reactjs tailwindcss

Last synced: 2 months ago
JSON representation

We're building a sleek, themed web application that combines the power of React with the utility-first approach of Tailwind CSS. Our project emphasizes clean code, component-based architecture, and collaborative development.

Awesome Lists containing this project

README

        

# Hey, Welcome to Apertre 2.0! 👋

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.

# Figma, file link
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!

## Tech Stack
1. REACT JS
2. Tailwind CSS

### Prerequisites
- Node.js (v14 or higher)
- npm or yarn

### Running the Project Locally
1. Fork and Clone the repository
```bash
git clone
```
2. Navigate to the project directory
```bash
cd React-Beginner
```
3. Install dependencies
```bash
npm install
# or
yarn install
```
4. Start the development server
```bash
npm run dev
# or
yarn dev
```
The application will be available at `http://localhost:5173`

# Note
Make sure to keep your local branch up-to-date with the main repository, before commits.

## After doing the changes:
1. Check for the changes in main branch.
2. Add the main repo to your upstream remote.
```git remote add upstream https://github.com/original-owner/repo-name.git```
3. Fetch the latest changes from the upstream remote.
```git fetch upstream```
4. Compare your branch and push the changes to your fork.
5. Send a PR to the main branch.

## Project Structure
1. Make sure to add all the frontend code in the `src` folder.
### Components
All reusable components should be added to the `src/components` folder. If you want to add a new section to the web app, please:
1. Import and use it in the appropriate parent component
2. Follow the existing code style and conventions

## Technical Stack
- React + Vite
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) - Uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) - Uses [SWC](https://swc.rs/) for Fast Refresh

# Note
Make sure to keep your local branch up-to-date with the main repository, before commits.

## Need Help?
If you have any questions or need assistance, please feel free to open an issue or reach out to the maintainers.
```