This is a React MultiApp that serves as a container for multiple smaller React applications. It currently includes a Calculator and TodoApp, but you can easily extend it by adding more React apps.
You can access the live demo of this React MultiApp on Netlify:
Netlify: React MultiApp Demo
- Visit the live demo link provided above.
- You will see a navigation menu with options to switch between different apps.
- Click on the respective app name to view and use the app.
- Easily add dynamic notifications to your React applications.
- Customize notification appearance including text, status, background color, duration, and more.
- Seamlessly integrate into your existing React projects.
Hosted individually on GitHub: React Notification GitHub Repo
- Add new tasks to the list.
- Mark tasks as completed.
- Edit existing tasks.
- Delete tasks from the list.
- Simple and intuitive user interface.
Hosted individually on GitHub: TodoApp GitHub Repo
- Perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Clear the input field and start a new calculation.
- Dynamic evaluation of expressions.
Hosted individually on GitHub: Calculator App GitHub Repo
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/maddatsubedi/React-Multiapp.git
- Access the cloned directory:
cd React-Multiapp
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to view the app.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.