Welcome to the React Mini Projects Collection – a curated set of simple yet powerful projects built using React.js. These mini apps help reinforce fundamental React concepts such as state management, routing, hooks, and component-based architecture.
Each project in this repo is standalone and demonstrates a unique React feature or concept.
Project | Description |
---|---|
Blog Web | A basic blogging interface for creating and viewing posts. |
Currency Converter | A real-time currency exchange rate converter using APIs. |
Login Page | Authentication flow with login/logout functionality. |
Password Generator | Secure password generator with customizable options. |
Routing Concepts | Demonstrates react-router-dom for SPA navigation. |
Write ToDo | Simple to-do list using React hooks and local state. |
- React.js
- JavaScript (ES6+)
- HTML5 & CSS3
- React Router DOM
- Basic API Integration (in Currency Converter)
-
Clone the repository:
git clone https://github.com/Abhi3886/<your-repo-name>.git
-
Navigate to any project:
cd currency_convertor
-
Install dependencies:
npm install
-
Run the project:
npm start
Feel free to fork this repo, improve any project, or add new mini-projects. Pull requests are welcome! 🚀
Created with ❤️ by Abhishek Agrawal
Would you like me to include images or demo links for each project as well?