heliomar-pena / art-marketplace

Azordev ART Marketplace

Home Page:https://art-marketplace.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art Marketplace

Forks Stargazers Issues-open Issues-closed Contributors

Art Marketplace
app-icon
Azordev's art markeplace
🐞 Report a bug or 🙋‍♂️ request a feature
contributions welcome License

The Project

A place where you can find a download BIM objects

Features

javascript react

  • Basic create-react-app structure
  • Sets stylelint on the repo
  • Sets eslint rules
  • Linters
  • React
  • React-DOM
  • React-Create-App
  • PropTypes
  • ES6 syntax
  • Export/import ES6+ notation

Built With

  • create-react-app
  • ESLint
  • pnpm 6.20.3 +
  • vscode with ESLint extension
  • Linux/GNU, macOS, Windows
  • Love and Passion for code

Create a .env file

  • Create a .env file.
  • Put correct key.

Advantages Of Styled-Components

  • Easier management of CSS: With every bit of styling tied to a specific component, it is easier to know which CSS is applied This makes it easy to delete unused component styles.
  • Using styled components if we change a variable value then it can change all the value.
  • We can reuse same style component where we need and also we can use it conditionaly.
  • Simple and dynamic styling: Through props and global themes supported in styled-components, styling is simple without manually managing dozens of classes.

Using the App

  • Open it in your browser.

How to run this project

Prerequisites

  • npm 6.13 + = pnpm 6.20.3 +
  • node 14.17 +
  • docker and docker-compose (optional)
  • A Text Editor like VSCode
  • A browser like Firefox or Chrome

Run it (Quickstart with docker)

  • Be sure to setup docker-compose and have git and npm working.
  • Run this:
> git clone https://github.com/Azordev/art-marketplace
> cd art-marketplace
> pnpm env use -g 16
> pnpm i
> docker-compose build
> docker-compose up frontend

You can also test using docker, run docker-compose up test or docker-compose run --rm test

Not a fan of Docker or need more information? Continue for instructions to learn more about how to setup your PC for run the frontend!

We used create-react-app to initialize this project, so it is configurated to be easy to run. Just follow the following instructions.

Installing the project

Now that you are set up, open a terminal and:

git clone https://github.com/Azordev/art-marketplace
cd art-marketplace
pnpm i && pnpm start

Then open http://localhost:3000/ to see the app.

Available Scripts

In the project directory, you can run:

pnpm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

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

pnpm run build

Builds the app for production to the build folder. 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. Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Potential Features

  • <Insert your great idea here!>.

Colaboradores

Israel Laguan email-icon Email me to contact@israellaguan.com / linkedin-icon Connect to my Linkedin
author-pic banner
Victor Peña email-icon Email me to victordev2002@gmail.com / linkedin-icon Connect to my Linkedin
victor-pic banner
Emmanuel Azócar email-icon Email me to azocarmel@gmail.com
emmanuel-pic banner
Angelica Molina email-icon Email me to angeli.molina1@gmail.com
ange-pic banner
Roman Rodriguez email-icon Email me to romanrodri192@gmail.com
roman-pic banner
Tony Tarco email-icon Email me to tonytarco@hotmail.com
tony-pic banner
Ildebrando Quinchoa email-icon Email me to ildebrandoefrain@gmail.com
ild-pic banner

Contributing

contributions welcome

🤝 Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

🤗 Give a ⭐️ if you like this project!

License

License

📝 This project is licensed under the Apache 2
Feel free to fork this project and improve it!

About

Azordev ART Marketplace

https://art-marketplace.pages.dev/


Languages

Language:JavaScript 94.7%Language:CSS 2.9%Language:HTML 2.4%