Giter Site home page Giter Site logo

kwing25 / women-who-ve-changed-tech Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 13.0 5 MB

Updates coming soon 2023... Women Tech Pioneers API & React App ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป. List of amazing Female Tech & STEM Pioneers. Contributions to the list are welcome!

License: MIT License

HTML 7.12% CSS 3.33% JavaScript 47.90% SCSS 41.65%
reactjs hacktoberfest womenintech females-in-stem first-timers beginner-friendly scss fetch-api javascript inprogress

women-who-ve-changed-tech's Introduction

Women Who've Changed Tech
API & React App ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

API & React App of the History of Female Tech Pioneers & Women in the field today. This is an open source project aimed at collecting and sharing the history of Female Tech Pioneers. โ˜ž To participate and share the history of Female Tech Pioneers go to Contributing & let's tell the story of amazing Tech & STEM Women whose stories are not often told!

Project is in-progress and will be reopened for Hacktoberfest 2023 contributions. Please check for more updates & open issues.


Website Status GitHub issues GitHub pull requests GitHub contributors GitHub forks License

Table of Contents
  1. About The Project
  2. Contributing
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Contributors
  8. Acknowledgments

About The Project

A list of Female Tech Pioneers API & Website using the Framework React.js. The goal of this Project is to document and share the histories of Women in Tech & STEM Roles. Everyone is welcome to share and participate in this project.

โ†‘

Built With

This project uses various Frameworks, Libraries, and other technologies.

Technology For
API's Data List
React.js Website Structure
Bootstrap Frontend Framework
Sass CSS3 Frontend Styling
HTML5 JavaScript Various
Postman API Manager
Git npm Repository Management

โ†‘

Contributing

Go to CONTRIBUTING.md

Contributions help this project grow and document the histories of Tech & STEM Female Pioneers. Any contributions you make are greatly appreciated! ๐Ÿค

If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! โญ๏ธ

General Contributions

  1. Fork the Project
  2. Clone the repo
 git clone https://github.com/your_username/Women-Who-ve-Changed-Tech.git
  1. Create a New Branch for your contribution
git checkout -b branch-name
  1. Commit your Changes
git commit -m "Your Commit Message"
  1. Push to the Branch
git push origin branch-name
  1. Open a Pull Request

โš ๏ธ Note: Please look at open issues & include all contribution details when submitting a Pull Request. Thanks!

โ†‘

Add a Tech Pioneer to the Project API

โ˜ž See Tech Pioneer Contribution for more info

Usage

To Clone: (git clone https://github.com/your_username/Women-Who-ve-Changed-Tech.git)

โ†‘

Roadmap

See the open issues for a list of proposed updates (and issues).

โ†‘

License

This project is licensed under the MIT license.

See LICENSE.md for more information.

โ†‘

Contact

GitHub LinkedIn

โ†‘

Contributors

Thanks to all the Hacktoberfest 2021 & 2022 Contributors!

Acknowledgments

This project has been made with many resources and contributors. Thank you for all who've have contributed and helped this project grow ๐Ÿ‘

โ†‘


forthebadge forthebadge

women-who-ve-changed-tech's People

Contributors

aarchapaul avatar agungjsp avatar akankshad1122 avatar ayush-kanduri avatar bryonye avatar dependabot[bot] avatar emzb avatar iamkrvikash avatar itskarelleh avatar jethet avatar kwing25 avatar rajputusman avatar rosy-chadha avatar selmat273 avatar siddheshshinde-tech avatar sourabh7047 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

women-who-ve-changed-tech's Issues

โž• Add a Women Tech or Stem Pioneer to API JSON File. 1st time Contributors Only

๐Ÿšจ Important-

  • When completing this issue please contribute relevant and factual information using trusted resources (ex: Encylopedia Websites i.e. Britannica NOT Wikipedia if possible)
  • Please spellcheck and check for typos/syntax errors before submitting Pull Request. *Please note that any PR that contains significant spelling & other errors will be rejected.
  • When completed a Pull Request please include: Title & Description with full details. Please use the Pull Request Template.
  • First-time contributors to repo only, please.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

โž• Add a Women Tech or Stem Pioneer to API JSON File. Good for Hacktoberfest beginners.

๐Ÿšจ Important-

  • When completing this issue please contribute relevant and factual information using trusted resources (ex: Encylopedia Websites i.e. Britannica NOT Wikipedia if possible)
  • Please spellcheck and check for typos/syntax errors before submitting Pull Request. *Please note that any PR that contains significant spelling & other errors will be rejected.
  • When completed a Pull Request please include: Title & Description with full details. Please use the Pull Request Template.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

โž• Add a Women Tech or Stem Pioneer to API JSON File. Good for Beginners.

โž• Add a Women Tech or Stem Pioneer to API JSON File.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

โž• Add a Women Tech or Stem Pioneer to API JSON File.

โž• Add a Women Tech or Stem Pioneer to API JSON File.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

Update/rearrange React src file structure (front end)... Any suggestions from others are welcome!

Update/ rearrange source files in main react app.

Summary

Core react files need to be updated and new content needs to be added for front end of the project. Existing files are basic and need some updates...

~Any suggestions/minor site edits/ contributions/ etc. are welcome from 1st timers!

Suggestions

  • Different styles
  • Add TailwindCSS/ other CSS?
  • Get rid of proxy page and deploy main page
  • Get rid of emailjs
  • other...?

Assignee(s)

@kwing25, other...

Status

  • Started
  • In progress
  • Partially finished
  • Complete
  • Not complete
  • other

๐Ÿ“ฆโš ๏ธ NPM Dependencies Issues- Missing/Unused packages - Update

๐Ÿ’ฌ Various NPM packages need to be updated/removed/or fixed. Did npm update and was able to fix some but still have more to go through.

Used depcheck to check for unused dependencies. Here are the results-

Unused dependencies
* @fortawesome/fontawesome-free
* @testing-library/user-event
* bootstrap
* sass
* sass-loader
Missing dependencies
* eslint-config-react-app: ./package.json
* @typescript-eslint/parser: ./package.json
* eslint-plugin-import: ./package.json
* eslint-plugin-flowtype: ./package.json
* eslint-plugin-jsx-a11y: ./package.json
* eslint-plugin-react-hooks: ./package.json
* @typescript-eslint/eslint-plugin: ./package.json
* babel-eslint: ./package.json
* eslint-plugin-react: ./package.json
* eslint-plugin-jest: ./package.json
* eslint-plugin-testing-library: ./package.json

โ˜ž Good issue for anyone that knows node packages

โž• Add a Women Tech or Stem Pioneer to API JSON File. Good for beginners.

๐Ÿšจ Important-

  • When completing this issue please contribute relevant and factual information using trusted resources (ex: Encylopedia Websites i.e. Britannica NOT Wikipedia if possible)
  • Please spellcheck and check for typos/syntax errors before submitting Pull Request. *Please note that any PR that contains significant spelling & other errors will be rejected.
  • When completed a Pull Request please include: Title & Description with full details. Please use the Pull Request Template.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

โž• Add a Women Tech or Stem Pioneer to API JSON File. 1st time Contributors Only

๐Ÿšจ Important-

  • When completing this issue please contribute relevant and factual information using trusted resources (ex: Encylopedia Websites i.e. Britannica NOT Wikipedia if possible)
  • Please spellcheck and check for typos/syntax errors before submitting Pull Request. *Please note that any PR that contains significant spelling & other errors will be rejected.
  • When completed a Pull Request please include: Title & Description with full details. Please use the Pull Request Template.
  • First-time contributors to repo only, please.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

โž• Add a Women Tech or Stem Pioneer to API JSON File. 1st time Contributors Only

๐Ÿšจ Important-

  • When completing this issue please contribute relevant and factual information using trusted resources (ex: Encylopedia Websites i.e. Britannica NOT Wikipedia if possible)
  • Please spellcheck and check for typos/syntax errors before submitting Pull Request. *Please note that any PR that contains significant spelling & other errors will be rejected.
  • When completed a Pull Request please include: Title & Description with full details. Please use the Pull Request Template.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

โž• Add a Women Tech Pioneer to JSON File.

โž•Add a Women Tech or Stem Pioneer to API JSON File.

  • Go to File /api/techwomen.json
  • Add the following fields to array:
    • name
    • known-for
    • Bio
      • Summary
      • Origin
      • DOB
      • DOD
    • Fields
    • Legacy
    • Tags
    • url
    • media
    • img_path
    • img_width

โš ๏ธ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.

Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]

      "name": "Ada Lovelace",
        "known_for": "First Computer Programmer",
        "Bio": {
            "Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace โ€” better known as \"Ada Lovelace\" โ€” showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
            "Orgin": "London, England",
            "DOB": "10 December 1815",
            "DOD": "27 November 1852"
        },
        "Fields": [
            {
                "Computing": [
                    "Programming",
                    "Algorithims"
                ]
            }
        ],
        "Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
        "Tags": [
            "Tech Pioneer",
            "Women in Tech",
            "Computer Programming"
        ],
        "url": "https://www.britannica.com/biography/Ada-Lovelace",
        "media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
        "image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
        "image_width": "150"

See Project Repo for more information


Thanks for Contributing! ๐Ÿ‘

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.