Skip to content

Commit

Permalink
Merge pull request #2 from M-AminAlizadeh/initial-setup
Browse files Browse the repository at this point in the history
Add initial stuff for better development
  • Loading branch information
M-AminAlizadeh committed Aug 10, 2023
2 parents 612664c + 578e116 commit d37a84e
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 28 deletions.
48 changes: 20 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

<!-- PROJECT DESCRIPTION -->

# 📖 [Mathmagician] <a name="about-project"></a>
# 📖 Mathmagician <a name="about-project"></a>


**[Mathmagician]** is a simple calculator and text generator using api
**Mathmagician** is a simple calculator and text generator using api

## 🛠 Built With <a name="built-with"></a>

Expand All @@ -48,23 +48,16 @@

### Key Features <a name="key-features"></a>

- **[component base]**
- **[Fetch data from api]**
- **[Routing]**
- **component base**
- **Fetch data from api**
- **Routing**

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LIVE DEMO -->

<!-- ## 🚀 Live Demo <a name="live-demo"></a> -->

<!-- > Add a link to your deployed project. -->

<!-- - [Live Demo Link](https://google.com) -->

<!-- <p align="right">(<a href="#readme-top">back to top</a>)</p> -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://m-aminalizadeh.github.io/Mathmagician/)

<!-- GETTING STARTED -->
<p align="right">(<a href="#readme-top">back to top</a>)</p>

## 💻 Getting Started <a name="getting-started"></a>

Expand Down Expand Up @@ -95,9 +88,9 @@ Install this project with:

Example command:

```sh
cd mathmagician
npm install
```js
cd mathmagician
npm install
```


Expand All @@ -108,8 +101,8 @@ To run the project, execute the following command:

Example command:

```sh
npm run start
```js
npm run start
```

### Deployment
Expand All @@ -119,19 +112,18 @@ You can deploy this project using:

Example:

``` js
npm run build
```js
npm run build
```


<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- AUTHORS -->

## 👥 Authors <a name="authors"></a>


👤 **Author1**
👤 **M.Amin Alizadeh**

- GitHub: [@M-AminAlizadeh](https://github.com/M-AminAlizadeh)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/m-amin-alizadeh-60a20b1b0/)
Expand All @@ -143,9 +135,9 @@ Example:
## 🔭 Future Features <a name="future-features"></a>


- [ ] **[Connect to api]**
- [ ] **[Full calculator]**
- [ ] **[Routing]**
- **[Connect to api]**
- **[Full calculator]**
- **[Routing]**

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -164,7 +156,7 @@ Feel free to check the [issues page](https://github.com/M-AminAlizadeh/Mathmagic
## ⭐️ Show your support <a name="support"></a>


If you like this project...
If you like this project you can give an ⭐ to it

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down
10 changes: 10 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": {
"main.js": "/Mathmagician/static/js/main.3d70dc6c.js",
"index.html": "/Mathmagician/index.html",
"main.3d70dc6c.js.map": "/Mathmagician/static/js/main.3d70dc6c.js.map"
},
"entrypoints": [
"static/js/main.3d70dc6c.js"
]
}
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Mathmagician</title><script defer="defer" src="/Mathmagician/static/js/main.3d70dc6c.js"></script></head><body><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions build/static/js/main.3d70dc6c.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions build/static/js/main.3d70dc6c.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions build/static/js/main.3d70dc6c.js.map

Large diffs are not rendered by default.

175 changes: 175 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d37a84e

Please sign in to comment.