Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lugomio/cs50w

All CS50w projects.
https://github.com/lugomio/cs50w

Last synced: 29 days ago
JSON representation

All CS50w projects.

Awesome Lists containing this project

README

        

# CS50w Projects

## Description
This repository hosts all the projects developed during the CS50w course from Harvard. The main objective is to share my progress and learning acquired throughout this renowned course.

## Technologies
The projects were built using the following technologies:
- HTML
- CSS
- JavaScript

## Installation Instructions
### Prerequisites
- Updated web browser (Chrome, Firefox, Safari, etc.)
- Internet access

### Steps
1. Clone this repository to your local machine using the following command:
```bash
git clone https://github.com/lugomio/CS50w.git
```
2. Navigate to the desired project directory.
3. Open the `index.html` file in your web browser.

## How to Use
Each project within this repository is an independent web application. You can explore them individually by opening the `index.html` file in your browser. Feel free to experiment with different functionalities, modify the source code, and enhance your knowledge.

## Projects
| ID | Objective | Link |
| ----------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Search | Create a frontend interface that interacts with Google to perform searches. | [Access](https://github.com/lugomio/CS50w/tree/master/search) |
| Wiki | Create a wiki CRUD. | [Access](https://github.com/lugomio/CS50w/tree/master/wiki) |
| Commerce | Create a iBay CRUD. | [Access](https://github.com/lugomio/CS50w/tree/master/commerce) |
| Mail | Create a mail frontend. | [Access](https://github.com/lugomio/CS50w/tree/master/mail) |

## License
This project is licensed under the [MIT License](LICENSE.md).