An open API service indexing awesome lists of open source software.

https://github.com/victoriademina/womenintechlibrary

The final project of the Code First Girls web development course. The website serves as a library of stories about famous women who have made significant contributions in STEM.
https://github.com/victoriademina/womenintechlibrary

javascript react website women-in-tech

Last synced: 4 months ago
JSON representation

The final project of the Code First Girls web development course. The website serves as a library of stories about famous women who have made significant contributions in STEM.

Awesome Lists containing this project

README

        

# Women in Tech Library

This repository contains the final project for Code First Girls web development course, written in React and Javascript. The website serves as a library of stories about famous women who have made significant contributions in the STEM field.

**This project is now closed and no longer maintained.** While contributions are still welcome, there will be no further updates or support provided.

## Features
The WomenInTechLibrary website includes the following features:

### Home Page
The home page displays an overview of the website and its purpose, as well as a navigation bar to access other pages.

### Stories Page
The stories page displays a list of women who have made significant contributions in STEM. Clicking on a woman's name displays a detailed story about her and her accomplishments.

### Add Story Page
The add story page allows users to contribute to the library by submitting a new story about a woman who has made a significant contribution in STEM. Users can enter the woman's name, a brief summary of her accomplishments, and a detailed story about her.

## Getting Started

To run the WomenInTechLibrary website on your local machine, you will need to follow these steps:

1. Clone this repository to your local machine.

2. Install the necessary dependencies by running `npm install` in the project directory.

3. Run the website by running `npm start` in the project directory. This will start a local server and open the website in your default browser.

## License

This repository is licensed under the Apache License 2.0. See the [LICENSE](https://github.com/victoriademina/WomenInTechLibrary/blob/master/LICENSE) file for more information.