Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertsmrek/gameslibrary
Project for school assigment.
https://github.com/robertsmrek/gameslibrary
rawg-api react react-router responsive-design tailwindcss
Last synced: about 1 month ago
JSON representation
Project for school assigment.
- Host: GitHub
- URL: https://github.com/robertsmrek/gameslibrary
- Owner: robertsmrek
- License: mit
- Created: 2021-11-02T18:14:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T21:20:24.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T16:19:40.920Z (2 months ago)
- Topics: rawg-api, react, react-router, responsive-design, tailwindcss
- Language: JavaScript
- Homepage: https://robertsmrek-awt-project.netlify.app/
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Games Library
![Downloads](https://img.shields.io/github/downloads/bckslash/GamesLibrary/total) ![Contributors](https://img.shields.io/github/contributors/bckslash/GamesLibrary?color=dark-green) ![Issues](https://img.shields.io/github/issues/bckslash/GamesLibrary) ![License](https://img.shields.io/apm/l/vim-mode?color=asd&label=license&logo=green&logoColor=MIT)
## Table Of Contents
- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Roadmap](#roadmap)
- [License](#license)
- [Authors](#authors)## About The Project
![Screen Shot](images/screen.png)
This project is for my school assigment to build full website on any theme.
[LIVE PREVIEW](https://awt-project.robertsmrek.com)## Built With
Whole app is build with React, Tailwind CSS and powered by [RAWG](https://rawg.io/apidocs) API.
## Getting Started
To get a local copy up and running follow these steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone [email protected]:bckslash/GamesLibrary.git
```3. Install NPM packages
```sh
npm install
```4. Run the app in the development mode.
```sh
npm start
```## Roadmap
See the [open issues](https://github.com/bcksalsh/GamesLibrary/issues) for a list of proposed features (and known issues).
### Creating A Pull Request
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](https://github.com/bckslash/GamesLibrary/blob/master/LICENSE) for more information.
## Authors
- **Robert Smrek** - _TUKE Student_ - [Robert Smrek](https://github.com/bckslash)