React_Redux_Calculator

This web calculator, built with JavaScript, React, and Redux, simplifies basic math tasks. 🧮

MIT License

Stars
14

📗 Table of Contents

📖 React_Redux_Calculator

This application is a web calculator developed in JavaScript with the use of React and Redux technologies. It allows you to perform basic mathematical operations easily and efficiently. Inspired by the JavaScript Calculator provided by FreeCodeCamp, this app gives you the chance to put your web development skills to use while creating a working calculator.

🛠 Built With

Tech Stack

Key Features

  • SPA
  • CRA
  • Styles
  • Router
  • Logged
  • Toolkit
  • React-Redux
  • Jest & React Test Library
  • Deployment

🚀 Live Demo

You can see a Demo here.

💻 Getting Started

To get a local copy up and running, follow these steps. This project requires Node.js and npm installed on your machine.

-Node.js -npm

-Clone this repository to your local machine using:

git clone https://github.com/ClaudiaRojasSoto/React_Redux_Calculator.git

-Navigate to the project folder:

cd math_magicians

-Install the project dependencies:

npm install

To start the development server, run the following command:

npm start

Project Structure

The project follows the following folder and file structure:

  • /src: Contains the source files of the application.
  • /src/index.js: Main entry point of the JavaScript application.
  • /src/App.js: Top-level component of the application where components are rendered.
  • /src/components: Directory for React components.
  • /src/components/Calculator.js: Component for the Calculator
  • /src/redux: Directory for Redux management.
  • /src/redux/store.js: Redux store configuration.
  • /src/redux/actions: Folder for Redux actions.
  • /src/redux/actions/calculatorActions.js: Actions for Calculator management.
  • /src/redux/reducers: Folder for Redux reducers.
  • /src/redux/reducers/calculatorReducer.js: Reducer for Calculator management.
  • /public: Contains the public files and assets of the application.
  • /public/index.html: Base HTML file of the application.
  • /build: Contains the generated production files.

Setup

Clone this repository to your desired folder: https://github.com/ClaudiaRojasSoto/React_Redux_Calculator.git

Install

Install this project with: install Stylelint and ESLint

Usage

To run the project, execute the following command: just need a web Browser

Run tests

To run tests, run the following command: npm start you just need a simple web browser to run this project for a test

👥 Authors

👤 Claudia Rojas

🔭 Future Features

  • User keys - login

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project show support by following this account

🙏 Acknowledgments

  • Microverse for providing the opportunity to learn Git and GitHub in a collaborative environment.
  • GitHub Docs for providing a wealth of information on Git and GitHub.

📝 License

This project is MIT.