Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedThemes committed Dec 10, 2020
1 parent 94e5b81 commit 0f19bd2
Show file tree
Hide file tree
Showing 143 changed files with 32,374 additions and 1 deletion.
156 changes: 155 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,155 @@
# datta-able-free-react-admin-template
# Datta Able React Free Admin Template

Datta Able React Free Admin Template made using Bootstrap 4 framework, It is a free lite version of [Datta Able Pro](https://codedthemes.com/item/datta-able-react-free-admin-template/) Dashboard Template that makes you fulfill your Dashboard needs.

![Datta Able React Free Admin Template Preview Image](https://codedthemes.com/wp-content/uploads/edd/2019/05/datta-bootstrap-free.jpg)

Datta Able React Free Admin Template comes with variety of components like Button, Badges, Tabs, Breadcrumb, Icons, Form elements, Table, Charts & Authentication pages.

The code structure is high flexible to use and modify.

Its design adapt any screen size easily even if retina screens.

It is modern concept dashboard design with eye catchy colors. Wish you happy to use our product in your project.

## Free Version Preview & Download

Check out live preview of Datta Able lite version & download it.

#### Preview

- [Demo](http://lite.codedthemes.com/datta-able/react/default/dashboard/default)

#### Download

- [Download from Github](https://github.com/codedthemes/datta-able-free-react-admin-template)
- [Download from CodedThemes](https://codedthemes.com/item/datta-able-react-free-admin-template/) & receive important notification instantly in your maiL.

## Premium Version Preview & Download

Datta Able Pro Admin Template is available to purchase. Visit its numerous demos and make your purchase decision.

#### Preview

- [Demo](https://codedthemes.com/datta-able/react/default/dashboard/default)

#### Download

- [Purchase from CodedThemes](https://codedthemes.com/item/datta-able-react-admin-template/)

## Table of contents

* [Getting Started](#getting-started)
* [Online Documentation](#online-documentation)
* [Build With](#build-with)
* [Directory-structure](#directory-structure)
* [RoadMap](#roadmap)
* [Author](#author)
* [Contributing](#contributing)
* [Issues?](#issues)
* [License](#license)
* [Other Dashboard Products](#other-dashboard-products)
* [Social Profiles](#social-profiles)

## Getting Started

Clone from Github
```
git clone https://github.com/codedthemes/datta-able-bootstrap-dashboard.git
```
*no other dependencies required to run the Datta Able Template*

## Online Documentation

Datta Able Lite version documentation cover in its Pro version documentation - check our [website.](https://codedthemes.com/demos/admin-templates/datta-able/react/docs/)

## Build With

- [Bootstrap 4](https://getbootstrap.com/)
- [SASS](https://sass-lang.com/) - SCSS file not included in lite version v1.0

## Directory Structure

```
Datta-able/
├── assets/
│ ├── css/
│ │ ├── style.css
│ ├── fonts/
│ │ ├── feather/css/feather.css
│ │ ├── fontawesome/css/fontawesome-all.min.css
│ │ ├── datta/datta-icon.css
│ ├── images/
│ │ ├── user/
│ │ │ ├── avatar-1.jpg
│ │ │ ├── avatar-2.jpg
│ │ │ ├── ...-More
│ │ ├── logo.png
│ │ ├── ...-More
│ ├── js/
│ │ ├── pages/
│ │ │ ├── chart-morris-custom.js
│ │ │ ├── google-maps.js
│ │ ├── vendor-all.min.js
│ │ ├── pcoded.min.js
│ ├── plugins/
│ │ ├── jquery/
│ │ │ ├── js/
│ │ │ │ ├── jquery.min.js
│ │ ├── bootstrap/
│ │ │ ├── css/
│ │ │ │ ├── bootstrap.min.css
│ │ │ ├── js/
│ │ │ │ ├── bootstrap.min.js
│ │ ├── ...-More
├── index.html
├── ...- More
```

## RoadMap

We are continuously working in Datta Able Project and going to make it a awesome dashboard template via your support. Give us the ideas, suggestion for include more components, pages, plugins. Few of future release pages are

#### Layouts
- Horizontal version
- Sidebar Image version
- Introduce Live Customizer (i.e. only for demo)

#### Pages
- Pricing
- Login/Register pages version 2
- User profile
- Maintenance Pages like 404, Error Pages, Coming Soon

#### Basic & Advance Components
- Alert, Cards, Progress, Modal
- Datepicker, Notification, Slider

*All above pages already included in Pro version. We need your support to include those pages in lite version too.*

## Author

Design and code is completely written by CodedThemes's design and development team. We are happy to welcome the contributors work for our all repositories.

## Issues

Please generate Github issue if you found bug in any version. We are try to be responsive to resolve the issue.

## License

- Design and Code is Copyright © [CodedThemes](https://www.codedthemes.com)
- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE)

## Other Dashboard Products

- [Free Bootstrap 4 Admin Template](https://codedthemes.com/item/category/free-templates/free-bootstrap-admin-templates)
- [Free React Dashboard Template](https://codedthemes.com/item/category/free-templates/free-react-admin-templates)
- [Free Angular Dashboard Template](https://codedthemes.com/item/category/free-templates/free-angular-admin-templates)
- [Premium Bootstrap & Angular Admin Template](https://codedthemes.com/item/category/templates/admin-templates/)

## Social Profiles
- Dribbble [https://dribbble.com/codedthemes](https://dribbble.com/codedthemes)
- Behance [https://www.behance.net/codedthemes](https://www.behance.net/codedthemes)
- Facebook [https://www.facebook.com/codedthemes](https://www.facebook.com/codedthemes)
- Twitter [https://twitter.com/codedthemes](https://twitter.com/codedthemes)
- Instagram [https://www.instagram.com/codedthemes/](https://www.instagram.com/codedthemes/)
23 changes: 23 additions & 0 deletions template/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
68 changes: 68 additions & 0 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
Loading

0 comments on commit 0f19bd2

Please sign in to comment.