Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshit-saraswat/javascript-practice
This repo contains my solutions for various js challlenges throughout the course and other practice solutions.
https://github.com/harshit-saraswat/javascript-practice
challenges code es6 es6-javascript javascript javascript-es6 javascript-practice js js-challenge mongodb node nodejs practice practice-solutions react react-hooks reactjs
Last synced: 22 days ago
JSON representation
This repo contains my solutions for various js challlenges throughout the course and other practice solutions.
- Host: GitHub
- URL: https://github.com/harshit-saraswat/javascript-practice
- Owner: harshit-saraswat
- Created: 2020-07-13T18:16:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:31:25.000Z (about 2 years ago)
- Last Synced: 2024-11-13T11:35:55.499Z (3 months ago)
- Topics: challenges, code, es6, es6-javascript, javascript, javascript-es6, javascript-practice, js, js-challenge, mongodb, node, nodejs, practice, practice-solutions, react, react-hooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.99 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-practice
This repo contains my solutions for various js challenges throughout the course and other practice solutions.# Table Of Contents
## Main Projects:
1. [Bitcoin Ticker](https://github.com/harshit-saraswat/javascript-practice/tree/master/Bitcoin%20Ticker)
2. [Simple Fruits App for MongoDB](https://github.com/harshit-saraswat/javascript-practice/tree/master/Native%20MongoDB%20Driver)
3. [Server Based Calculator](https://github.com/harshit-saraswat/javascript-practice/tree/master/Server%20Based%20Calculator)
4. [NodeJS Practice](https://github.com/harshit-saraswat/javascript-practice/tree/master/NodeJS)
5. [ExpressJS Practice](https://github.com/harshit-saraswat/javascript-practice/tree/master/ExpressJS)
6. [10 Days of JS - HackerRank](https://github.com/harshit-saraswat/javascript-practice/tree/master/10%20Days%20of%20JS%20-%20Hackerrank)
7. [Others](https://github.com/harshit-saraswat/javascript-practice)## Inspiration:
The inspiration for this the first JS challenge in the Complete Web Development Bootcamp Course by Angela Yu. I thought of maitaining this practice and keep updating the repo as I learn something new!## Acknowledgements:
I'd like to express my greatest gratitude towards [Angela Yu](https://github.com/angelabauer) for her efforts in teaching web development to a number of newbies like me.A special shoutout to Google, Stackoverflow and GitHub for helping me wherever I got stuck!