Built with the tools and technologies:
I created this website as my first React Demo Project
└── React-demo/
├── Iconjs.svg
├── components.json
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── react.svg
├── src
│ ├── App.tsx
│ ├── components
│ ├── index.css
│ ├── lib
│ ├── main.tsx
│ ├── styles.css
│ └── vite-env.d.ts
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts
Before getting started with React-demo, ensure your runtime environment meets the following requirements:
Install React-demo using one of the following methods:
Build from source:
Clone the React-demo repository:
git clone https://github.com/Devang-sharma609/React-demo
Navigate to the project directory:
cd React-demo
Install the project dependencies:
npm install
Run React-demo using the following command:
Using
npm run dev
React-demo
project.git clone https://github.com/Devang-sharma609/React-demo
git checkout -b new-feature-x
git commit -m 'Implemented new feature x.'
git push origin new-feature-x
This project is protected under the Apache License. For more details, refer to the LICENSE file.
All thanks to my batchmates who sufficed me with creative material for my inspiration.