https://github.com/muchokidavid/bot-battlr-week-2-code-challenge
Welcome to Bot Battlr, the ultimate destination in the known universe for building your personalized Bot Army! As a galactic web developer, you've been commissioned by a powerful overlord to create a web app that allows them to explore a catalog of robots, view detailed information about each robot, and enlist them into their formidable army.
https://github.com/muchokidavid/bot-battlr-week-2-code-challenge
Last synced: 3 months ago
JSON representation
Welcome to Bot Battlr, the ultimate destination in the known universe for building your personalized Bot Army! As a galactic web developer, you've been commissioned by a powerful overlord to create a web app that allows them to explore a catalog of robots, view detailed information about each robot, and enlist them into their formidable army.
- Host: GitHub
- URL: https://github.com/muchokidavid/bot-battlr-week-2-code-challenge
- Owner: MuchokiDavid
- License: mit
- Created: 2023-11-16T18:26:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T11:34:29.000Z (over 2 years ago)
- Last Synced: 2025-01-05T19:26:00.315Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bot-battlr-week-2-code-challenge.vercel.app
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot Battlr - React Application Code Challenge
## Welcome
Welcome to **Bot Battlr**, the ultimate destination in the known universe for building your personalized Bot Army! As a galactic web developer, you've been commissioned by a powerful overlord to create a web app that allows them to explore a catalog of robots, view detailed information about each robot, and enlist them into their formidable army.
## Instructions
For this code challenge, you will be building a React application that interacts with a local server running a JSON DB. Your goal is to follow the instructions provided below and showcase your ability to implement the features while demonstrating a clear understanding of the given requirements.
## Requirements
1. **Well-Written README File**: You are required to provide a comprehensive README file that details the setup, features, and any other relevant information about your project.
2. **Fetch Data from Local Server**: Utilize a local server running a JSON DB to fetch data for your application. Instructions for setting up the server are provided below.
## Project Setup
Follow these steps to set up your project:
1. Create a new project folder.
2. Create a new private GitHub repository. Ensure that your TM (Teaching Mentor) is added as a contributor for grading purposes. Rest assured, your code is secure.
3. Regularly commit your changes to the repository to track your progress.
4. In your project directory, create a `db.json` file and use the provided [data](#) for your server DB.
5. Run the following command to start the backend server:
```bash
json-server --watch db.json
```
6. Test your server by visiting this route in the browser:
```bash
http://localhost:3000/bots
```
## Getting Started
Before diving into coding, take the time to plan your application. Consider the user interface, layout, and overall structure. Here are some steps to guide you:
1. Ideation: Consider the features you need to implement and visualize how they will appear in your app.
2. Planning: Plan the layout of your application, decide on the user interface elements, and ensure a smooth user experience.
## Licence
The project is licenced under the MIT license standards
## Author
- David Munuhe