Skip to content

Commit e2b42af

Browse files
Compress screenshots
1 parent 3ec66ef commit e2b42af

7 files changed

+20
-25
lines changed

README.md

+20-25
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,53 @@
22

33
G2i's Code Challenge implementation of a Trivia app in React using advanced techniques and industry best practices.
44

5-
6-
75
## Table of Contents
86

9-
* [About the Project](#about-the-project)
10-
* [Built With](#built-with)
11-
* [Installation](#installation)
12-
* [Contributing](#contributing)
13-
* [License](#license)
14-
15-
7+
- [About the Project](#about-the-project)
8+
- [Built With](#built-with)
9+
- [Installation](#installation)
10+
- [Contributing](#contributing)
11+
- [License](#license)
1612

1713
## About The Project
1814

1915
Check [G2i Code Challenge](https://gist.github.com/severnsc/e09f4f8742b7dd91af9c422d6f210a57) for all the details about requirements and wireframes.
2016

21-
![Home screenshot](./src/assets/images/home-screenshot.png?raw=true "Home Screenshot")
22-
23-
24-
![Quiz screenshot](./src/assets/images/quiz-screenshot.png?raw=true "Quiz Screenshot")
25-
26-
27-
![Results screenshot](./src/assets/images/results-screenshot.png?raw=true "Results Screenshot")
17+
![Home screenshot](./src/assets/images/home-screenshot.jpg?raw=true "Home Screenshot")
2818

19+
![Quiz screenshot](./src/assets/images/quiz-screenshot.jpg?raw=true "Quiz Screenshot")
2920

21+
![Results screenshot](./src/assets/images/results-screenshot.jpg?raw=true "Results Screenshot")
3022

3123
## Built With
32-
* [React](https://reactjs.org/)
33-
* [Redux](https://redux.js.org/)
34-
* [React Router](https://reactrouter.com/)
35-
* [Material UI](https://material-ui.com/)
36-
3724

25+
- [React](https://reactjs.org/)
26+
- [Redux](https://redux.js.org/)
27+
- [React Router](https://reactrouter.com/)
28+
- [Material UI](https://material-ui.com/)
3829

3930
## Installation
31+
4032
1. Clone the repo
33+
4134
```sh
4235
git clone https://github.com/michael-s-molina/trivia-app-react.git
4336
```
37+
4438
2. Install NPM packages
39+
4540
```sh
4641
npm install
4742
```
43+
4844
3. Start the application
45+
4946
```sh
5047
npm start
5148
```
5249

53-
54-
5550
<!-- CONTRIBUTING -->
51+
5652
## Contributing
5753

5854
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
@@ -63,9 +59,8 @@ Contributions are what make the open source community such an amazing place to l
6359
4. Push to the Branch (`git push origin feature/AmazingFeature`)
6460
5. Open a Pull Request
6561

66-
67-
6862
<!-- LICENSE -->
63+
6964
## License
7065

7166
Distributed under the MIT License. See [LICENSE](/LICENSE.md "LICENSE") for more information.

src/assets/images/home-screenshot.jpg

322 KB
Loading

src/assets/images/home-screenshot.png

-3.14 MB
Binary file not shown.

src/assets/images/quiz-screenshot.jpg

353 KB
Loading

src/assets/images/quiz-screenshot.png

-3.6 MB
Binary file not shown.
448 KB
Loading
-2.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)