Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanchit0496/freecodecamp-legacy-projects
12 Frontend Projects created under freeCodeCamp Frontend Legacy Certification: freecodecamp.org/sanchit0496
https://github.com/sanchit0496/freecodecamp-legacy-projects
Last synced: about 5 hours ago
JSON representation
12 Frontend Projects created under freeCodeCamp Frontend Legacy Certification: freecodecamp.org/sanchit0496
- Host: GitHub
- URL: https://github.com/sanchit0496/freecodecamp-legacy-projects
- Owner: sanchit0496
- Created: 2018-03-27T13:25:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T14:42:44.000Z (4 months ago)
- Last Synced: 2024-08-05T16:46:56.267Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 532 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp Legacy Certification Projects
## Overview
This repository contains a collection of projects that are part of the FreeCodeCamp legacy certification. These projects are created to help improve your web development skills and understanding of various web technologies. Feel free to explore, use, and contribute to these projects.## Table of Contents
- [Project List](#project-list)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Project List
| Project Name | Description |
|-------------------------------|----------------------------------------------|
| ElonMusk_TributePage | Tribute page dedicated to Elon Musk. |
| JS-Tic-Tac-Toe | Tic-Tac-Toe game implemented with JavaScript. |
| JavaScriptCalculator | Basic calculator built with JavaScript. |
| NormanBorlaug_TributePage | Tribute page dedicated to Norman Borlaug. |
| PersonalPortfolio | Personal portfolio website showcasing projects. |
| PomodoroClock | Pomodoro clock timer for productivity. |
| RandomQuoteGenerator | Generates random quotes. |
| RandomQuoteGeneratorAPI | Fetches random quotes from an API. |
| SimonGame | Implementation of the Simon game. |
| TwitchTV_API | Fetches and displays Twitch TV streams. |
| WikipediaViewerAPI | Searches and displays Wikipedia articles. |
| weatherAPI | Fetches and displays weather information using an API. |## Installation
To get started with these projects, clone the repository and navigate to the project folder.```sh
git clone https://github.com/sanchit0496/freecodecamp-legacy-projects.git
cd repository-name
# Navigate to individual project folders for specific instructions
```## Usage
Each project may have its own usage instructions. Navigate to the specific project folder to find a detailed README or usage guide.Example for a specific project:
```sh
cd ElonMusk_TributePage
# Follow the instructions in the project folder
```## Contributing
We welcome contributions from the open-source community. To contribute, please follow these steps:1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Create a new Pull Request.## License
This repository is licensed under the MIT License