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.
- Host: GitHub
- URL: https://github.com/victoriademina/womenintechlibrary
- Owner: victoriademina
- License: apache-2.0
- Created: 2020-03-26T20:48:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T18:22:09.000Z (about 1 year ago)
- Last Synced: 2025-01-08T11:37:16.359Z (6 months ago)
- Topics: javascript, react, website, women-in-tech
- Language: HTML
- Homepage: https://victoriademina.github.io
- Size: 8.91 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.