Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atysonjaime/crud_color_patterns
π¨ Simple CRUD system for color patterns, allowing you to add, edit, show, and delete them.
https://github.com/atysonjaime/crud_color_patterns
bootstrapvue font-awesome-5 nuxtjs vuejs
Last synced: 21 days ago
JSON representation
π¨ Simple CRUD system for color patterns, allowing you to add, edit, show, and delete them.
- Host: GitHub
- URL: https://github.com/atysonjaime/crud_color_patterns
- Owner: AtysonJaime
- License: mit
- Created: 2022-12-17T14:10:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T18:22:13.000Z (about 2 years ago)
- Last Synced: 2023-09-16T16:38:20.380Z (over 1 year ago)
- Topics: bootstrapvue, font-awesome-5, nuxtjs, vuejs
- Language: Vue
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crud Color Patterns
![BADGE](https://img.shields.io/badge/Atysonjaime-Color__Patterns-blueviolet)
![GitHub](https://img.shields.io/github/license/Atysonjaime/crud_color_patterns)> π¨ Simple CRUD system for color patterns, allowing you to add, edit, show, and delete them.
>
> ![NAME_LOGO](./assets/img/name.png)
>
> [Leia estΓ‘ pΓ‘gina em Portugues](./README_PT-BR.md)---
## π§βπ» Login Instruction
_When you are on the login page, to access the system you must enter the following values in the e-mail and password fields:_
| Field | Value |
| -------- | ---------------------- |
| E-Mail | [email protected] |
| Password | ph37i45K |---
## π» Technologies
This project uses the following technologies:
- JavaScript e JSON
- [Node e NPM](https://nodejs.org/en/)
- [Vue.js](https://vuejs.org)
- [NuxtJs](https://nuxtjs.org)
- [Boostrap Vue](https://bootstrap-vue.org)
- [Pug.js](https://pugjs.org/api/getting-started.html)
- [SASS](https://sass-lang.com)
- [Fontawesome](https://fontawesome.com)
- [Auth Nuxt](https://auth.nuxtjs.org)
- [I18n Nuxt](https://v8.i18n.nuxtjs.org)---
## π¨ Build
To run the project on your machine, perform the following steps:
1. Clone the project on your machine, using a terminal or any other means that makes this possible;
2. Navigate to the project folder and open the terminal inside the project;
3. In the terminal, run the following commands:
```cmd
npm install
``````cmd
npm run dev
```---
## πΌοΈ Layout
The layout created for this project in question, it was thought by me with base in acquired past project experiences.
This project contains 3 pages:
- Login;
![Login Page](./assets/img/Login_page.png)- Overview of all items in Table;
![Table Page](./assets/img/Table_page.png)- Visualization of specific item in card;
![Show Page](./assets/img/Show_page.png)---
## π Deploy
The project is hosted on [GITHUB Pages](https://pages.github.com), To view, [click here!](https://atysonjaime.github.io/crud_color_patterns/)
---
## π License
[MIT License](https://github.com/AtysonJaime/crud_color_patterns/blob/main/LICENSE) Β© [Atyson Jaime](https://atysonjaime.github.io)