Skip to content

Commit

Permalink
Merge pull request #2 from jmoseka/components
Browse files Browse the repository at this point in the history
Math magicians: components
  • Loading branch information
jmoseka committed May 24, 2022
2 parents 1b1f108 + 6d76cc6 commit dd295aa
Show file tree
Hide file tree
Showing 14 changed files with 444 additions and 107 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# react-math-magicians

React Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote
React Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: - - Make simple calculations.

- Read a random math-related quote

## Built With 🔨

- React
- Webpack

## Screenshot

<img src="./src/assets/images/demo-proj.PNG" alt="project screenshot">

## Setup

### Clone this repository
Expand All @@ -25,7 +31,7 @@ $ npm run start

### Open page in browser
```bash
$ open dist/index.html
open http://localhost:3000/
```

### Prerequisites
Expand Down

0 comments on commit dd295aa

Please sign in to comment.