• Stars
    star
    1
  • Language
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a freeCodeCamp 300 hours course

More Repositories

1

PromiseFru.github.io

HTML
2
star
2

rapid-text-search

Rapid-Text-Search is an SMS-based search engine optimized to perform text-based article searches for low-end devices without an active internet connection.
Python
2
star
3

js-components

create DOM elements with JS
1
star
4

database

visualizing the database on browser
HTML
1
star
5

algorithms

Every cool algorithm i find
1
star
6

arithmetic-formatter-python

Python
1
star
7

sudoku_solver_v2

JavaScript
1
star
8

APIs-and-Microservices-2

A 300 hours freecodecamp course... stuff like that
1
star
9

Work-Projects

HTML
1
star
10

automating_api_documentation

1
star
11

component_breakdowns

1
star
12

Metric-Imperial-Converter-V2

JavaScript
1
star
13

express-validator

1
star
14

JavaScript-Assertions

JavaScript
1
star
15

mongomongoose

freeCodeCamp challenge
JavaScript
1
star
16

AsyncJsApproaches

JavaScript
1
star
17

googleCharts

HTML
1
star
18

budget-app-python

Python
1
star
19

Relational_database-CRUD

Relational database CRUD with ORM, NodeJS
JavaScript
1
star
20

tic-tac-toe

C++
1
star
21

firebase_test_project

HTML
1
star
22

expressJs

JavaScript
1
star
23

counter-app

JavaScript
1
star
24

Issue-Tracker

JavaScript
1
star
25

javascript_assertion_v2

JavaScript
1
star
26

Metric-Imperial-Converter

JavaScript
1
star
27

phpconfigs

Updated php auth code, gets data from html and stores in mysql
PHP
1
star
28

C_Structures

C
1
star
29

doxygen

Makefile
1
star
30

File-Metadata-Microservice

JavaScript
1
star
31

cpp-templates

1
star
32

result_compiler

JavaScript
1
star
33

Find-most-frequent-element-in-a-list

Python
1
star
34

Request-Header-Parser-Microservice

JavaScript
1
star
35

Exercise-Tracker

JavaScript
1
star
36

Ajax-call

gets data from url and parse into JSON
JavaScript
1
star
37

react-app

HTML
1
star
38

American-British-Translator

JavaScript
1
star
39

Advance-Node

JavaScript
1
star
40

Personal-Library

JavaScript
1
star
41

Reverse-a-String

Reverse the provided string. You may need to turn the string into an array before you can reverse it. Your result must be a string.
JavaScript
1
star
42

long_line

C++
1
star
43

jsDocs

CSS
1
star
44

google_sheets_api

JavaScript
1
star
45

CMS

CMS with PHP
PHP
1
star
46

GDG-Bambilli

1
star
47

time-calculator

Python
1
star
48

cpp

C++
1
star
49

C-Basic-Declarations-and-Expressions

Makefile
1
star
50

web-sockets-test

HTML
1
star
51

URL-Shortener-Microservice

JavaScript
1
star
52

jsPromises

JavaScript
1
star
53

sudoku_solver

JavaScript
1
star
54

javascript_assertion_v3

JavaScript
1
star
55

text-wikipedia

Python
1
star
56

Timestamp-Microservice

JavaScript
1
star
57

Factorialize-a-Number

Return the factorial of the provided integer. If the integer is represented with the letter n, a factorial is the product of all positive integers less than or equal to n. Factorials are often represented with the shorthand notation n! For example: 5! = 1 * 2 * 3 * 4 * 5 = 120 Only integers greater than or equal to zero will be supplied to the function. TEST 5! = 120, 10! = 3628800
1
star
58

Convert-Celsius-to-Fahrenheit

The algorithm to convert from Celsius to Fahrenheit is the temperature in Celsius times 9/5, plus 32. You are given a variable celsius representing a temperature in Celsius. Use the variable fahrenheit already defined and assign it the Fahrenheit temperature equivalent to the given Celsius temperature. Use the algorithm mentioned above to help convert the Celsius temperature to Fahrenheit.
JavaScript
1
star