All Projects → frontendstudygroup → frontendstudygroup.github.io

frontendstudygroup / frontendstudygroup.github.io

Licence: other
Web application for the frontend study group from WomenWhoCode Frontend track.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to frontendstudygroup.github.io

ML-ProjectYard
This repo consists of multiple machine learning based projects with frontend
Stars: ✭ 105 (+600%)
Mutual labels:  frontend-web, hacktoberfest2021
DSA-Practice
Open to hacktoberfest 2021
Stars: ✭ 11 (-26.67%)
Mutual labels:  hacktoberfest2021
Lets-go-Code
Welcome to Open Source! 👨‍💻 Make your Hacktoberfest 2021 contributions here. 👕
Stars: ✭ 13 (-13.33%)
Mutual labels:  hacktoberfest2021
Hactoberfest2021-Cpp
Any one can add their programs here ,but program should not be repeated.
Stars: ✭ 22 (+46.67%)
Mutual labels:  hacktoberfest2021
Hacktoberfest
Hacktoberfest 2021 you can add anything like simple programs or projects
Stars: ✭ 15 (+0%)
Mutual labels:  hacktoberfest2021
Hactoberfest-First-PR
Contrubute anything valuable to Open source code and you will Merged with REPO
Stars: ✭ 21 (+40%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
Create Hacktoberfest PRs. Star this Repo!⭐
Stars: ✭ 32 (+113.33%)
Mutual labels:  hacktoberfest2021
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (+120%)
Mutual labels:  hacktoberfest2021
MayMeow.Cryptography
🔐 Cryptography library for .NET
Stars: ✭ 12 (-20%)
Mutual labels:  hacktoberfest2021
Awesome-Clone
A curated list of AWESOME clones made with react,vue,svelte
Stars: ✭ 37 (+146.67%)
Mutual labels:  hacktoberfest2021
pwsh-prelude
PowerShell “standard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (+73.33%)
Mutual labels:  hacktoberfest2021
Awesome Python Scripts
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+1220%)
Mutual labels:  hacktoberfest2021
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (+80%)
Mutual labels:  hacktoberfest2021
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (+106.67%)
Mutual labels:  hacktoberfest2021
DesktopAssistant
A Virtual Desktop Assistant Written in Python
Stars: ✭ 579 (+3760%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021 beginner
This Repository is for Hacktoberfest absolute beginners guide
Stars: ✭ 97 (+546.67%)
Mutual labels:  hacktoberfest2021
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (+26.67%)
Mutual labels:  hacktoberfest2021
Pixel-Processing
📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
Stars: ✭ 122 (+713.33%)
Mutual labels:  hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+240%)
Mutual labels:  hacktoberfest2021
o-fish-realm
Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.
Stars: ✭ 23 (+53.33%)
Mutual labels:  hacktoberfest2021

Women Who Code Front End Study Group Project

Build & Deploy React App

This repository is a beginner-friendly project started by Women Who Code Front End to learn about front end technologies as well as how to collaborate on an open source project.

Currently it is deployed at https://frontendstudygroup.github.io using GitHub Pages.

We are collaborating with Women Who Code Cloud to implement other deployment methods like deploying the app to Azure or AWS with Continuous Integration and Continuous Delivery pipelines.

Expectations

  • Participation and maintenance of this project is completely voluntary and we are not committing to teach anything as part of this effort. If you want to practice together with us, this is a good place!
  • We highly encourage you not to use third party UI frameworks. For example, if you want to design a carousel or a tooltip, do it from scratch.

    However we do understand that sometimes we need to use some third party libraries like redux or react-dom-router. When in doubt discuss it on the issue you are working on.

  • Find your motivation to contribute to this repository and make sure you have the time.

    Life happens, we get it. Just let us know if you cannot do something you're assigned to and do NOT feel guilty about it.

  • Things work best for all of us when contribution goals are driven by you. We as maintainers will only guide you and validate your thought process.
  • Be open and honest in your communication.
  • Be selfish! Aim to do what you intend to learn and do not feel forced to work on something against your will.

Code of Conduct

  • Be respectful to each other
  • No question is stupid, feel free to ask questions and encourage others

How To Contribute

  • Search in Issues for open issues to work on
    • If you would like to make a suggestion for an enhancement, or report a defect, create an issue
  • Fork the repository (recommended if you are doing this for the first time)
  • Clone your forked repository to your machine (git clone [url from clone option])
  • Request to assign the issue for yourself
  • Comment on the issue about your approach to solving the problem
  • Get feedback from other contributors or project maintainers
  • Submit a pull request when you are ready
    • Add a title and small description in the pull request about what you did.
    • Make sure to reference the issue number in the pull request comment with the words "Fixes #[issue number]" or "Resolves #[issue number]" as explained in GitHub documentation.

Questions about front end? Join the WWC Front End Slack and join the #fe-beginner-studygroup channel.

Questions about cloud? Join the WWC Cloud Slack and join the #opensource channel.

Local Setup for Development

This project was bootstrapped with Create React App.

Getting Started

After you clone this repository to your local machine, execute the command npm install in your favorite terminal to install all the npm packages locally.

To run the application locally execute the command npm start.

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.

Testing

Executing the command npm test launches the test runner in interactive watch mode. See the section about running tests in the Create React App documentation for more information.

Deployment

There is a GitHub action set up on this repository to build the React app, run tests and deploy to the GitHub Pages site on every merge to the master branch.

Also when a pull request is created or updated, the GitHub action will build the React app and run tests. If the build or tests fail, the pull request will be blocked from merging until they are resolved.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].