https://github.com/arun-kc/zoro-website
🥳 A website for zoro bot build using React
https://github.com/arun-kc/zoro-website
react react-router-dom website zoro
Last synced: 2 months ago
JSON representation
🥳 A website for zoro bot build using React
- Host: GitHub
- URL: https://github.com/arun-kc/zoro-website
- Owner: Arun-kc
- License: mit
- Created: 2021-05-23T11:11:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T13:56:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T10:16:41.029Z (4 months ago)
- Topics: react, react-router-dom, website, zoro
- Language: JavaScript
- Homepage: https://zorobot.vercel.app/
- Size: 55.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
⚔️ Zoro Website ⚔️
A website for [Zoro](https://github.com/Arun-kc/novicebot)
😊 Show some ❤️ by giving a star! ⭐## Getting Started
You can clone this repo and host the bot yourself
```
git clone https://github.com/Arun-kc/zoro-website.git
```After cloning, run an
```
npm install
```to snag all of the dependencies. Of course, you need [node](https://nodejs.org/en/) installed.
You can run this application using
```
npm start
```Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Todo List
- Creating a command page with list of all commands
- Adding small image animations
- Optimizing the performance---
Contributions are welcome! ❤️
Made with 💜 and JavaScript.