Giter VIP home page Giter VIP logo

kursademirtas / frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opensource-place/frontend

1.0 0.0 0.0 3.17 MB

The platform includes open-source projects. You can list all published open-source projects and also add your project on Github to the platform and your projects make open source!

Home Page: https://opensource.place

License: MIT License

JavaScript 88.50% HTML 5.89% CSS 5.61%

frontend's Introduction

Open Source Place (React Front-end)

Want to Contribute?

You have 2 things you can do:

  1. Either open an issue about a bug, feature request, page, or component,
  2. Or close an issue, by writing and/or implementing it in your own fork!

A Little About Design

Figma Design Sheet is here in case you want to take a look. Bear in mind that it's still in development!

Development & Deploying Guide

Firstly, install your dependencies!

yarn install

Next up, create yourself a .env file!

# .env
REACT_APP_API_URL = {your backend api url here}

Then you can do:

yarn start

for a development server, or

yarn run build

for building the project into static, deployable files.

Linting

Additionally, you can do yarn run lint to see formatting errors and yarn run lint:fix to fix them. Don't worry if you forgot to lint your code! Someone will definitely fix it in another commit for you ๐Ÿ˜ƒ

.vscode settings.json

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": ["js"],
  "editor.formatOnSave": true
}

for disable eslint while coding

/* eslint-disable */

frontend's People

Contributors

altaysimsek avatar damlaehican avatar fport avatar kursademirtas avatar muratmirgun avatar ograsyilmaz avatar ozlemts avatar

Stargazers

 avatar

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.