Website

screenshot of Website
gatsby
react
styled-components

We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).

Overview

React Ladies is a website that allows users to run the site locally by configuring an AIRTABLE_KEY, AIRTABLE_BASE, and AIRTABLE_TABLE. Users can also install the netlify-cli to run the registration function locally and navigate to the site on their localhost. Additionally, users can add a new event by creating a new YAML file in the data section of the website.

Features

  • Local Configuration: Users can configure AIRTABLE_KEY, AIRTABLE_BASE, and AIRTABLE_TABLE to run the site locally.
  • Netlify-cli Installation: Users can install the netlify-cli to run the registration function locally.
  • Adding Events: Users can add a new event by creating a YAML file in the data section.
  • Bug Reporting: Users are encouraged to file an issue if they discover any bugs.
  • Based on Fork: The website was originally based on a fork of another website.
gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.