shubhampatil871 / react-practice-questions

A curated repository to store all the material for my daily practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Practice Questions

This repository will contain material related to react practice I do on the daily basis

File Structure

Your project directory will have the following structure:

my-react-starter/
├── node_modules/
├── public/
│   └── index.html
├── src/
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx
├── .env
├── .eslintrc.cjs
├── .gitignore
├── index.html
├── jsconfig.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
├── vite.config.js
└── yarn.lock

Features

  • React with Vite for fast development
  • Tailwind CSS with daisyUI for styling
  • Prettier for code formatting
  • Environment variables management with dotenv
  • Path aliases and absolute imports for better code organization

License

This project is licensed under the MIT License.

About

A curated repository to store all the material for my daily practices


Languages

Language:JavaScript 57.9%Language:CSS 27.2%Language:HTML 14.8%