Giter Site home page Giter Site logo

cenksari / react-crypto-exchange Goto Github PK

View Code? Open in Web Editor NEW
55.0 55.0 35.0 3.16 MB

React crypto currency/coin exchange design template. Buy, sell, watch, trade Bitcoin, Ethereum and other coins.

Home Page: https://www.cenksari.com

License: MIT License

JavaScript 81.14% HTML 0.46% CSS 18.39%
bitcoin charts crypto cryptocoin cryptocoins cryptocurrencies cryptocurrency cryptocurrency-exchanges cryptocurrency-wallet cryptoexchange ethereum javascript react reactjs

react-crypto-exchange's Introduction

Hi, I'am Cenk ๐Ÿ‘‹

Seasoned Innovator in Event Technology Solutions with Over 20 Years of Experience. Specializing in Cutting-edge Technologies such as Ticketing Technologies, Accreditation Systems, Access Control, Audio Tour Guides, Museum Technologies, User-Generated Content Platforms, Podcast Platforms, Cloud-Native Projects, E-commerce Systems, and Cashless Payment Solutions. Dedicated to Staying Ahead of Emerging Trends and Technologies.

Proficient in Cloud Technologies, Web, and Mobile Development with a Specialization in Azure, AWS, DevOps, Docker, C#, dotnet Core, .NET, Microservices, WebApi, Restful services, Azure Functions, Relational SQL Databases, MS-SQL, T-SQL, LINQ, Document-Based Databases, Cosmos DB, Mongo DB, Redis, Rabbit MQ, JavaScript, TypeScript, React, NextJS, React Native, ESLint, Prettier, Git, TFS, CI/CD, Reactive Programming, Software Design and Architecture, Software Management. Proficient in SOLID principles and design patterns, obsessive about code quality/standards and software documentation, possessing a deep sensitivity to pixel-perfect design. Demonstrated expertise in crafting scalable and innovative solutions to meet complex business requirements.

You can reach out to me via email: [email protected]

Feel free to reach me from the following links.

Linkedin | Twitter | Instagram | Facebook | Personal website

react-crypto-exchange's People

Contributors

cenksari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

react-crypto-exchange's Issues

'children' PropType is defined but prop is never used

When I wanted to run the project I, visited the below error

Failed to compile.

[eslint] 
src/layouts/MainLayout.js
  Line 7:3:  'children' PropType is defined but prop is never used  react/no-unused-prop-types

Search for the keywords to learn more about each error.
ERROR in [eslint] 
src/layouts/MainLayout.js
  Line 7:3:  'children' PropType is defined but prop is never used  react/no-unused-prop-types

Search for the keywords to learn more about each error.

webpack compiled with 1 error

So to solve this problem, the codes that are not used should be commented:

// react-crypto-exchange/src/layouts/MainLayout.js

import { memo } from 'react';
// import PropTypes from 'prop-types';

const MainLayout = memo(({ children }) => children);

// MainLayout.propTypes = {
//   children: PropTypes.node.isRequired,
// };

export default MainLayout;

Is there any other solution?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.