diff --git a/README.md b/README.md index e99690a..9ef8ba6 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,14 @@ -# Admin Dashboard Template +# Stats Calculator -Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code. +Studying stats and building a web tool to calculate stats, charts and tables. -![preview](./preview-1.png) - -![preview](./preview-2.png) +![preview](./preview.png) ## Development -Fork this repo to your namespace and clone to your local machine. - -``` -git clone git@github.com:/rsuite-admin-template.git -$ cd rsuite-admin-template -``` +Forked from rsuite/rsuite-admin-template -Install dependencies +Clone repo and install dependencies ``` npm install @@ -23,7 +16,7 @@ npm install Now you can start the development server by running npm run dev -It's serving at http://127.0.0.1:3100/ by default. +It's serving at http://localhost:3100/ by default. ``` npm run dev @@ -31,4 +24,4 @@ npm run dev ## License -MIT © [simonguo](https://github.com/simonguo) +MIT diff --git a/package.json b/package.json index 29888b4..7fb78f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "rsuite-admin-template", + "name": "stats-calculator", "version": "1.0.0", - "description": "RSUITE Management System", + "description": "Stats calculator website", "main": "lib/index.js", "directories": { "lib": "lib/" @@ -21,15 +21,14 @@ "chart" ], "files": [ - "CHANGELOG.md", "lib", "src" ], - "author": "HYPERS Team", + "author": "Dercilio Fontes", "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:rsuite/rsuite-admin-template.git" + "url": "git@github.com:DercilioFontes/stats.git" }, "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..087757d Binary files /dev/null and b/preview.png differ diff --git a/src/pages/info/Info.tsx b/src/pages/info/Info.tsx index 6d1241f..7d05fc4 100644 --- a/src/pages/info/Info.tsx +++ b/src/pages/info/Info.tsx @@ -56,6 +56,16 @@ const Info = () => { +
+
Issues
+

+ If you find any issues or want to give any suggestion, you can add it{' '} + + here + + . +

+
); };