Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/math-magician
This is the first project of the Math Magicians application. I have set up the environment and tools needed to develop a React application. In the following projects, I will develop the actual application.
https://github.com/rubydevi/math-magician
calculator-react es6 eslint javascript jsx react stylelint
Last synced: about 4 hours ago
JSON representation
This is the first project of the Math Magicians application. I have set up the environment and tools needed to develop a React application. In the following projects, I will develop the actual application.
- Host: GitHub
- URL: https://github.com/rubydevi/math-magician
- Owner: rubydevi
- Created: 2023-07-10T10:09:32.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-02-05T13:00:01.000Z (9 months ago)
- Last Synced: 2024-02-06T14:07:07.836Z (9 months ago)
- Topics: calculator-react, es6, eslint, javascript, jsx, react, stylelint
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Math Magician** This is the first project of the Math Magicians application. I have set up the environment and tools needed to develop a React application. In the following projects, I will develop the actual application.
Client
- HTML and CSS
- JavaScript
- React
- **React App**
- **JSX**
- **SPA**
### Prerequisites
In order to run this project you need:
1. git
2. VS Code or any code editor
3. npm intalled
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:rubydevi/math-magician.git
cd math-magician
```
### Install
Install this project with:
**Stylelint**
1. Run this code:
```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
2. Don't forget to copy [.stylelintrc.json](./.stylelintrc.json) to the root directory of your project.
**ESLint**
1. Run this code:
```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected]
```
2. Don't forget to copy [.eslintrc.json](./.eslintrc.json) to the root directory of your project.
### Usage
To run this project in the browser, simply open the index.html file in your preferred browser by running the code below in your terminal:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx eslint "**/*.{js,jsx}"
```
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
- Calculator
- More Forms
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/math-magician/issues).
If you like this project please leave a star, I'd really appreciate it.
- I'd like to thank Microverse for this wonderful README template.
This project is [MIT](https://github.com/rubydevi/math-magician/blob/main/LICENSE) licensed.