This is a galactic web app that will allow them to browse through a list of robots, view a robot's details, and, enlist a bot into their army.
- the user is able to view a list of bots
- the user is able to add the bot in the galactic army
- Visual Studio Code.
- npm
- Browser(Chrome or any other Chromium based Browser)
- Live server extension
- json-server
-To get the code..
- Go to the following github repository to access the files.
https://github.com/Sirumba/bot-Challenge/
-
Fork and Clone the repository above to your local computer.
-
Move to the folder where you cloned the files and install requirements and make sure you are in the below directory:
cd bot-Challenge/
- Open the folder in
VS Code
using the command
code .
After unbundling the project:
- Run
npm install
in your terminal. - Run
npm run server
. This will run your backend on port8002
. - In a new terminal, run
npm start
. This will run your React app on port8000
.
Make sure to open http://localhost:8002/bots in the browser to verify that your backend is working before you proceed!
The base URL for your backend is: http://localhost:8002
- HTML5
- Javascript
- [CSS]
- [React-JS]
Project contributed to by: Simon Sirumba Maina
This project is licensed under the ISC licence