https://github.com/solobarine/nba-world
https://github.com/solobarine/nba-world
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solobarine/nba-world
- Owner: Solobarine
- Created: 2022-11-22T06:15:53.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-30T23:00:06.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:46:30.611Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nba-world.vercel.app
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**[NBA Teams]The user can view all NBA teams.
> Describe the tech stack and include only the relevant sections that apply to your project.
Client
Storage
- **[Single Page Application.]**
- **[The user will see the NBA teams.]**
- **[The user can see teams sorted by Division.]**
- **[The user can return to home.]**
## 🚀 Live Demo
- [Live Demo Link](https://nbaworldsolobarine.netlify.app/)
## 🎥 Video Presentation
- [Video Presentation Link](https://drive.google.com/file/d/15ZbwSRAu4X6y1L_odTFMhu_PGDJL-AaK/view?usp=share_link)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
To have installed [node.js](https://nodejs.org/en/download/) and [Git](https://git-scm.com/downloads)
### Setup
Clone this repository to your desired folder:
First enter the folder you want to save the project.
```sh
cd my-folder
```
After moving into the directory you want to save the project you could clone it using the terminal.
```sh
git clone git@github.com:solobarine/nba-world.git
```
### Install
Install this project with:
```sh
cd nba-world
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
## 👥 Author
👤 **Akpuru Solomon Barine
- GitHub: [@Solobarine](https://github.com/Solobarine)
- Twitter: [@SolomonAkpuru](https://twitter.com/SolomonAkpuru)
- LinkedIn: [Solomon Akpuru](https://www.linkedin.com/mwlite/in/solomon-akpuru-17069b241)
- [ ] **[Improve styling of the page]**
- [ ] **[Add more information from the API]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/solobarine/nba-world/issues).
If you like this project leave a star.
We would like to thank Microverse for letting us be part of this amazing program.
Thanks to Nelson Sakwa for his Design.
And thanks to all the people who helped me to make this project possible.
Checkout his amazing design in [here](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
- **[Can I modify this project?]**
- [Yes, you can make all the changes you'd like locally.]
- **[Can I add more teams to the NBA roster in the API]**
- [No, this API is not created by us.]
This project is [MIT](./LICENSE) licensed.