Built with the tools and technologies:
- Overview
- Project Structure
- Getting Started
- Prerequisites
- Installation
- Usage
- Testing
- Project Roadmap
- Contributing
- License
- Acknowledgments
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:
- Programming Language: TypeScript
- Package Manager: npm
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
- 🐛 Report Issues: Submit bugs found or log feature requests for the
React-demo
project. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/Devang-sharma609/React-demo
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
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.