Skip to content

ritoncharlox/React-Multiapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


React MultiApp

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.

Live Demo

You can access the live demo of this React MultiApp on Netlify:
Netlify: React MultiApp Demo

How to Use

  1. Visit the live demo link provided above.
  2. You will see a navigation menu with options to switch between different apps.
  3. Click on the respective app name to view and use the app.

Features

React Notification

  • 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

ToDo App

  • 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

Calculator

  • 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

Technologies Used

React
HTML5
CSS3

Getting Started

To run this project locally, follow these steps:

  • Clone this repository:
git clone https://github.com/ritoncharlox/React-Multiapp.git
  • Access the cloned directory:
cd React-Multiapp
  • Install dependencies:
npm install
  • Start the development server:
npm start

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.