Skip to content

shubhampatil871/react-practice-questions

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published