repo stringlengths 8 123 | branch stringclasses 178 values | readme stringlengths 1 441k ⌀ | description stringlengths 1 350 ⌀ | topics stringlengths 10 237 | createdAt stringlengths 20 20 | lastCommitDate stringlengths 20 20 | lastReleaseDate stringlengths 20 20 ⌀ | contributors int64 0 10k | pulls int64 0 3.84k | commits int64 1 58.7k | issues int64 0 826 | forks int64 0 13.1k | stars int64 2 49.2k | diskUsage float64 | license stringclasses 24 values | language stringclasses 80 values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ilbuono-mosharro/Kalipso | main | # Kalipso
Online classifieds site
Key Features
1 . Register
2 . Login
3 . File Upload
4 . Form Validation
5 . CRUD Application
6 . Ajax
7 . Search
8 . Simple Chat
9 . and many others
Technologies Used:
Python
Django
Bootstrap
JavaScript
Note :
The Secret_Key required for the execution and debugging of project is not removed from the project code. So you can use the project as your college mini-project or by using the project code you can build your own project.
Usage :
pip install -r requirements.txt
python django_web_app/manage.py makemigrations
python django_web_app/manage.py migrate
python manage.py createsuperuser (enter username, email, password)
python django_web_app/manage.py runserver
In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/
Screenshots:



















| Django Online classifieds site | bootstrap,django,javascript,jquery,python | 2023-03-05T23:34:25Z | 2023-03-12T22:48:48Z | null | 1 | 0 | 11 | 0 | 0 | 3 | null | null | Python |
RoshdiRaed/ecommerce | main |
Modern Full Stack ECommerce Application with Stripe & Sanity

**Build and Deploy a fully responsive Modern Full Stack Ecommerce application with Payments functionality**. With Modern design, animations, the ability to add and edit products on the go using a CMS, all advanced cart functionalities, and most importantly the complete integration with Stripe so that you can cover REAL payments. This is the best e-commerce website project that you can currently find on YouTube!
In this video, you'll learn:
- Advanced React Best Practices such as
- Folder and file structure, hooks and refs
- Advanced State Management of the entire application using React Context API
- Next.js Best Practices such as
- File-based routing, Data fetching that allows server-side rendering and static generation which makes your websites incredibly optimized (show getServerSideProps, getStaticPaths, getStaticProps), and you’ll also learn how to use Next.js as a backend endpoint.
- You’ll learn how to integrate Stripe to manage payments, products, shipping rates, and the entire checkout process
- And most importantly you’ll learn how to manage the entire content of your app using Sanity. Sanity is the unified content platform that’ll make the making of our entire app possible. <show sanity desk>
- Through Sanity, you or your clients will be able to change the store’s homepage and more importantly, the details of all the products in the store, instantly and on the go!
- Sanity allows us to focus on developing the application without having to worry about the content, file storage, and databases. They’ll cover the dirty work for us and allow us to build scalable and modern e-commerce web applications extremely easily.






The link => https://ecommerce-plum-eta.vercel.app/
------------------------------------------------------------------------------------------------------------------------
you should install node package in this command :
```shell
npx create-react-app my-app
cd my-app
npm start
```
| null | react,javascript,redux | 2023-03-01T15:00:53Z | 2023-04-03T14:59:48Z | null | 2 | 0 | 15 | 0 | 0 | 3 | null | null | JavaScript |
zbari023/Iphon_13_pro_max | main | # Iphon_13_pro_max
# a project for Apple using Html, Javascript and css
# live Demo : https://zbari023.github.io/Iphon_13_pro_max/

| a project for Apple using Html, Javascript and css | css3,cssanimations,html5,javascript | 2023-02-27T19:28:17Z | 2023-02-27T20:11:35Z | null | 1 | 0 | 3 | 1 | 0 | 3 | null | null | HTML |
dev-mamun/leaderboard | develop | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Leaderboard <a name="about-project"></a>
> In this activity I set up a JavaScript project for the Leaderboard list app,
> using webpack and ES6 features, notably modules.
### 🛠 Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- JavaScript ES6
- NodeJS
- Webpack
<!-- Features -->
### Key Features <a name="key-features"></a>
- Use callbacks and promises
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://dev-mamun.github.io/leaderboard/dist/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- GIT
- if you don't have git installed on your machine you can download it from [here](https://git-scm.com/downloads).
- Linter
- You can get install guide from <a href="https://github.com/microverseinc/linters-config/tree/master/html-css">
here</a>
- Node.js & Npm
- if you don't have npm installed on your machine you can download it from [here](https://nodejs.org/en/)
### Setup
Once you have git installed on your machine you can clone project by running the command below.
To clone your project to your local machine
```sh
git clone git@github.com:dev-mamun/leaderboard.git
```
Alternatively, you can download the zip file of your project by clicking on the `Code` button on the right side of your
project page and clicking on `Download ZIP`
### Install
Install this project with:
```sh
cd leaderboard
npm install
```
### Usage
To run the project, use the following : (Port 3000)
```
npm run dev
browse http://localhost:3000/
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Run tests
To run tests, run the following command:
To check for html errors run:
```sh
npx hint .
```
To check for css errors run:
```sh
npx stylelint "**/*.{css,scss}"
```
To check for js errors run:
```sh
npx eslint .
```
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
👤 **Abdullah AL mamun**
- GitHub: [@dev-mamun](https://github.com/dev-mamun)
- Twitter: [@CoderKnight](https://twitter.com/CoderKnight)
- LinkedIn: [Mamun](https://www.linkedin.com/in/dev-mamun/)
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
- API calls
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
> Give a ⭐️ if you like this project!
> If you like this project feel comfortable to endorse the author.
> You can contact the author via [Twitter](https://twitter.com/CoderKnight) or [Linkedin](https://www.linkedin.com/in/dev-mamun/) or directly message at mamun1214@gmail.com
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank...
- Teammates
- YouTube tutorials
- Microverse guides
- Google Search
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FAQ (optional) -->
## ❓ FAQ <a name="faq"></a>
-Why use linters?
- The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.
-Why use modular programming?
- Modular programming usually makes your code easier to read because it means separating it into functions that each only deal with one aspect of the overall functionality.
-Why use OOP?
- With this type of programming, a program comprises objects that can interact with the user, other objects, or other programs. This makes programs more efficient and easier to understand.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. | css,html,javascript,jest,nodejs,webpack | 2023-03-10T05:41:45Z | 2023-03-16T12:03:43Z | null | 1 | 4 | 17 | 1 | 0 | 3 | null | MIT | JavaScript |
abhayfaldu/Chanda_kaudi_game | main | > 💻 PROJECT NAME ✨ => 🌙CHANDA KAUDI🎮
<br>

<a href="https://drive.google.com/file/d/19gKWKiF6bSgZI0X1FsSb8hXZCgM0KGvg/view?usp=share_link"></a>
[](https://github.com/abhayfaldu/abashed-store-5188-backend)
[](https://different-bat-sun-hat.cyclic.app
)
[](https://chanda-kaudi-game.vercel.app/)
---
> ✨ABOUT GAME AND THEIR RULES
⭕CHANDA KAUDI ,also known as Chaupar or Chaubara, is a traditional Indian board game that has been enjoyed enjoyed in India for centuries, and it is still played by many people today.
⭕The game is similar to Pachisi and Ludo, and it is usually played on a wooden board with 5x5 or 7x7 grids.The board has a central square known as the "Chaubara," which means "four houses."
⭕The game is played with a board that has four colored squares, each with a set of four houses, and a central cross-shaped square that serves as a starting and finishing point for each player's pieces.
⭕The game is usually played by two to four players, each of whom has four pieces or pawns that they move around the board according to the roll of a dice.
⭕The objective of the game is to move all four of your pieces from the starting point to the finishing point, using a set of dice to determine how many spaces you can move on each turn. The first player to move all of their pieces to the finishing point wins the game.
⭕One of the unique features of Chanda Kaudi is its ability to be played by people of all ages, making it a great game for families and friends to enjoy together.
The game can be played with a computer opponent, multiplayer game with people from around the world.
⭕Additionally, players can connect with each other by real time chats while playing the game together..This was a collaborative Project which is made by 4 team members within 2 Days.
---
## 🔗 Collaborators Profile Links✨
| Collaborators | Github | Linkedin | Portfolio |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Shikha Gupta (Member 1)| [](https://github.com/shikhu51197/)| [](https://www.linkedin.com/in/shikha-gupta-12a2b5199) |[](https://shikhu51197.github.io/) |
|abhay faldu (Member 2) | [](https://github.com/abhayfaldu) | [](https://www.linkedin.com/in/abhay-faldu-493b92211) | [](https://abhayfaldu.github.io/) |
| Nikhil Deora (Member 3) | [](https://github.com/nikhildeora) |[](https://www.linkedin.com/in/nikhil-deora-71a626185/) | [](https://nikhildeora.github.io/) |
| Rishav Chakraborty (Member 4)| [](https://github.com/Rishav048) |[](https://www.linkedin.com/in/rishav-chakraborty048/) | [](https://rishav048.github.io/) |
<br>
💻 Projectlogo :-

---
## 💫Tech-Stack->
- #### For Frontend :-
- `HTML5`
- `CSS3`
- `JavaScript `
- `Redux`
- `ReactJS`
- `Typescript `
- `ES6 `
- #### For Backend :-
- `NodeJS`
- `ExpressJS`
- `MongoDB `
- `Socket`
- #### For deploy database :-
- `Cyclic`
- #### For Styling :-
- `Chakra UI `
- #### For live Project : -
- `Vercel`
## ⭕Steps to run our game:
✨Clone the repository.
✨Run the command `npm install` in both the frontend and backend folders .
✨Run the command `npm run server` in the backend folder.
✨Run the command `npm start` in the frontend folder run on localhost:3000.

---
## Features ✨:-
---
| Serial No | Feature |
| ----------------- | ------------------------------------------------------------------ |
| 1 | User signup and Login |
| 2 | Home Page , Multiplayer Accessibility |
| 3 | Gameboard Page ,live Chat |
| 4 | LeaderBoard Page ,Impressive UI|
| 5 | navbar,footer,completely Responsive |
| 6 | demo video , about game and rules |
---
# Package.json(Dependency)✨:-
| Serial No | Backend | Frontend |
| ----------------- | -------------------|------------------------ |
| 1 | bcrypt | Chakra-ui |
| 2 | mongoose | React Router dom |
| 3 | cors | redux ,react-icons |
| 4 | dotenv | react redux ,axios |
| 5 | express | typescript |
| 6 | jsonwebtoken | redux thunk |
| 7 | socket.io | socket.io-client |
---
## Flow
```mermaid
graph TD;
App-->HomePage
HomePage-->SignUpPage;
SignUpPage-->loginPage;
loginPage-->HomePage;
HomePage --> DeshboardPage
DeshboardPage-->LeaderBoardPage
DeshboardPage-->HomePage
```
---
## Screenshots 📷
---
# HomePage



# Signup Page

# LoginPage

# GameboardPage
<img width="1680" alt="Screenshot 2023-03-05 at 12 00 16 AM" src="https://user-images.githubusercontent.com/107506646/222924177-27972250-7f48-4906-ae78-aa0f56ead6d9.png">
<img width="1680" alt="Screenshot 2023-03-05 at 12 03 45 AM" src="https://user-images.githubusercontent.com/107506646/222924259-cdcf7255-c407-4948-8aea-5a0c4974fd23.png">
<img width="1680" alt="Screenshot 2023-03-05 at 12 02 52 AM" src="https://user-images.githubusercontent.com/107506646/222924267-5a2210db-b46e-4e10-b449-3d8615b014c0.png">
<img width="1680" alt="Screenshot 2023-03-05 at 12 01 43 AM" src="https://user-images.githubusercontent.com/107506646/222924275-ed830ea9-39dc-4f7c-a80d-b01e7a36e603.png">
# LeaderBoardPage
<img width="1036" alt="Screenshot 2023-03-05 at 12 04 03 AM" src="https://user-images.githubusercontent.com/107506646/222924252-f817a535-3a7d-4fce-97ae-1d312458397e.png">
---
<h1 align="center">✨Thank You✨</h1>
| CHANDA KAUDI, also known as Chaupar or Chaubara, is a traditional Indian board game that has been enjoyed enjoyed in India for centuries, and it is still played by many people today. players can connect with each other by real time chats while playing the game together. This was a collaborative Project which is made by 4 team members within 2 Days | chakra-ui,css3,cyclic,es6,expressjs,html5,javascript,mongodb-atlas,nodejs,reactjs | 2023-03-02T12:12:37Z | 2023-03-07T19:20:58Z | null | 4 | 16 | 76 | 0 | 2 | 3 | null | null | TypeScript |
danutibe07/To-Do-List | develop | #Todo_List_With_Webpack
<a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
<!-- PROJECT DESCRIPTION -->
# 📖 Awesome Books <a name="about-project"></a>
> It's a book collection project. It was built with JavaScript , webpack & CSS.
### 🛠 Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- JavaScript
- WebPack
<!-- Features -->
### Key Features <a name="key-features"></a>
- Edit Existing task
- Add New Task
- Delete Finished Task
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
- [Live Demo Link](https://danutibe07.github.io/To-Do-List/dist/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- GIT
- if you don't have git installed on your machine you can download it from [here](https://git-scm.com/downloads).
- Linter
- You can get install guide from <a href="https://github.com/microverseinc/linters-config/tree/master/html-css">
here</a>
- Node.js & Npm
- if you don't have npm installed on your machine you can download it from [here](https://nodejs.org/en/)
### Setup
Once you have git installed on your machine you can clone project by running the command below.
To clone your project to your local machine
```sh
git clone git@github.com:dev-mamun/Awesome-books.git
```
Alternatively, you can download the zip file of your project by clicking on the `Code` button on the right side of your
project page and clicking on `Download ZIP`
### Install
Install this project with:
```sh
cd To-Do-List
```
For this project, you don't need to install any dependencies but if you prefer to install any dev dependencies run:
```
npm install
npm init -y
npm install --save-dev hint@7.x
npx hint .
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Usage
To run the project, use the following :
- VSCode use [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server)
Alternative: Locate the folder where you cloned your project and open the `index.html` file in your browser to view your
project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Author <a name="author"></a>
👤 **Akpan Daniel**
- GitHub: [@danutibe07](https://github.com/danutibe07)
- Twitter: [@Danielutibe07](https://twitter.com/Danielutibe07?t=2kvKPTZQ7IGCw2FugE9xCQ&s=09)
- LinkedIn: [@AkpanDaniel](https://www.linkedin.com/in/akpan-daniel-785888215/)
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
> Give a ⭐️ if you like this project!
> If you like this project feel comfortable to endorse the author.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank...
- Teammates
- Mentors
- YouTube tutorials
- Microverse guides
- Google Search
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly
by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository).
You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| The To-Do app will allow users to create and manage a list of tasks or activities that they need to complete throughout the day or week. The app will have a simple and intuitive interface that users can quickly navigate to add new tasks, view their current tasks, and mark completed tasks as done. | css,html,javascript,webpack | 2023-02-26T07:22:55Z | 2023-03-07T11:10:23Z | null | 2 | 6 | 50 | 1 | 0 | 3 | null | MIT | JavaScript |
truethari/SocialMedia_API | master | # 🗄️ SocialMedia_API
[](https://github.com/truethari/SocialMedia_API/actions/workflows/socialmedia_api.yml) [](https://codecov.io/gh/truethari/SocialMedia_API) [](https://nodejs.org/) [](https://www.javascript.com/)
Social Media API is a backend based on ExpressJS let you put users, posts and comments for your social media website
- [🔐 Authentication](#🔐-authentication)
- [📗 Usage](#📗-usage)
- [Users](#users)
- [POST an user](#post-an-user)
- [GET all users](#get-all-users)
- [GET a single user by id](#get-a-single-user-by-id)
- [PUT a single user by id](#put-a-single-user-by-id)
- [DELETE a single user by id](#delete-a-single-user-by-id)
- [Posts](#posts)
- [POST a post](#post-a-post)
- [GET all posts](#get-all-posts)
- [GET a single post by id](#get-a-single-post-by-id)
- [PUT a single post by id](#put-a-single-post-by-id)
- [DELETE a single post by id](#delete-a-single-post-by-id)
- [Comments](#comments)
- [POST a comment](#post-a-comment)
- [GET all comments by given id of a post](#get-all-comments-by-given-id-of-a-post)
- [GET a single comment by id](#get-a-single-comment-by-id)
- [PUT a single comment by id](#put-a-single-comment-by-id)
- [DELETE a single comment by id](#delete-a-single-comment-by-id)
- [🌱 Contributing Guide](#🌱-contributing-guide)
Accepted request types (HTTP verbs) are: GET, POST, PUT, DELETE.
I have given examples using the [axios](https://www.npmjs.com/package/axios) package to process the data in the API.
```console
~$ npm i axios
```
# 🔐 Authentication
Except for POST user requsts, all other requests require authentication. So the request header `(x-auth-token)` must include the token. Token can be obtained by login.
NOTE: 'PUT' and 'DELETE' requests can only be made by their owner.
## Login
```js
const axios = require("axios");
let token;
async function login() {
const result = await axios.post("http://localhost:3000/api/login/", {
email: "email3@email.com",
password: "12345678",
});
token = result.data.token;
console.log(result.data);
}
login();
```
Result
```js
{
msg: 'Login successful',
token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NDE5ODk0YTRkMTQzZjUzNzBjZDlkZjEiLCJpYXQiOjE2Nzk0MDA5MTF9.QfXEe-e24c0thaquvuoCmhgXjcyLJRhew9SiacSC2gA'
}
```
# 📗 Usage
## Users
### POST an user
```js
const axios = require("axios");
async function postUser() {
const result = await axios.post("http://localhost:3000/api/users/", {
fName: "name",
lName: "name",
email: "email3@email.com",
password: "12345678",
});
console.log(result.data);
}
postUser();
```
Result
```json
{
"fName": "name",
"lName": "name",
"email": "email3@email.com",
"password": "protected",
"_id": "641994c8656181961d5afcf6",
"datetime": "2023-03-21T11:28:08.969Z",
"__v": 0
}
```
### GET all users
```js
const axios = require("axios");
async function getAllUsers() {
const result = await axios.get("http://localhost:3000/api/users/", {
headers: {
"x-auth-token": token,
},
});
console.log(result.data);
}
getAllUsers();
```
Result
```js
[
{
_id: "6419894a4d143f5370cd9df1",
fName: "name",
lName: "name",
email: "email@email.com",
datetime: "2023-03-21T10:39:06.699Z",
},
{
_id: "6419894a4d143f5370cd9dfa",
fName: "name",
lName: "name",
email: "email2@email.com",
datetime: "2023-03-21T10:39:06.792Z",
},
{
_id: "641994c8656181961d5afcf6",
fName: "name",
lName: "name",
email: "email3@email.com",
datetime: "2023-03-21T11:28:08.969Z",
},
];
```
### GET a single user by id
```js
const axios = require("axios");
async function getSingleUser() {
const result = await axios.get(
"http://localhost:3000/api/users/641994c8656181961d5afcf6",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
getSingleUser();
```
Result
```js
{
_id: '641994c8656181961d5afcf6',
fName: 'Lorem',
lName: 'Ipsum',
email: 'emaill@email.com',
datetime: '2023-03-21T11:28:08.969Z'
}
```
### PUT a single user by id
```js
const axios = require("axios");
async function putSingleUser() {
const result = await axios.put(
"http://localhost:3000/api/users/6419894a4d143f5370cd9df1",
{ fName: "Lorem 1" },
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
putSingleUser();
```
Result
```js
{
msg: "User updated";
}
```
### DELETE a single user by id
```js
const axios = require("axios");
async function deleteSingleUser() {
const result = await axios.delete(
"http://localhost:3000/api/users/6419894a4d143f5370cd9df1",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
deleteSingleUser();
```
Result
```js
{
msg: "User deleted";
}
```
## Posts
### POST a post
```js
const axios = require("axios");
async function postPost() {
const result = await axios.post("http://localhost:3000/api/posts/", {
title: "title",
body: "body",
});
console.log(result.data);
}
postPost();
```
Result
```js
{
userId: '6419894a4d143f5370cd9df1',
title: 'title',
body: 'body',
_id: '64199b1b656181961d5afd10',
datetime: '2023-03-21T11:55:07.987Z',
__v: 0
}
```
### GET all posts
```js
const axios = require("axios");
async function getAllPosts() {
const result = await axios.get("http://localhost:3000/api/posts/", {
headers: {
"x-auth-token": token,
},
});
console.log(result.data);
}
getAllPosts();
```
Result
```js
[
{
userId: "6419894a4d143f5370cd9df1",
title: "title",
body: "body",
_id: "64199b1b656181961d5afd10",
datetime: "2023-03-21T11:55:07.987Z",
__v: 0,
},
];
```
### GET a single post by id
```js
const axios = require("axios");
async function getSinglePost() {
const result = await axios.get(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
getSinglePost();
```
Result
```js
{
userId: "6419894a4d143f5370cd9df1",
title: "title",
body: "body",
_id: "64199b1b656181961d5afd10",
datetime: "2023-03-21T11:55:07.987Z",
__v: 0,
}
```
### PUT a single post by id
```js
const axios = require("axios");
async function putSinglePost() {
const result = await axios.put(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10",
{ title: "new title" },
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
putSinglePost();
```
Result
```js
{
msg: "Post updated";
}
```
### DELETE a single post by id
```js
const axios = require("axios");
async function deleteSinglePost() {
const result = await axios.delete(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
deleteSinglePost();
```
Result
```js
{
msg: "Post deleted";
}
```
## Comments
### POST a comment
```js
const axios = require("axios");
async function postComment() {
const result = await axios.post(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10/comments/",
{
body: "body",
},
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
postComment();
```
Result
```js
{
postId: '64199b1b656181961d5afd10',
userId: '6419894a4d143f5370cd9df1',
body: 'body',
_id: '64199d85656181961d5afd2e',
datetime: '2023-03-21T12:05:25.270Z',
__v: 0
}
```
### GET all comments by given id of a post
```js
const axios = require("axios");
async function getAllComments() {
const result = await axios.get(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10/comments",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
getAllComments();
```
Result
```js
[
{
postId: "64199b1b656181961d5afd10",
userId: "6419894a4d143f5370cd9df1",
body: "body",
_id: "64199d85656181961d5afd2e",
datetime: "2023-03-21T12:05:25.270Z",
__v: 0,
},
];
```
### GET a single comment by id
```js
const axios = require("axios");
async function getSingleComment() {
const result = await axios.get(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10/comments/64199d85656181961d5afd2e",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
getSingleComment();
```
Result
```js
{
postId: "64199b1b656181961d5afd10",
userId: "6419894a4d143f5370cd9df1",
body: "body",
_id: "64199d85656181961d5afd2e",
datetime: "2023-03-21T12:05:25.270Z",
__v: 0,
}
```
### PUT a single comment by id
```js
const axios = require("axios");
async function putSingleComment() {
const result = await axios.put(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10/comments/64199d85656181961d5afd2e",
{ body: "new body" },
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
putSingleComment();
```
Result
```js
{
msg: "Comment updated";
}
```
### DELETE a single comment by id
```js
const axios = require("axios");
async function deleteSingleComment() {
const result = await axios.delete(
"http://localhost:3000/api/posts/64199b1b656181961d5afd10/comments/64199d85656181961d5afd2e",
{
headers: {
"x-auth-token": token,
},
}
);
console.log(result.data);
}
deleteSingleComment();
```
Result
```js
{
msg: "Comment deleted";
}
```
# 🌱 Contributing Guide
- Fork the project from the `main` branch and submit a Pull Request (PR)
- Explain what the PR fixes or improves.
- If your PR aims to add a new feature, provide test functions as well.
- Use sensible commit messages
- If your PR fixes a separate issue number, include it in the commit message.
- Use a sensible number of commit messages as well
- e.g. Your PR should not have 1000s of commits.
| Social Media API is a backend based on ExpressJS let you put users, posts and comments for your social media website | backend-api,expressjs,javascript,nodejs,social-media | 2023-03-08T18:28:33Z | 2023-03-26T17:07:51Z | null | 1 | 2 | 74 | 0 | 0 | 3 | null | null | JavaScript |
Yemisirach/Math-magicians | development | ## Math-Magicians

# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
## Built With
- JavaScript
- React
## live Deom
- [🚀 Live Demo](https://mathmagician-jpgh.onrender.com)
## Getting Started
1. Open [dev branch](https://github.com/Yemisirach)
2. Open VSCode or terminal and navigate to the folder where you would like to clone the project.
3. Type "pwd" to see your working directory.
4. [clone repository](git@github.com:Yemisirach/Math-magicians-setup.git)
```bash
$ git clone git@github.com:Yemisirach/Math-magicians-setup.gitd
```
5. Run
```bash
$ npm install # to install required packages
$ npm creat-react-app # to to creat react app
$ npm run start # to start the website on a local server
```
6. Enjoy :🧏♀️
## Author :👩
👤 **Yemisirach Tamirat**
- GitHub: [@yemisrach](https://github.com/Yemisirach)
- Twitter: [@Yemisirach](https://twitter.com/tamiratyemsrach)
- LinkedIn: [@Yemisirach](https://www.linkedin.com/in/yemisirach)
## 🔭 Future Features <a name="future-features"></a>
- [ ] **[CSS styling]**
- [ ] **[React Multi Pages]**
- [ ] **[Server Storage]**
## Contributing
Give a ⭐️ if you like this project!
## Submit an issue
[Issue page](https://github.com/Yemisirach/Math-magicians-setup/issues)
## Acknowledgments
- Microverse for amusing learning resources.
- Microverse code reviewers.
- You! 😄 yes you... for visiting.
## 📝 License <a name="license"></a>
This project is [MIT](https://github.com/Yemisirach/Math-magicians-setup/blob/Math-setup/LICENSE) licensed.
| Math Magician is a web app created by React (JavaScript Library). This app works as a website containing three pages Home, Calculator, About. | css,javascript,react,html5,jest | 2023-02-27T15:06:25Z | 2023-03-11T19:55:26Z | null | 1 | 7 | 43 | 0 | 1 | 3 | null | MIT | JavaScript |
Brugarolas/useful-decorators | main | [](https://www.buymeacoffee.com/brugarolas)
# useful-decorators
Some useful JavaScript stage-0 decorators
## Installation
First, we need to install `@babel/plugin-proposal-decorators`:
```bash
npm install --save-dev @babel/plugin-proposal-decorators
```
Then we configure the plugin in our *Babel* config file with `legacy` option:
```json
"plugins": [
[ "@babel/plugin-proposal-decorators", { "version": "legacy" } ]
]
```
If you also use `babel-preset-minify` you should also use the following configuration, otherwise errors will be thrown (at least at the current version `0.5.2`):
```json
["minify", { "builtIns": false, "deadcode": false, "mangle": false }],
```
Now we can properly install and use `useful-decorators`:
```bash
npm install --save useful-decorators
```
## Decorators list
- `@after(fn)`
- `@autobind()`
- `@before(fn)`
- `@bind(context)`
- `@debounce(ms, options)`
- `@decorate(fn)`
- `@defer()`
- `@delay(ms)`
- `@immutable()`
- `@inject()`
- `@interval(ms, continueFunc)`
- `@lazy()`
- `@memoize()`
- `@mixin([class1, class2])`
- `@observe(cb, options)`
- `@once()`
- `@provide()`
- `@singleton()`
- `@throttle(ms, options)`
- `@watch(obj, propKey, options)`
## Documentation
Now let's see how to use each decorator:
### `@after(fn)`
Executes a function immediatly after the function with the decorator has been executed.
```js
import { after } from 'useful-decorators';
const array = [];
const afterFn = () => {
array.push('B');
};
class Module {
x = 81;
@after(afterFn)
moduleFunction () {
array.push('A');
}
}
const module = new Module();
module.moduleFunction();
```
Array result ['A', 'B']
### `@autobind()`
Binds automatically `this` context.
```js
import { autobind } from 'useful-decorators';
class Foo {
@autobind()
getFoo () {
return this;
}
getFooAgain () {
return this;
}
@autobind()
onlyOnFoo () {
return this;
}
}
```
getFoo() and onlyOnFoo() will work as expected and getFooAgain() won't.
### `@before(fm)`
Executes a function immediatly before the function with the decorator.
```js
import { before } from 'useful-decorators';
const array = [];
const beforeFn = () => {
array.push('B');
};
class Module {
x = 81;
@before(beforeFn)
moduleFunction () {
array.push('A');
}
}
const module = new Module();
module.moduleFunction();
```
Array result ['B', 'A']
### `@bind(context)`
Similar to `@autobind()`. It binds automatically the specified context to the function with the decorator, but not `this` this time.
```js
import { bind } from 'useful-decorators';
this.x = 9;
class Module {
x = 81;
getX () {
return this.x;
}
}
const moduleInstance = new Module();
class Module2 {
x = 14;
@bind(moduleInstance)
getX () {
return this.x;
}
}
const moduleInstance2 = new Module2();
```
moduleInstance and moduleInstance2 share the same context, so .getX() is in both cases 81.
### `@debounce()`
Similar to `@throttle()`. Debounces a function so it's optimized for multiple consecutive calls. [Differences between Debounce and Throttle](https://github.com/wycats/javascript-decorators). [Check Lodash documentation for Debounce options](https://lodash.com/docs/4.17.15#debounce).
```js
import { debounce } from 'useful-decorators';
class Module {
@debounce(500, options)
userStopsTyping () {
search(userTyping.value);
}
}
```
Now userStopsTyping will only called when the user stops typing for more than 500 ms.
### `@decorate(fn)`
Immediately applies the provided function to the method, allowing you to wrap methods with arbitrary functions.
```js
import { decorate } from 'useful-decorators';
import memoizeFn from 'lodash.memoize';
class Module {
@decorate(memoizeFn)
doSomethingExpensive () {
count++;
return 1;
}
}
```
### `@mixin([baseClass1, baseClass2])`
Inherit all the methods from the base classes except existing ones.
```js
class FirstComponent {
render () {
return 42;
}
init () {
return 1;
}
destroy () {
return 1;
}
}
class SecondComponent {
render () {
return 43;
}
mount () {
return 2;
}
destroy () {
return 2;
}
}
@mixin([FirstComponent, SecondComponent])
class FinalComponent {
destroy () {
return 3;
}
}
```
In FinalCompoent: `render()` would return `43`, `init()` would return 1, `mount()` would return 2, and `destroy()` would return 3.
### `@defer()`
Defers invoking the function until the current call stack has cleared.
```js
import { defer } from 'useful-decorators';
class Module {
@defer()
createVirtualDOM () {
...
}
}
```
### `@delay(ms)`
Invokes function after waiting specified milliseconds on each call.
```js
import { delay } from 'useful-decorators';
class Module {
@delay(1000)
sendDataToMarketing () {
...
}
}
```
### `@immutable()`
Freezes the object and does not allow for re-declarating it or changing its child properties.
```js
import { immutable } from 'useful-decorators';
class Module {
@immutable()
data = { a: 5 };
}
```
If you try to re-declare data or change its children properties, it will throw a TypeError.
### `@provide()`, `@singleton` & `@inject()`
`@inject()` will inject the dependencies that has been instanciated with `@provide()` or `@singleton()`.
`@singleton()` is a class decorator that will instance a single instancy of the specified class, and will store it for injecting it later with `@inject()`.
```js
import { singleton, inject } from 'useful-decorators';
@singleton()
class Module {
x = 5;
}
class Instance {
@inject()
module;
}
```
An instance of Module class will be injected in module property of instances of Instance class. Note that both the property and the class should be have the same name (`@singleton()` converts first letter to lower case.)
`@provide()` is similar, but it saves for later injection, instead of classes, objects or functions.
```js
import { provide, inject } from 'useful-decorators';
class Module {
@provide()
module = { data: 5 };
}
class Instance {
@inject()
module;
}
```
Property `module` will be injected in instances of Instance class' `module` property. Note that both the provided property and injected property should have the same names.
You can also pass your own names with `@singleton(name)`, `@provide(name)`, `@inject(name)`.
Let's see an example:
```js
import { singleton, inject } from 'useful-decorators';
@singleton('moduleInstance')
class Module {
x = 5;
}
class Instance {
@inject('moduleInstance')
module;
}
```
### `@interval(ms, continueFunc)`
Executes a function indefinite times in an interval. If `continueFunc` is not present, it will executes the function infinite times. If it is, it will stop when `continueFunc` returns falsy.
```js
import { interval } from 'useful-decorators';
class Module {
@interval(500)
checkIfDocumentHasDownloaded() {
...
}
}
```
It will execute that function once every 500 milliseconds.
### `@lazy()`
Prevents a property initializer from running until the decorated property is actually looked up. Useful in certain conditions to prevent excess allocations that might otherwise not be used.
```js
import { lazy } from 'useful-decorators';
class Foo {
@lazy()
bar = deepcloneHugeObject();
}
```
### `@memoize(ms)`
Optimizes a function by memoizing its results.
```js
import { memoize } from 'useful-decorators';
class Module {
@memoize()
expensiveComputations(x, y) {
...
}
}
```
It will memoize the function result and will not execute the function again for repeated parameters.
### `@observe(callback, options)`
Observe a property and for each change, shallow or deep, it will execute the passing callback. [Check on-change documentation for more options](https://github.com/sindresorhus/on-change).
```js
import { observe } from 'useful-decorators';
let changes = 0;
const onChange = function () {
changes++;
};
class Module {
@observe(onChange)
data = {
a: 1,
b: 2
};
}
const module = new Module();
module.data.a = 2;
module.data.b = 3;
```
As there has been two changes, `changes` property is 2.
### `@once()`
Creates a function that is restricted to invoking once. Sequential calls to the function return the value of the first invocation. The function is invoked with the `this` binding.
```js
import { once } from 'useful-decorators';
class Module {
@once()
expensiveInit() {
...
}
}
```
`expensiveInit()` will only be executed once, no matter what. The other invocations will return the first invocation result.
### `@throttle()`
Similar to `@debounce()`. Throttles a function so it's optimized for multile sequential calls. [Differences between Debounce and Throttle](https://github.com/wycats/javascript-decorators). [Check Lodash documentation for Throttle options](https://lodash.com/docs/4.17.15#debounce).
```js
import { throttle } from 'useful-decorators';
class Module {
@throttle(500, options)
resizing () {
search(userTyping.value);
}
}
```
Now resizing will only be executed once in every 500 ms.
### `@watch(parent, childKey, options)`
Similar to `@observe(callback)`, but inverted. `@observe(callback)` is applied to an object and requires a function as parameter, while `@watch(parent, childKey)` is applied to a function and requires an object as parameter.
Watchs a property and for each change, shallow or deep (configurable), it will execute the function the decorator is applied to. [Check on-change documentation for more options](https://github.com/sindresorhus/on-change).
```js
let changes = 0;
const data = {
reactive: {
a: 1,
b: 2
}
};
class Module {
@watch(data, 'reactive')
onChange () {
changes++;
}
}
const module = new Module();
data.reactive.a = 2;
data.reactive.b = 3;
```
As there has been two changes, `changes` property is 2.
It can also be used in conjuction with `@singleton()` or `@provide()` for dependency injection with `@watch('injectName', 'childKey', options)`.
```js
let changes = 0;
@singleton()
class Data {
reactive = {
a: 1,
b: 2
};
}
class Module {
@watch('data', 'reactive')
onChange () {
changes++;
}
}
const module = new Module();
const data = mapInjects.get('data');
data.reactive.a = 2;
data.reactive.b = 3;
```
As there has been two changes, `changes` property is 2.
| Some useful JavaScript decorators | annotations,aspects,babel,decorators,dependency-injection,javascript | 2023-03-05T00:09:12Z | 2023-04-14T16:42:02Z | 2023-03-12T21:15:45Z | 1 | 0 | 48 | 0 | 0 | 3 | null | GPL-3.0 | JavaScript |
Elhambasir/capstone-project1--conference-page | main | # HTML/CSS & JavaScript capstone project - Star Educational Society
<a name="readme-top"></a>
<div align="center">
<br/>
<h3><b>Javascript Capstone Project - Star Educational Society </b></h3>
</div>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
<!-- PROJECT DESCRIPTION -->
# 📖 [Star Educational Society] <a name="about-project">
Hello , this a website for Star Educational Center</a>
[Star's Website] is a website which allow users to showcase all information about their courses. It is created according to javascript capston project but the contents are from Star Education Society. For now just about and home page are completed but the complete version will be pushed next time.
## 🛠 Built With
### Tech Stack
HTML
CSS
JAVASCRIPT
BOOTSTRAP
### Key Features
- **[Navbar]**
- **[Background image]**
- **[Mobile first]**
- **[Linter is used]**
- **[Eslinter is used]**
- **[Responsive]**
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:You have to clone this project to your local machine
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Elhambasir/capstone-project1--conference-page.git
```
### Install
Install this project with:
```sh
cd capstone-project1--conference-page
npm install
```
### Usage
To run the project, execute the following command: On your computer's keyboard press f5 or run it with live server
### Loom video to explain the capstone project
> [click here 😊 to watch the video](https://www.loom.com/share/696d000a58334606be41fd99ae352bb7)
### Deployment
## 🚀 Live Demo <a name="Live Demo"></a>
[Live Demo Link](https://elhambasir.github.io/capstone-project1--conference-page/)
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Author**
- GitHub: [@Elhambasir](https://github.com/Elhambasir)
- LinkedIn: [basir ahmadi](https://www.linkedin.com/in/basirelhamahmadi)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## Future Features
- [ ] **[Fully responsive]**
- [ ] **[Other features]**
- [ ] **[Better style]**
- [ ] **[Complete other parts]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## Contributions
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Elhambasir/capstone-project1--conference-page/issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
If you like this project reach me on my contact: WhatsApp => +93767405466
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank to [Cindy Shin](https://www.behance.net/adagio07) for providing the design for this project.
📝 License
This project is [MIT](./LICENSE) licensed.
| [Star's Website] This a webasite mobile first app. It is created according to capston project but the contents are different. For now just about and home page are completed but the complete version will be pushed next time. | css,html,javascript | 2023-03-11T19:14:01Z | 2023-05-30T04:18:04Z | null | 1 | 2 | 16 | 0 | 0 | 3 | null | MIT | HTML |
alaminniyaz/Hair-Studio | main |
# Hair Studio Website ✂️
**A Beautiful and Responsive Website for Hair Studio Shop🪡**

## Sections 🎯
- **Home**
- **Features**
- **Services**
- **Testimonials**
- **Contact**
## Features 🎉
- **Multi Page 💎**
- **Easy to Use 💻**
- **Fully Responsive 🚀**
- **Free to Use ( OpenSource ) 🥳**
- **Super Fast and Optimized for SEO ⚡**
- **Great Audits Score 🎖️**
## Technologies used 🛠️
- **HTML**
- **CSS**
- **Javascript**
## Links 🔗
[](https://ialamin.netlify.app/)
[](https://twitter.com/ialamin69)
| Beautiful and Responsive Website for Hair Studio Shop ✂️ | commercial,css3,hairsalon,html5,javascript,portfolio-site,ecommerce,html-css-javascript,website-design,website-development | 2023-02-28T07:04:43Z | 2023-03-01T13:48:34Z | null | 1 | 0 | 8 | 0 | 0 | 3 | null | null | HTML |
samarthbsss/Ajio-Clone | main | # Ajio-Clone
This is a clone for ajio-website
About AJIO
a fashion and lifestyle brand, is Reliance Retail’s digital commerce initiative and is the ultimate fashion destination for styles that are handpicked, on trend and at prices that are the best you’ll find anywhere. Celebrating fearlessness and uniqueness, Ajio is constantly looking to bring a fresh, current and accessible perspective to personal style.
In this project we have tried to enhance the cloning of “AJIO” website. We had build up all our efforts to do our best in this project. As, the Masai School's Mentorship was specifically to build up our skills and we also accordingly implemented all that teachings in our project to look it at its best.
# Technology We Used 💻
1. HTML5
2. CSS3
3. Advanced JavaScript
4. ES6
5. Bootstrap
# check Out our website
click here: https://tiny-gelato-e54cd3.netlify.app/
| Ajio is an online shopping plateform with mainly clothings, footware and other accessories for men, women and kids. This project was built using HTML, CSS, JS and BootStrap. The main sections of the app are Home page, Products page, Cart page and Payment & Checkout page.. | bootstrap,css,html,javascript | 2023-03-06T08:32:45Z | 2023-05-04T18:15:34Z | null | 5 | 7 | 50 | 0 | 0 | 3 | null | null | JavaScript |
onanuviie/insure-landing-page | master | # Insure Landing Page
A responsive landing page for an imaginary company called INSURE
### Links
- See what the landing page looks like [here](https://onanuviie.github.io/insure-landing-page/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- media queries
- Javascript event listeners
| A responsive landing page | css,html,javascript | 2023-03-09T07:21:17Z | 2023-04-13T22:32:58Z | null | 1 | 0 | 19 | 0 | 0 | 3 | null | null | CSS |
Eggy115/Node.JS | main | <div align="center">
# Node.js Repository
<p align="center">
<a href="#Overview">Overview</a> •
<a href="#installation">Installation</a> •
<a href="#usage">Usage</a> •
<a href="#contributing">Contributing</a> •
<a href="#license">License</a> •
</p>
[](https://github.com/Eggy115/NodeJS/issues)
[](https://github.com/Eggy115/NodeJS/network)
[](https://github.com/Eggy115/NodeJS/stargazers)
[](https://github.com/Eggy115/NodeJS/blob/main/LICENSE)
</div>
## Overview
This is my Node.js repository! This repository contains a collection of scripts and projects that I've written using Node.js. All code in this repository is licensed under the GPL v3.0 license.
## Installation
To use any of the scripts or projects in this repository, you'll need to have Node.js installed on your machine. You can download the latest version of Node.js from the official website at https://nodejs.org/.
## Usage
You can clone the repository, or to use a particular script or project, simply navigate to the file and download it, or copy and paste the code. To run the file, use the command:
```py
node filename
```
*OR* if `index.js`:
```py
node .
```
## Notable Projects
- `/discord.js bot example`
- `/node_modules`
- `/`
## Contributing
Contributions to this repository are always welcome! If you have a script or project that you'd like to add, feel free to submit a pull request. Please make sure that your script/project is well-documented and adheres to the guidelines outlined in the [Contributing](./CONTRIBUTING.md) file.
## License
All scripts in this repository are released under the GPL v3 license. See the [LICENSE](./LICENSE) file for more details.
| Node | javascript,node,node-javascript,node-js,nodejs | 2023-03-05T17:45:03Z | 2023-04-18T19:15:25Z | null | 1 | 0 | 74 | 2 | 3 | 3 | null | GPL-3.0 | JavaScript |
shaad72345/SwiggyClone | main | # SwiggyClone
Netlify link---> "https://voluble-custard-cbe365.netlify.app/index.html"
| The Objective of this project is to clone the Swiggy website as close as possible within a week. Our team of five members worked on it. The Tech Stack used is HTML, CSS, JS, Tailwing,BootStrap. | bootstrap,css,html,javascript,tailwindcss | 2023-03-09T15:55:06Z | 2023-03-11T20:43:28Z | null | 6 | 18 | 43 | 0 | 0 | 3 | null | null | HTML |
Sarita-16/JavaScript | main | # JavaScript
JavaScript Practice Code
# script_1.js -->
Functions & ARROW FUNCTION
# script_2.js -->
Call Stack & Global Execution Context
# script_3.js -->
loosely type language
# script_4.js -->
Scope Chain & Lexical Environment
# script_5.js -->
let & const declaration
\\window.variable OR this.variable will not give value of variable defined using let or const
\\ SyntaxError : Missing inatialize
ex : const a \\ Here we will find this type of error cause we didn't initialize the value of a & there will not occure any duplicacy
\\ TypeError : Assingment to constant variable
ex : const a = 10 \\ Here this ex is not a TypeError cause it initialize & declare together. It is a conts type. It should be initialize & declare together & we can't assign any value later on
\\ ReferenceError : Can not access before initialization
ex :
console.log(a)
let a = 10 \\ Here occure this type of error cause 'a' is in the Temporal Dead Zone
# or
console.log(x) \\ This is also reference error cause x is not define in code
# script_6.js
Block - BlockScope - Shadowing - Illegal Shadowing
# script_7.js
Closure : Closure is the combination of a function that bundled together with reference to its Lexical Environment.
\\ Use of Closure ----->
1. Module Design Pattern
2. Currying
3. Functions like once
4. Memoize
5. Maintaining state in async world
6. Set Time Outs
7. Iterators
# script_8.js
Currying --- > Using bind() method & Using closure function
# practiceDay1.js
1. Sum of 2 numbers using Function
2. Sum of array elements
3. Sum of arrays element using function Without passing Parameter
4. Sum of arrays element using function With passing Parameter
5. Insert in the begining of an Array \\ unshift() method add one or more new elements to the beginning of an Array & return a new Array
6. Insert at the end of an Array \\ push() method add one or more elements to the end of an Array & return a new Array
7. Insert in any position/middle of an Array \\ splice() method add or replace one or more elements to the in any position/middle of an Array
# script_9.js
setTimeout
# practiceDay2.js
1. Multiply each array elements by 2
2. Multiply each array elements by 2 using \\map() method
3. Find all elements that are greater than 99 in an Array
4. Find all elements that are greater than 99 in an Array using \\filter() method
5. Sort an Array Numbers(Ascending Order)
6. Sort an Array Numbers(Ascending Order & Descending Order) using \\sort() method
# practiceDay3.js
1. Create a calculator using Switch Statement : '+' '-' '\*' '/'
2. Convert Celsius to Fahrenheit
3. Find max & min numbers in an Array
4. Find max & min numbers in an Array using \\max() & \\min() method
\\... -> spread operator : It unfolds an array. Math.max(...[1, 3, 2]) == Math.max(1, 3, 2)
# script_11.js
\\ Function Statement
\\ Function Expression
\\ Function Declaration
\\ Anonymous Function
\\ Named Function Expression
\\ Difference between Parameters & Arguments
\\ First Class Function
\\ Arrow Function
# practiceDay4.js
1. Reverse a String : "Hello" --> "Olleh"
\\ split("") --> ["h", "e", "l", "l", "o"]
\\ reverse() --> ["o", "l", "l", "e", "h"]
\\ join("") --> "olleh"
2. Reverse String : "Hello World" --> "Olleh Dlrow"
# practiceDay4_calculator.js|.html
# practiceDay4_celsiusToFahrenheit.js|.html
# practiceDay5.js
1. Multiplication Table using for loop
2. Remove space from a String
\\'trim()' method removes whitespace from both sides of a string
\\'replace()' method --> regex expression
# practiceDay5_multiplicationTable.js|html
# practiceDay6.js
1. Frequency of elements in an Array using for-each loop
2. Frequency of elements in an Array
# practiceDay7.js
1. Find occurence of all elements in an Array using forEach loop
2. Empty an Array using 4 methods
\\ Assigning it to a new empty array
\\ Setting its length to zero
\\ Using splice() method
\\ Using pop() method
3. Check if an integer is a number \\Number.isInteger() method : static method determines whether the passed value is an integer
4. Array check using \\ Array.isArray() method : static method determines whether the passed value is an Array
5. Suppose you have 2 arrays. Check 2 arrays are equal or not
\\every() method tests whether all elements in the array pass the test implemented by the provided function
# script_12.js
1. What is Callback function in JS : \\ A callback is a function passed as an argument to another function
\\ setTimeout : 1 second = 1000 milliseconds.
2. JS is a synchronous & single- threaded language
3. Blocking the main thread
4. Power of Callback
5. Deep about Event listeners
6. Closure Demo with Event listeners
7. Scope Demo with Event listeners
8. Garbage collection & remove Event listeners
# practiceDay8.js
1. Find 2nd largest element from an Array
2. Find 2nd largest element from an Array (Another Way)
3. Remove duplicates from an Array using foreach() method
4. Remove duplicates from an Array using set() method \\ set() method : create collections of unique values
# practiceDay9.js
1. Display the current day and time
# test.js
1. Taking input using readLine
2. Get Grade using if-else
3. Get Letter using switch case
4. Reverse a String Using TRY-Catch-Finally Block
\\ try{} : statement defines the code block to run
\\ catch{} : statement defines a code block to handle any error
\\ finally{} : statement defines a code block to run regardless of the result
5. Creating a Object & compute perimeter & area of Rectangle
6. Get a Year \\ getFullYear() : returns the full year (4 digits) of a date
# practiceDay10.js
(That's all about OOP in JavaScript )
1. class \\ class : a templete for creating objects
2. Inheritance
\\ super : The super keyword is used to access properties on an object literal or invoke a superclass's constructor.
\\ Constructor
\\ Method
\\ Static Method
# test.js
7. Dstructure & Sorting Number
8. Bitwise
9. Dates
10. Any string that begins and ends with the same vowel
11. RegExp \\ https://regexr.com/
# onClick.html | onClick.js
\\ addEventListener() : method & click : event
# binaryCalculator.html | binaryCalculator.js
# leetCodeDay1.js
\\ Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
Input: nums = [2,7,11,15], target = 9
Output: [0,1]
Explanation: Because nums[0] + nums[1] == 9, we return [0, 1].
\\ Roman to Integer
# leetCodeDay2.js
\\ A number is palindrome or not
# leetCodeDay3.js
\\ Longest Common Prefix
# leetCodeDay3.js
\\ Maximum Number of Vowels in a Substring of Given Length
# sript_14.js
1. WEB APIs
\\ Set Time Out
\\ DOM API = Document Object Model
\\ fetch()
2. Microtask Queue has higher priority than CallBack Queue
Q. What can come inside the Microtask queue?
A. All the Call Back Function which comes through promises & Mutation observers will go inside this Microtack Queue.
Q. What can come inside the CallBack queue Or Task Queue?
A. All the other Call Back Function setTimeOut(), DOM APis, eventListener() ... are from Call Back Queue.
# calculator.html || calculator.css || calculator.js
# binarySearch.js
# bubbleSort.js
# luckySeven.js
# sumOfSeveralArrays.js
\\ Without Reduce
\\ With Reduce :
| JavaScript Practice Code | html5,javascript | 2023-03-09T17:39:48Z | 2023-11-04T21:32:32Z | null | 1 | 0 | 125 | 0 | 0 | 2 | null | null | JavaScript |
aadityadike/Learn-Javascript | master | # JavaScript-Learnings
Before learning React you need to understand javascript, Here are some the important concepts of javascript that you need to learn before jumping on to react:-
1. Language syntax.
2. Programming fundamentals like variables, functions, loops, Scoping, conditionals, and how a program runs.
3. Understanding of HTML, CSS, and how it connects to JavaScript with DOM API.
4. Basic operations with JavaScript - network requests, alerts, DOM changes, event listeners
5. Asynchronous behavior of JavaScript- Callbacks, promises, async/await.
6. Data structures and data types in JavaScript and how they differ from each other - string, boolean, undefined, null, objects, etc.
7. ES6+ syntax- how ES6 module system works, why const and let were introduced, variable scoping concepts and function hosting.
# Understanding the above-selected topics and then you are ready for reactJS
| Before learning React you need to understand javascript, Here are some the important concepts of javascript that you need to learn before jumping on to react. | javascript,ajax,jquery | 2023-03-02T02:20:06Z | 2023-04-01T17:28:15Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | null | HTML |
sghaierwalaeddine/PomodoroStream | master | # PomodoroStream
PomodoroStream is a productivity app that helps users study using the Pomodoro technique. Set custom timers and stay focused with soothing background sounds.
<br/>
<h4> Say goodbye to distractions and hello to productive study sessions with PomodoroStream. </h4>
## Why I made it?
I created PomodoroStream as a personal productivity tool to help me study using the Pomodoro technique. Whenever I encountered a problem or challenge, I used my technical knowledge to develop a solution that would improve my study sessions. I hope that this app can help others as much as it has helped me!
## Features
- Pomodoro timer with customizable work and break intervals
- Soothing background sounds to help you stay focused
- Option to disable sound and use only visual cues
- Pause and resume timer functionality
- Track and view your progress with a timer log
<img src="https://github.com/sghaierwalaeddine/PomodoroStream/blob/a1e7885a6c850485bf4e6164bb5096b3ae546d07/PomodoroStreamApp.png" alt="App Logo" width="500"/>
## Technologies Used




## Installation
1. Clone the repository.
2. Install dependencies by running `npm install`.
3. Start the development server by running `npm start`.
4. Open the app in your browser at `http://localhost:3000`.
## Contributions
Contributions are welcome! Please open a pull request with any changes or improvements.
## License
This project is licensed under the [MIT License](LICENSE).
| PomodoroStream is a productivity app that helps users study using the Pomodoro technique. Set custom timers and stay focused with soothing background sounds. | ecmascript6,javascript,pomodoro,pomodoro-timer,react | 2023-03-10T15:48:28Z | 2023-07-10T14:42:26Z | null | 1 | 0 | 13 | 0 | 0 | 2 | null | MIT | JavaScript |
rv-ivanushkin/javascript-topics-for-interview | main | <h1>
<span>Темы для подготовки к собеседованию по JavaScript</span>
<img src="./assets/JavaScript.png" width="20" height="20" />
</h1>
<img src="./assets/job_interview.jpg"/>
## Мотивация
Собрать, структурировать, переосмыслить базовые темы по JavaScript
## Темы в форме вопросов
<h3>
<img src="./assets/JavaScript.png" width="16" height="16" />
<span>JavaScript:</span>
</h3>
---
- [Какие типы данных существуют?](./topics/base_types.md)
- [В чем различия `var` `let` `const` и что такое `hosing`?](./topics/var_let_const_hosting.md)
- [Как происходит приведение типов?](./topics/type_conversions.md)
- [Какие значения в JavaScript являются Falsy?](./topics/falsy.md)
- [Что такое замыкание и как оно работает?](./topics/closure.md)
- [Что такое `event-loop` и как он работает?](./topics/event_loop.md)
- [Что такое итератор, генератор и как ими пользоваться?](./topics/generator_iterator.md)
- [Какие коллекции существуют?](./topics/collections.md)
- [Что такое контекст вызова или `this` и как его явно установить?](./topics/this.md)
- А так же такие ключевые слова, как: `call`, `apply`, `bind`, `new`
- [Как создавать асинхронный код?](./topics/async.md)
- [Что такое `Runtime`?](./topics/runtime.md)
- [Как можно объявить функцию и какие есть особенности?](./topics/function.md)
- А так же `Higher Order Functions` или функции высшего порядка
- [Как называть переменные и функции?](./topics/nameing_rules.md)
- [Сборка мусора | Как происходит сборка ненужных объектов?](./topics/garbage_collect.md)
- [Как вести отладку когда в Google Chrome?](./topics/debugging.md)
<details>
<summary>Прекрасный цикл статей - Как работает JS</summary>
1. [Обзор движка, механизмов времени выполнения, стека вызовов](https://habrahabr.ru/company/ruvds/blog/337042/)
1. [О внутреннем устройстве V8 и оптимизации кода](https://habrahabr.ru/company/ruvds/blog/337460/)
1. [Управление памятью, четыре вида утечек памяти и борьба с ними](https://habrahabr.ru/company/ruvds/blog/338150/)
1. [Цикл событий, асинхронность и пять способов улучшения кода с помощью async / await](https://habrahabr.ru/company/ruvds/blog/340508/)
1. [WebSocket и HTTP/2+SSE. Что выбрать?](https://habrahabr.ru/company/ruvds/blog/342346/)
1. [Особенности и сфера применения WebAssembly](https://habrahabr.ru/company/ruvds/blog/343568/)
1. [Веб-воркеры и пять сценариев их использования](https://habrahabr.ru/company/ruvds/blog/348424/)
1. [Сервис-воркеры](https://habrahabr.ru/company/ruvds/blog/349858/)
1. [Веб push-уведомления](https://habrahabr.ru/company/ruvds/blog/350486/)
1. [Отслеживание изменений в DOM с помощью MutationObserver](https://habrahabr.ru/company/ruvds/blog/351256/)
1. [Движки рендеринга веб-страниц и советы по оптимизации их производительности](https://habrahabr.ru/company/ruvds/blog/351802/)
1. [Сетевая подсистема браузеров, оптимизация её производительности и безопасности](https://habr.com/company/ruvds/blog/354070/)
1. [Анимация средствами CSS и JavaScript](https://habr.com/company/ruvds/blog/354438/)
1. [Как работает JS: абстрактные синтаксические деревья, парсинг и его оптимизация](https://habr.com/company/ruvds/blog/415269/)
1. [Как работает JS: классы и наследование, транспиляция в Babel и TypeScript](https://habr.com/company/ruvds/blog/415377/)
1. [Как работает JS: системы хранения данных](https://habr.com/company/ruvds/blog/415505/)
1. [Как работает JS: технология Shadow DOM и веб-компоненты](https://habr.com/company/ruvds/blog/415881/)
1. [Как работает JS: WebRTC и механизмы P2P-коммуникаций](https://habr.com/company/ruvds/blog/416821/)
1. [Как работает JS: пользовательские элементы](https://habr.com/company/ruvds/blog/419831/)
</details>
<br />
<h3>
<img src="./assets/ts-logo-128.png" width="16" height="16" />
<span>TypeScript:</span>
</h3>
---
- [Что такое `Union` и `Intersection`?](./topics_ts/union_and_intersection.md)
- [Чем отличается `type` от `interface`?](./topics_ts/type_vs_interfaces.md)
<br />
<h3>
<img src="./assets/HTTP_logo.svg" width="16" height="16" />
<span>HTTP протокол:</span>
</h3>
---
- [Всё что нужно знать про HTTP + CORS](./topics/http.md)
<h3>
<img src="./assets/CSS.png" width="16" height="16" />
<span>CSS:</span>
</h3>
---
В ближайшее время здесь будут топики по CSS, a пока просто ссылки:
- [Вёрстка на Grid в CSS](https://medium.com/@stasonmars/%D0%B2%D0%B5%CC%88%D1%80%D1%81%D1%82%D0%BA%D0%B0-%D0%BD%D0%B0-grid-%D0%B2-css-%D0%BF%D0%BE%D0%BB%D0%BD%D0%BE%D0%B5-%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%B8-%D1%81%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA-220508316f8b)
- [Мои любимые вопросы о CSS с ответами](https://habr.com/ru/post/499370/)
- [Вопросы по CSS, которые часто задают на собеседованиях](https://fruntend.com/posts/voprosy-po-css-kotorye-chasto-zadayut-na-sobesedovaniyakh)
- [CSS — Вопросы](https://chm.org.ua/css-interview/) | Здесь собраны конспекты по JavaScript в формате вопрос, ответ. Тематика Тематика вопросов включает в себя основы JavaScript | answers,interview,interview-questions,javascript,js,russian-specific,training | 2023-03-04T19:02:02Z | 2023-04-26T13:20:27Z | null | 1 | 0 | 37 | 0 | 0 | 2 | null | MIT | null |
PdxCodeGuild/class_fox | main | # class_fox

> image generated using DALL-E
## 2023-03-06 Intensive Python/JavaScript Fullstack Bootcamp
Class is held from **March 06, 2023 to July 14, 2023**
M-F 6:00 pm – 9:30 pm PT
### Holidays
- May 29 (Memorial Day)
- June 19 (Juneteenth)
- July 4 (Independence Day)
### Staff
- Anthony, Instructor
- anthony@pdxcodeguild.com
## Capstone Dates:
Capstone proposal due: June 12, 2023
Presentation Day: July 14, 2023
## JavaScript Labs Assigned:
| Lab | Name | Points Value | Date Assigned | Due Date | Not Accepted After |
| ----- | --------- | ------------ | ------------- | -------- | ------------------ |
| Exercise 1 | Fundamentals | 10 | 23 May | 25 May | 01 Jun |
| 01A | Pick 3 | 10 | 24 May | 30 May | 06 Jun |
| 02A | Pick 3 | 10 | 24 May | 30 May | 06 Jun |
| 03A | Pick 3 | 10 | 24 May | 30 May | 06 Jun |
| 01B | Pick 3 | 10 | 26 May | 01 Jun | 08 Jun |
| 02B | Pick 3 | 10 | 26 May | 01 Jun | 08 Jun |
| 03B | Pick 3 | 10 | 26 May | 01 Jun | 08 Jun |
| 4 | API | 10 | 01 Jun | 05 Jun | 12 Jun |
| Group | Todo List | 10 | 06 Jun | 07 Jun | 14 Jun |
## Django Labs Assigned:
| Lab | Name | Points Value | Date Assigned | Due Date | Not Accepted After |
| --- | ------------- | ------------ | ------------- | -------- | ------------------ |
| 00 | Polls | | 25 Apr | 26 Apr | 01 May |
| 01 | Todo List | 20 | 01 May | 05 May | 12 May |
| 02 | URL Shortener | 20 | 03 May | 08 May | 15 May |
| 03 | Blog | 20 | 09 May | 15 May | 22 May |
| 04 | Chirp | 30 | 16 May | 22 May | 30 May |
## HTML/CSS Labs Assigned:
| Lab | Name | Points Value | Date Assigned | Due Date | Not Accepted After |
| --- | -------------------- | ------------ | ------------- | -------- | ------------------ |
| 01 | Bio | 10 | 11 Apr | 13 Apr | 20 Apr |
| 02 | Company Landing Page | 10 | 13 Apr | 17 Apr | 24 Apr |
| 03 | Blog | 20 | 17 Apr | 21 Apr | 28 Apr |
| 04 | Burrito Order Form | 10 | 19 Apr | 21 Apr | 28 Apr |
| 05 | Personal Portfolio | 20 | 21 Apr | 25 Apr | 02 May |
## Python Labs Assigned:
| Lab | Name | Points Value | Date Assigned | Due Date | Not Accepted After |
| ----- | ---------------------- | ------------ | ------------- | -------- | ------------------ |
| 01 | Number To Phrase | 10 | 10 Mar | 13 Mar | 20 Mar |
| 02 | Blackjack Advice | 10 | 13 Mar | 15 Mar | 22 Mar |
| 03 | Pick 6 | 10 | 14 Mar | 16 Mar | 23 Mar |
| 04 | Credit Card Validation | 5 | 16 Mar | 17 Mar | 24 Mar |
| 05 | ROT13 | 5 | 20 Mar | 21 Mar | 28 Mar |
| Group | Jackalope | 10 | 21 Mar | 21 Mar | 21 Mar |
| 06 | ARI | 10 | 22 Mar | 24 Mar | 31 Mar |
| 07 | Contact List | 25 | 24 Mar | 29 Mar | 05 Apr |
| 08 | ATM | 10 | 06 Apr | 10 Apr | 27 Apr |
| 09 | Dad Joke API | 5 | 03 Apr | 04 Apr | 11 Apr |
| 10 | Quotes API | 20 | 04 Apr | 07 Apr | 14 Apr |
## Student Presentations
At the end of the Python and JavaScript sections, you'll give a presentation on a "mini capstone" of your choice. This is practice for your capstone presentation which you'll give on the last day of class.
These presentations help you practice communicating technical topics in English. Being able to speak intelligently about programming is almost as important as programming itself. This skill will allow you to better talk to interviewers, managers, clients, coworkers, and more.
In all three presentations, you should first explain the development process and the different parts of your code. Then run the application and show its features and interaction (entering data, seeing results, etc). Here are some questions to contemplate while planning out your presentation:
- what problem does your application solve? what is the core function it performs?
- how did you go about planning?
- what major issues did you encounter during the course of development? how did you go about overcoming them?
- how did your vision for the project change over time?
- what part did you like the most? least?
- what is the future of the project? what features (if any) will you work on next?
## Getting Unstuck
- Write pseudocode in English
- Add comments to explain your process to yourself
- Use functions to "black box" pieces of code
- Break code into logical bits
- Only do one thing at a time
- Don't do too much on one line
- There's no such thing as too many `print()`s
## Odds and Ends
Uploading Files with VueJS and Axios
https://serversideup.net/uploading-files-vuejs-axios/
A Friendly Guide to Promise.all
https://levelup.gitconnected.com/a-friendly-guide-to-promise-all-68e7cd57b65d
SQL Island
https://sql-island.informatik.uni-kl.de/
Select Star SQL
https://selectstarsql.com/
SQL Murder Mystery
https://mystery.knightlab.com/walkthrough.html
An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods
https://css-tricks.com/an-illustrated-and-musical-guide-to-map-reduce-and-filter-array-methods/
Custom User Model
https://learndjango.com/tutorials/django-custom-user-model
Tips for using many-to-many fields
https://www.revsys.com/tidbits/tips-using-djangos-manytomanyfield/
Willam Vincent's tutorials and articles
https://wsvincent.com/
Django by example
https://www.youtube.com/playlist?list=PLAF3anQEEkzS-mjdX7s-D63bjLWRdhuFM
Python Django tutorial
https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p
Django girls tutorial
https://tutorial.djangogirls.org/en/
Django polls tutorial
https://docs.djangoproject.com/en/2.1/intro/tutorial01/
Git branching practice
https://learngitbranching.js.org/
Oh Shit Git
http://ohshitgit.com/
Atlassian Git Tutorials
https://www.atlassian.com/git
Vue Video Tutorial and Solution Repo
https://www.youtube.com/watch?v=5LYrN_cAJoA&list=PL4cUxeGkcC9gQcYgjhBoeQH7wiAyZNrYa
https://github.com/iamshaunjp/vuejs-playlist/tree/lesson-1
Vue Introduction Documentaion
https://vuejs.org/v2/guide/
jQuery vs Vanilla vs Vue/React/Angular
https://www.academind.com/learn/javascript/jquery-future-angular-react-vue/
Start an HTTP server on your local machine:
```bash
cd project/file/path
python -m http.server
```
XMLHttpRequest properties/methods/etc
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest
Using XMLHttpRequest
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest
Awesome CSS
https://github.com/ikkou/awesome-css
Sass Basics
https://sass-lang.com/guide
BEM
http://getbem.com/introduction/
Webhook Request Tester
https://webhook.site
MDN: How To Style Forms
https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Styling_HTML_forms
https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Advanced_styling_for_HTML_forms
https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets
Bootstrap Documentation
http://getbootstrap.com/docs/4.1/getting-started/introduction/
Grid Garden
https://cssgridgarden.com/
Flexbox Froggy
http://flexboxfroggy.com/
Grid or Flexbox?
https://www.youtube.com/watch?v=hs3piaN4b5I
CSS Diner
https://flukeout.github.io/
CSS-Tricks
https://css-tricks.com
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
https://css-tricks.com/snippets/css/complete-guide-grid/
Adobe Color
https://color.adobe.com/create
Google Fonts
https://fonts.google.com/
Font Awesome
https://fontawesome.com/icons?d=gallery&m=free
The Four Major Programming Paradigms
http://www.eecs.ucf.edu/~leavens/ComS541Fall97/hw-pages/paradigms/major.html
More Programming Paradigms
http://cs.lmu.edu/~ray/notes/paradigms/
Big-O Cheat Sheet
https://www.bigocheatsheet.com
More about sorting
https://visualgo.net/en/sorting?slide=1
15 Sorting Algorithims in 6 Minutes
https://www.youtube.com/watch?v=kPRA0W1kECg
Awesome Python (list of frameworks/libraries/software/resources)
https://awesome-python.com/
RexExr
https://regexr.com/
Regex Crossword
https://regexcrossword.com/
Lena, the first JPEG
https://www.wired.com/story/finding-lena-the-patron-saint-of-jpegs/
All Algorithms implemented in Python
https://github.com/TheAlgorithms/Python
Python concept practice problems (may require registration, may not be Python 3)
http://www.asmarterwaytolearn.com/python/index-of-exercises.html
Are exceptions good practice? (Includes list of exceptions and a lot of code philosophy)
https://stackoverflow.com/questions/16138232/is-it-a-good-practice-to-use-try-except-else-in-python
Official Python Style Guide (PEP 8)
https://www.python.org/dev/peps/pep-0008/
PEP-8 Tutorial and Guide
https://www.datacamp.com/community/tutorials/pep8-tutorial-python-code
Pitfalls of Floating Point Numbers and Work-Arounds
https://docs.python.org/3/tutorial/floatingpoint.html
Command Line Cheat Sheet
https://www.git-tower.com/blog/command-line-cheat-sheet/
Git Cheat Sheet
https://www.git-tower.com/blog/git-cheat-sheet
Generating a new SSH key and adding it to the ssh-agent
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
Adding a new SSH key to your GitHub account:
https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
## Outside Resources
- Python:
- Practice:
- https://www.hackerrank.com/domains/tutorials/30-days-of-code
- http://codingbat.com/python
- https://codefights.com/
- Textbooks:
- https://automatetheboringstuff.com/
- Cheat Sheets:
- https://ehmatthes.github.io/pcc/cheatsheets/README.html
- https://learnxinyminutes.com/docs/python3/
- Frontend (HTML/CSS/JS):
- https://www.freecodecamp.org/ (Practice, projects, (almost) textbook all-in-one!)
- https://sayazamurai.github.io/python-vs-javascript/#control-flow (Python3 and ES6 JS side by side comparisons)
- https://sass-lang.com/guide (SASS: CSS preprocessor tutorial)
- https://vuejs.org/v2/guide/ (Vue.js official guide)
- https://www.youtube.com/watch?v=5LYrN_cAJoA&list=PL4cUxeGkcC9gQcYgjhBoeQH7wiAyZNrYa (Vue.js video tutorial)
REPO: https://github.com/iamshaunjp/vuejs-playlist/tree/master
- Django:
- https://tutorial.djangogirls.org/
- https://docs.djangoproject.com/en/3.2/intro/tutorial01/ (Official tutorial)
| Evening python bootcamp. 06 Mar - 14 Jul 2023 | django,html-css,javascript,python | 2023-03-06T16:30:26Z | 2023-06-21T01:40:33Z | null | 9 | 119 | 339 | 0 | 0 | 2 | null | GPL-3.0 | Python |
krishandeep17/smart-eats | main | # Frontend Project - Landing Page
This is a beautiful and responsive landing page website built using HTML, CSS, and JavaScript. The website is designed to be visually appealing, easy to navigate, and fully responsive across all devices.
To view the website, simply visit <https://smarteats.netlify.app>.
## Features
- **Responsive design**: The website is fully responsive, adapting to all device sizes.
- **Visually appealing design**: The website features beautiful and modern design elements, including a hero image and custom fonts.
- **Easy navigation**: The website includes a clear and concise navigation menu that makes it easy for users to find the information they need.
- **Sign up form**: The website includes a sign up form also.
## Technologies Used
- HTML5
- CSS3
- JavaScript
## Getting Started
1. Clone the repository onto your local machine.
2. Open the `index.html` file in your web browser to view the website.
## Contributing
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.
| Beautiful and responsive landing page website built using HTML, CSS, and JavaScript. The website is designed to be visually appealing, easy to navigate, and fully responsive across all devices. | css3,html5,javascript | 2023-02-26T12:27:42Z | 2023-04-24T15:56:58Z | null | 1 | 0 | 7 | 0 | 0 | 2 | null | null | HTML |
faizal-siddiqui/PIn-ball | master | # <h1 align="center">Pin-ball</h1>
<p align="center"> play live :- https://ballpaddlegame.netlify.app/</p>
## Tech-Stack :-
1. React
2. TypeScript
3. JavaScript
4. HTML
5. css
6. Phaser
7. Chakra-UI
8. Chakra-react
9. mongoDB
10. express
## Libraries Used :-
### Frontend Libraries
#### 1. React-icons
React-icons is a small library that helps to add icons to React apps. It delivers the
icons to app as a component, So they're easier to work with, and it lets
us style them so they're consistent with the overall style of the app.
#### 2. Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games
for desktop and mobile web browsers.
### Backend Libraries
#### 1. express
js, or simply Express, is a back-end web application framework for building RESTful
APIs with Node.
#### 2. Mongoose
Mongoose allows users to conveniently create and manage data in MongoDB. While
it is possible to manage data, define schemas, etc.
## Available functions :-
1. Sign-up
<img src="./frontend/src/images/register.png"/>
2. login
<img src="./frontend/src/images/login.png"/>
3. score-dashboard
<img src="./frontend/src/images/leaderboard.png"/>
4. game viewport
<img src="./frontend/src/images/gameUI.png"/>
5. game page
<img src="./frontend/src/images/gamepage.png"/>
## Rule of the Game :-
1. Register first, for, without registering you would not be able to see your score to leaderboard.
2. Stop the ball from colliding the ball with boundry wall.
3. If you are not able to do this for three times you will lose.
4. If the system at the right side lose three times before you, you win.
5. After every win, the level will be increased and the speed of the pin-ball will increase.
## Project Members :-
1. <a href="https://github.com/faizal-siddiqui">Faizal Siddiqui</a>
2. <a href="https://github.com/mira713">Mitali Sinha</a>
3. <a href="https://github.com/Rajesh-P-07">Rajesh Ranjan Sharma</a>
4. <a href="https://github.com/rajeshranjan22"> Rajesh Pachika</a>
| It is a paddle hit game similar to the pinball where you have to hit the ball with the paddle. | chakra-ui,chakra-ui-react,react,typescript,css,phaser,javascript | 2023-03-03T06:55:22Z | 2023-03-05T08:00:13Z | null | 4 | 10 | 62 | 0 | 0 | 2 | null | null | JavaScript |
krisbobo/books | dev | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Bookstore\] ](#-bookstore-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo and other links ](#-live-demo-and-other-links-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 [Bookstore] <a name="about-project"></a>
> The bookstore is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## 🛠 Built With <a name="built-with"></a>
The major tools and languages used are:
- REACT
- JavaScript
<!-- Features -->
### Tech Stack <a name="tech-stack"></a>
> The following tech stack were used
<details>
<summary>REACT</summary>
<ul>
<li><a href="https://reactjs.org/">REACT</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
> The web app has the following key features:
- **[Allows you to display a list of books]**
- **[Add a book]**
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo and other links <a name="live-demo"></a>
> Here, we will paste links as per the submission instructions.
- [Live Demo Link not yet available]()
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
> In order to run this project you need:
- Node js installed on your computer
- Npm Node package manager
- Terminal
### Setup
Clone this repository to your desired folder:
> https://github.com/krisbobo/books.git
### Install
Install this project with:
```sh
cd my-project
npm install or npm i
```
-
### Usage
To run the project, execute the following command:
```sh
npm run build
```
### Run tests
To run tests, run the following command:
```sh
npm test or jest test
```
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Kiyong Bohbo**
- GitHub: [krisbobo](https://github.com/krisbobo)
- Twitter: [ChrisboboSys](https://twitter.com/ChrisboboSys)
- LinkedIn: [kiyong-christian](https://linkedin.com/in/kiyong-christian)
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> The following two features will be added to this project;
- [ ] **[A Books page]**
- [ ] **[A categories page]**
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome.
Feel free to check the [issues page](../../issues/).
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project, don't forget give a ⭐️ or buy me a coffee ☕️
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank all my collaborators on this project and the Microverse student community.
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE) licensed.
<p align="right">[<a href="#readme-top">Back to Top</a>]</p>
| This is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to display a list of books, add a book, and remove a selected book. Built with React! | javascript,javascript-applications,javascript-framework,javascript-library,reactjs | 2023-02-25T21:23:09Z | 2023-09-27T17:45:34Z | null | 1 | 6 | 46 | 0 | 0 | 2 | null | MIT | JavaScript |
sahiljawale54/Sortify | main | <h1 align="center" id="title"> Sortify 🌀</h1>
<p align="center"><img src="https://socialify.git.ci/sahiljawale54/Sortify/image?font=Inter&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Light" alt="project-image"></p>
Welcome to Sortify 🌀, the enchanting realm of sorting algorithms brought to life! Dive into the world of algorithms and witness the magic of sorting as you've never seen before. Sortify empowers you to explore, visualize, and comprehend sorting algorithms through captivating animations and interactive learning experiences.
## 🌟 Features That Sortify Shines With
- **Algorithmic Enchantment**: 🪄 Experience the enchanting beauty of sorting algorithms like never before.
- **Interactive Learning**: 🤹♀️ Dive into the algorithms and interact with step-by-step visualizations.
- **Algorithmic Orchestra**: 🎶 Each sorting method conducts its own symphony, arranging items in unique harmonies.
- **Real-time Insights**: 📊 Observe the algorithm's performance and complexity in action.
- **Developer's Delight**: 👩💻 Perfect for developers, students, and curious minds eager to unravel the algorithmic mysteries.
## 🚀 Algorithmic Showcase
<img src="https://github.com/sahiljawale54/Sortify/assets/108802783/0cb8c308-fa65-4808-bcd7-5d35ab644da1" alt="project-screenshot" width="5000" height="400/">
<img src="https://github.com/sahiljawale54/Sortify/assets/108802783/0d77e3de-df58-4db5-a771-e32a5d753adc" alt="project-screenshot" width="5000" height="400/">
## 🛠️ Technologies Woven into the Enchantment
- **Frontend**: HTML5, CSS3, JavaScript, React.js
- **Animations**: CSS Transitions, Keyframes
- **Version Control**: Git, GitHub
## 🧙♂️ Guided Sorting Adventures
1. Clone the enchanted repository: `git clone https://github.com/yourusername/sortify.git`
2. Enter the magical realm: `cd sortify`
3. Cast the spell of dependencies: `npm install`
## 🌌 Cast the Spell of Sorting
1. Conjure the enchantment: `npm start`
2. Access the magic through your web portal at: `http://localhost:3000`
## 🧞♂️ Become a Sorting Wizard
Join us on this mystical journey of algorithms! If you wish to contribute your magical touch:
1. Craft your magical fork of the repository.
2. Summon a new branch: `git checkout -b feature/new-spell`
3. Weave your code spells and commit your enchantments: `git commit -m "Enchanted the realm"`
4. Transmit your magic to your fork: `git push origin feature/new-spell`
5. Share your incantation through a Pull Request, describing your mystical changes.
## 🪄 The Magic License
This project is enchanted under the [MIT License](LICENSE), granting you the power to explore the realms freely.
| Visualizations of sorting algorithms and allows users to interactively learn how each algorithm works. Through step-by-step animations of various sorting methods such as Bubble Sort users can see how the algorithms arrange items in different orders. The site provides an engaging way to learn about sorting algorithms, ideal for students, developers. | javascript,reactjs,scss,sorting-visualization | 2023-03-05T09:52:33Z | 2023-08-16T05:16:03Z | null | 1 | 0 | 5 | 0 | 0 | 2 | null | null | JavaScript |
AfaanBilal/pulsejs | master | Pulse
=====



Author: **[Afaan Bilal](https://afaan.dev)**
## Introduction
**Pulse** is a JavaScript library for building reactive stuff.
## Demo
A very minimal demo can be found [here](http://afaan.dev/pulse/) with the associated [source code here](https://github.com/AfaanBilal/pulse).
A slightly less minimal demo can be found [here](http://afaan.dev/pulse-demo/) with the associated [source code here](https://github.com/AfaanBilal/pulse-demo).
## Installation
````
npm i @afaanbilal/pulse
````
## Example usage
````js
import { createMonitor, createPulse } from "@afaanbilal/pulse";
const [count, setCount] = createPulse(0);
const h1 = document.createElement("h1");
createMonitor(() => h1.innerText = `Count is ${count()}`);
const btn = document.createElement("button");
createMonitor(() => btn.innerText = `Increment (To: ${count() + 1})`);
btn.onclick = () => setCount(count() + 1);
const btnDouble = document.createElement("button");
createMonitor(() => btnDouble.innerText = `Double (To: ${count() * 2})`);
btnDouble.onclick = () => setCount(count() * 2);
document.body.append(h1, btn, btnDouble);
````
## Creating a new project
1. Create a new Vite project by (choose Vanilla with/without Typescript):
````
npm create vite@latest
````
2. Install Pulse
````
npm i @afaanbilal/pulse
````
3. Follow the example usage above.
4. Start
````
npm run dev
````
## Testing
````
npm test
````
````
> @afaanbilal/pulse@0.0.3 test
> jest --coverage
PASS test/index.test.ts
√ should create a pulse (1 ms)
√ should update a pulse
√ should create a monitor
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
index.ts | 100 | 100 | 100 | 100 |
----------|---------|----------|---------|---------|-------------------
Test Suites: 1 passed, 1 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 0.56 s, estimated 1 s
Ran all test suites.
````
## Contributing
All contributions are welcome. Please create an issue first for any feature request
or bug. Then fork the repository, create a branch and make any changes to fix the bug
or add the feature and create a pull request. That's it!
Thanks!
## License
**Pulse** is released under the MIT License.
Check out the full license [here](LICENSE).
| PulseJS - experimental reactivity | javascript,pulse,reactive,typescript | 2023-02-26T15:01:52Z | 2023-02-27T09:04:27Z | null | 1 | 0 | 13 | 0 | 0 | 2 | null | MIT | TypeScript |
Lakshya0257/LUNA | main | # LUNA
LUNA is a music streaming website built using Flask and the ytmusicapi library. It provides users with the ability to search and stream music from YouTube Music directly through a web interface. The website offers a clean and intuitive user interface for discovering and playing music from YouTube's vast music library.
## Features:
- Search and Stream Music: Users can search for their favorite music using keywords, view search results, and play songs directly on the website.
- Playlists: Users can create and manage their playlists by adding songs from search results to their playlists, and play songs from their playlists.
- User Authentication: Secure user authentication with options for sign up, login, and logout.
- Song Information: Detailed song information, including title, artist, album, duration, and album artwork, is displayed for each search result and playlist song.
- Responsive Design: The website is designed to be responsive and mobile-friendly, providing a seamless user experience across different devices.
## Technologies Used:
- Flask: A micro web framework in Python for building web applications
- ytmusicapi: A Python wrapper for the YouTube Music API, allowing for easy search and retrieval of music data
- HTML, CSS, JavaScript: Standard web development technologies for building the user interface
- Bootstrap: A popular front-end framework for building responsive and mobile-friendly web pages
## Getting Started:
- Clone the repository and install dependencies
- Set up a virtual environment for the project and activate it
- Run the Flask app using the provided command or a development server of your choice
- Access the website through a web browser and start searching and streaming music
## Contributing:
Contributions to this project are welcome! Please follow the guidelines in CONTRIBUTING.md.
## License:
This project is open-source and available under the MIT License.
## Disclaimer:
This website uses the YouTube Music API, and the usage of the API is subject to YouTube's terms of service. Please review and comply with YouTube's terms of service when using this project.
## Acknowledgements:
This project is inspired by the functionality of popular music streaming websites and relies on the Flask, ytmusicapi, and Bootstrap communities for their contributions and support.
| # LUNA LUNA is a music streaming website built using Flask and the ytmusicapi library. It provides users with the ability to search and stream music from YouTube Music directly through a web interface. The website offers a clean and intuitive user interface for discovering and playing music from YouTube's vast music library. | css,flask,flask-application,html,javascript,ytmusicapi | 2023-03-01T22:47:48Z | 2023-04-25T17:11:02Z | null | 1 | 0 | 10 | 0 | 0 | 2 | null | null | JavaScript |
MightyArty/React | main | # Course Details
This course is designed to teach students how to work with TypeScript, JavaScript, NodeJS, React, React Native and some more.
## Week 01
> JavaScript and TypeScript
## Week 02
> Introduction to ReactJS, building a small app with one page
## Week 03
> Intruduction to Express and MongoDB, building a server-client application with authontication.
## Week 04
> Introduction to React Native, building our first application
## Week 05
> React Native Router usage
## Week 06
> Using Maps component, and creating a Login+Signup page with Firebase
## Week 07
> Using axios library to deal with API requests, and introduction to Tailwind CSS.
## Week 08
> Using NewsAPI to fetch data to React Native application (using axios library).
| Advanced React course (teached in Ariel University) designed to teach students with solid background in JavaScript and TypeScript the proper approach of designing Rect applications. | css,firebase,javascript,mongodb,react-native,reactjs,typescript,axios,express-js,tailwindcss | 2023-03-06T07:03:39Z | 2023-05-28T15:29:16Z | null | 1 | 0 | 43 | 0 | 2 | 2 | null | null | JavaScript |
sakshimulekar/FirstCry-ecommerce-clone | main | # FirstCry-ecommerce-clone
This is our Git repo of our construct Week Presentation that was given by Masai School.
We Have built a website called Firstcry.com, it is a clone website of Firstcry.com, as it was a collaborative project we are 5 member team.
I am rahul (Team-Leader) my student code is - fp08_132 i am responsible for sign-in/sign-up page.
Member-1 Rushikesh chate- fw23_0075 responsible for Landing Page of the website.
Member-2 Yogesh Sathe - fp07_300 resposible for Product Page
Member-2 Sakshi Mulekar - fw23_0522 responsible for Cart Page.
Member-3 Pravin Kumar Yadav - fw22_0969 responsible for Payment Page.
We have used HTML CSS and JavaScript as our tech stack.
| This is our Git repo of our construct Week Presentation that was given by Masai School. We Have built a website called Firstcry.com, it is a clone website of Firstcry.com, as it was a collaborative project we are 5 member team. | css,htlm5,javascript | 2023-03-07T09:46:42Z | 2023-09-25T16:54:04Z | null | 5 | 0 | 77 | 0 | 0 | 2 | null | null | HTML |
Leeoasis/Leaderboard | development | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[leaderaboard-website\] ](#-leaderaboard-website-)
- [🛠 Built With \</a](#-built-with-a)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
<!-- PROJECT DESCRIPTION -->
# 📖 [leaderaboard-website] <a name="leaderboard"></a>
**[Leaderboard]** Is a program that gets username and score , store it via an API and retrieves it by pressing refresh and display the name and score in a table.
## 🛠 Built With <a name="built-with"></a
- HTML
- CSS
- JAVASCRIPT
### Tech Stack <a name="tech-stack"></a>
- HTML
- CSS
- JAVASCRIPT
- WEBPACK
<details>
<summary>Client</summary>
<ul>
<li><a href="https://html.com/">HTML</a></li>
<li><a href="https://css.com/">CSS</a></li>
<li><a href="https://javascript.com/">JAVASCRIPT</a></li>
<li><a href="https://webpack.com/">WEBPACK</a></li>
</ul>
</details>
<!-- Features -->
### Key Features <a name="key-features"></a>
- **[User-input]**
- **[Store-items]**
- **[Display-scores]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## 💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps.
- Clone the following link to your local machine: (https://github.com/Leeoasis/Leaderboard.git)
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
commands:
```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
### Usage
To run the project, execute the following steps:
```sh
Open the local folder where your cloned your project to.
Locate the html file named index.html and right click on it.
Select open with and choose google chrome.
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- AUTHORS -->
## 👥 Authors <a name="authors"></a>
👤 **Leslie Gudo**
- GitHub: [@githubhandle](https://github.com/Leeoasis)
- Twitter: [@twitterhandle](https://twitter.com/gudo_leslie)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/leslie-gudo-b08a4)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- FUTURE FEATURES -->
## 🔭 Future Features <a name="future-features"></a>
> Describe 1 - 3 features you will add to the project.
- [ ] **[personal-styling]**
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]([(https://github.com/Leeoasis/Leaderboard/issues)]).
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- SUPPORT -->
## ⭐️ Show your support <a name="support"></a>
If you like this project you can show the appreciation by adding a star.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ACKNOWLEDGEMENTS -->
## 🙏 Acknowledgments <a name="Microverse"></a>
I would like to thank Microverse for the most valuable lessons in this project.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## 📝 License <a name="license"></a>
This project is [MIT](./LICENSE.md) licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
| Leaderboard Is a program that gets username and score , store it via an API and retrieves it by pressing refresh and display the name and score in a table. | html5,javascript,webpack | 2023-03-07T09:46:29Z | 2023-03-30T07:40:56Z | null | 1 | 5 | 13 | 1 | 0 | 2 | null | MIT | JavaScript |
Naritsumi/PassGen-extension | main | # PassGen: Password Generator Extension 🤖 ✨
<p align="center">
PassGen: Free Password Generator Tool available for Chrome
</p>
<p align="center">
<img src="https://github.com/Naritsumi/PassGen-extension/blob/main/images/generator.png?raw=true" alt="Password Generator"/>
</p>
## Add the extension
1. Go to chrome://extensions in your Google Chrome browser
2. Check the Developer mode checkbox in the top right-hand corner
3. Click "Load Unpacked" to see a file-selection dialog
4. Select your local `passgen-extension` directory
### Features:
* Generate unlimited strong passwords: without Math.random() method.
* Generate readable passwords too! Inspired by [XKCD 936](http://xkcd.com/936/).
* Customize your password lenght.
* Easy to use.
* Completely offline.
## License
:trophy: This source code is available to everyone under the standard [MIT license](https://github.com/microsoft/vscode/blob/main/LICENSE.txt).
| PassGen: Free Password Generator Tool available for Chrome | chrome,chrome-extension,javascript,open-source,password,password-generator,security-tools | 2023-03-03T10:35:10Z | 2023-04-19T09:20:30Z | 2023-03-03T10:42:14Z | 1 | 0 | 14 | 0 | 0 | 2 | null | MIT | JavaScript |
pavanmanishd/trivia | master | # Trivia
- Hosted on [https://pavanmanishd.github.io/trivia/](https://pavanmanishd.github.io/trivia/)
## Description
- This is a trivia game that allows users to play a trivia game with 10 questions.
- The user can choose the number of questions to play with.
- Finally after the game is over, the user can see the score and the number of correct answers.
- The user can also see the questions and the answers that he/she got wrong.
## Technologies used
- React
- HTML
- CSS
## Running the project(locally)
- Clone the project
- Run `npm install` to install all the dependencies
- Run `npm start` to start the project
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
| This is a trivia game that allows users to play a trivia game with 10 questions. | game,javascript,react | 2023-02-25T04:38:29Z | 2023-04-08T15:35:40Z | null | 1 | 1 | 20 | 0 | 0 | 2 | null | null | JavaScript |
shotit/shotit-meta-service | main | # Shotit-meta-service
Provide meta information and utility for shotit, for example, image proxy, cast and poster etc.
## Prerequisites
Document Database to store metadata (MongoDB or MongoDB Atlas)
## Setup
```shell
git clone https://github.com/shotit/shotit-meta-service.git
cd shotit-meta-service
yarn install
```
- Take Blender Open Movie dataset as an example, insert blender.json to your MongoDB service. Suggest naming it db "shotit" and collection "imdb".
- Copy `.env.example` to `.env`, and paste your MongoDB endpoint there.
```shell
yarn start
```
## Restful API call:
**IMDB metadata:**
> POST http://localhost:4000/imdb
| parameters | structure | content-type |
| ---------- | --------------------- | ---------------- |
| ids | {"ids":["tt1254207"]} | application/json |
curl:
```shell
curl --location 'http://localhost:4000/imdb' \
--header 'Content-Type: application/json' \
--data '{"ids":["tt1254207"]}'
```
result:
```shell
[
{
"_id": "645351a28b5aa313e549c26b",
"id": "tt1254207",
"title": "Big Buck Bunny",
"originalTitle": "",
"fullTitle": "Big Buck Bunny (2008)",
"type": "Movie",
"year": "2008",
"image": "https://m.media-amazon.com/images/M/MV5BNjRjYjRhNmQtNWE0YS00NWIwLWFhYjUtMTkzZTUwYTE4MTBiXkEyXkFqcGdeQXVyNjA3OTI5MjA@._V1_Ratio0.7117_AL_.jpg",
"releaseDate": "2008-04-10",
"runtimeMins": "10",
"runtimeStr": "10min",
"plot": "An enormous, fluffy, and utterly adorable rabbit is heartlessly harassed by the ruthless, loud, bullying gang of a flying squirrel, who is determined to squash his happiness.",
"plotLocal": "",
"plotLocalIsRtl": false,
"awards": "Awards, 1 win",
"directors": "Sacha Goedegebure",
"directorList": [
{
"id": "nm3060230",
"name": "Sacha Goedegebure"
}
],
"writers": "Sacha Goedegebure",
"writerList": [
{
"id": "nm3060230",
"name": "Sacha Goedegebure"
}
],
"stars": "",
"starList": [],
"actorList": [],
"fullCast": null,
"genres": "Animation, Short, Comedy",
"genreList": [
{
"key": "Animation",
"value": "Animation"
},
{
"key": "Short",
"value": "Short"
},
{
"key": "Comedy",
"value": "Comedy"
}
],
"companies": "Blender Foundation, Peach Open Movie Team",
"companyList": [
{
"id": "co0180299",
"name": "Blender Foundation"
},
{
"id": "co0242828",
"name": "Peach Open Movie Team"
}
],
"countries": "Netherlands",
"countryList": [
{
"key": "Netherlands",
"value": "Netherlands"
}
],
"languages": "None",
"languageList": [
{
"key": "None",
"value": "None"
}
],
"contentRating": "TV-Y7",
"imDbRating": "6.4",
"imDbRatingVotes": "2128",
"metacriticRating": null,
"ratings": null,
"wikipedia": null,
"posters": null,
"images": null,
"trailer": null,
"boxOffice": {
"budget": "€150,000 (estimated)",
"openingWeekendUSA": "",
"grossUSA": "",
"cumulativeWorldwideGross": ""
},
"tagline": null,
"keywords": "anthropomorphic animal,computer animation,experimental short,independent short,cg animation",
"keywordList": [
"anthropomorphic animal",
"computer animation",
"experimental short",
"independent short",
"cg animation"
],
"similars": [
{
"id": "tt4957236",
"title": "Cosmos Laundromat",
"image": "https://m.media-amazon.com/images/M/MV5BODUwMjE4OTQ2Nl5BMl5BanBnXkFtZTgwMDE3NjQ2NjE@._V1_Ratio0.7343_AL_.jpg",
"imDbRating": "6.9"
},
{
"id": "tt6914802",
"title": "Agent 327: Operation Barbershop",
"image": "https://m.media-amazon.com/images/M/MV5BNWNjNzhiYjMtMGFmNy00YTQzLWJjMWQtZGRjZjNlMjhjNTE5XkEyXkFqcGdeQXVyMjgwMjk0NzA@._V1_Ratio0.7150_AL_.jpg",
"imDbRating": "7.0"
},
{
"id": "tt1727587",
"title": "Sintel",
"image": "https://m.media-amazon.com/images/M/MV5BMzc5NTUzNTgzMF5BMl5BanBnXkFtZTcwODcwMzQ5Mw@@._V1_Ratio0.7053_AL_.jpg",
"imDbRating": "7.4"
},
{
"id": "tt2285752",
"title": "Tears of Steel",
"image": "https://m.media-amazon.com/images/M/MV5BMTczMzQzNDE5NV5BMl5BanBnXkFtZTcwNzYwMzQ1OA@@._V1_Ratio0.6763_AL_.jpg",
"imDbRating": "5.5"
},
{
"id": "tt13716914",
"title": "Coffee Run",
"image": "https://m.media-amazon.com/images/M/MV5BNmVlNWMyODItNGFhYi00MWQ0LWI1YWQtOTJhNjhmOGI2NzViXkEyXkFqcGdeQXVyMjQ4ODQxNjI@._V1_Ratio0.6763_AL_.jpg",
"imDbRating": "7.4"
},
{
"id": "tt11541872",
"title": "Big Bug",
"image": "https://m.media-amazon.com/images/M/MV5BN2YxMzViODItZmRmYi00N2Y3LWI2ZDktNWZlODY0NjhhNGVlXkEyXkFqcGdeQXVyMTUwOTU0Mw@@._V1_Ratio0.6763_AL_.jpg",
"imDbRating": "5.5"
}
],
"tvSeriesInfo": null,
"tvEpisodeInfo": null,
"errorMessage": ""
}
]
```
**Image Proxy:**
_Proxy image and transform the image format to jpg at the backend, so as to satisfy the format requirement of shotit search api under certain scenarios._
> GET http://localhost:4000/proxy?url=
curl:
```shell
curl --location 'http://localhost:4000/proxy?url=https%3A%2F%2Fi.ibb.co%2Fqnwfks9%2Fbig-buck-bunny-4.png'
```
result:
```
A jpg file of Big Buck Bunny
```
| Provide meta information and utility for shotit, for example, image proxy, cast and poster etc. | anns,approximate-nearest-neighbor-search,distributed,embedding-similarity,faiss,image-search,javascript,liresolr,nearest-neighbor-search,node | 2023-02-26T16:49:41Z | 2023-05-04T23:52:47Z | null | 1 | 1 | 6 | 0 | 1 | 2 | null | Apache-2.0 | JavaScript |
guilhermeicarofr/joCAMpo | main | # joCAMpo
- A Jo-ken-po game using javascript to process webcam image with tensorflow and read the player's gestures (rock, paper, scissors)
- Author: guilhermeicarofr
### Play it on : https://guilhermeicarofr.github.io/joCAMpo/
## How to play:
- Show your hand to the camera (male sure it's on frame)
- Make a gesture (rock, paper, scissors) with your hand and hold it for about 3 seconds
- You will notice the icon on the left panel indicating your gesture loading to confirm
- When confirmed, wait for the response opponent gesture
- If you win you get a point and continue the game
- If it draws you get no points but still continue
- If you lose the game is over and your score goes to 0
- You can play as many times as you wish
## How to run locally:
- Git Clone this repository
- Open index.html in your browser and allow access to camera
| A Jo-ken-po game using javascript to process webcam image with tensorflow and read the player's gestures (rock, paper, scissors) | javascript,tensorflow,tensorflowjs | 2023-03-02T15:54:40Z | 2023-03-08T06:15:35Z | null | 1 | 6 | 24 | 0 | 0 | 2 | null | null | JavaScript |
hayaabduljabbar/Automotive-Car-Design | master | null | In this repository we are created a automotive car design website which is created by using this technologies like HTML, CSS & JavaScript. | css,html,html-css-javascript,htmlcssjavascript,htmlcssjs,javascript,automotive-car-design | 2023-02-25T11:23:32Z | 2023-02-25T11:25:13Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | CSS |
Divya-Konala/BookSearch | master | null | A responsive book search application to search all the books using google API. It also saves the list of all previous searches. | bootstrap,css,google-books-api,html,javascript | 2023-03-04T09:24:39Z | 2023-06-08T10:22:58Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | CSS |
pankajsbisht143/famousfootwear | main | Homepage-Deepshikha Jain,
Product and Product Description page-Akash Tijare,
login/Signup-Shreyash T,
Cart,Address,Payment,Paymentsucessfull page-Pankaj Singh Bisht
Tech Stacks-HTML,CSS,JAVASCRIPT
| It's a clone of Famous Footwear app created using HTML, CSS, vanila js, bootstrap.This website is an E-commerce website . | css,html,html5,javascript | 2023-03-11T19:25:51Z | 2023-10-06T12:42:07Z | null | 5 | 17 | 60 | 0 | 0 | 2 | null | null | HTML |
vladokuskov/cycplanner | main | <img align='center' src="public/assets/logo.svg" width="300px">

[](https://cycplanner.vercel.app/)
`cycplanner` is a full-stack web application that allows users to create, organize, and join cycling events in their area. This project was created using React, Next.js, and Firebase.
Live - https://cycplanner.vercel.app/
### Features
* Sign up and sign in functionality using Firebase Authentication.
* Create, edit, and delete cycling events.
* Join and leave cycling events.
* View cycling events in your area.
* Filter cycling events by location, distance, and date.
* View and edit your profile information.
### Technology Stack
React
Next.js
Firebase
Styled Components
TypeScript
<div style="display: flex; justify-content: center;">
<img src="public/previews/1.png" width="200px">
<img src="public/previews/2.png" width="200px">
<img src="public/previews/3.png" width="200px">
<img src="public/previews/4.png" width="200px">
</div>
### How to start?
1. Clone the repository: `git clone https://github.com/swappnet/cycplanner.git`.
2. Install dependencies: `npm install`.
3. Set up a Firebase project and add your Firebase configuration to `.env.local` file in the root directory. You can use the `.env.local.example` file as a template.
4. Start the development server: `npm run dev`.
5. Open http://localhost:3000 in your browser to view the app.
### Contributing
Contributions to 'cycplanner' are welcome! If you would like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Write your code and tests.
4. Push your changes to your fork.
5. Create a pull request.
---
### License
`cycplanner` is licensed under the MIT license. See the LICENSE file for more information.
### Acknowledgements
`cycplanner` was created by Swappnet as a project for cycling community.
<h4>Liked the work ?</h4>
Give the repository a star :-)
| Create, organize, and join local cycling events. | firebase,nextjs,sass,javascript,reactjs,styled-components,typescript | 2023-02-28T17:54:13Z | 2023-06-07T06:29:54Z | null | 1 | 22 | 282 | 4 | 0 | 2 | null | MIT | TypeScript |
azulverdosa/squeaky_bones | main | # Pet Information Collection
[](https://github.com/ellerbrock/open-source-badges/)
[](https://www.firsttimersonly.com/)
[](https://hacktoberfest.com/)
> List of dogs and cats and their basic details, for use as mock data AND to help new developers contribute to open source!
## Table of Contents
- [General Info](#general-information)
- [Contributions](#contributions)
- [Project Status](#project-status)
- [Room for Improvement](#room-for-improvement)
- [Contact](#contact)
- [Support](#🤝-support)
- [Acknowledgments](#acknowledgments)
- [License](#license)
## General Info
This is a mini project of mine that is going to be used as mock-data of dogs and cats with a short list of pet details. I plan to use this collection in applications that I have on the back burner. I am opening this up for Hacktoberfest to allow new developers the chance to make their first contributions! There are some other files in this same repo that are related to random thoughts I've had for applications.
## Contributions
Any and all contributions are welcome! Have a look around, add some data, make a suggestion, offer a UI design, I'm open to all ideas!
If you are new to the dev world and would like to know where to start, head to the [CONTRIBUTIONS.md](https://github.com/azulverdosa/pet_database/blob/main/CONTRIBUTING.md) file for some direction!
## Project Status
Status: In Progress
## Room for Improvement
To do list:
- [ ] Build out detailed list that can be used for veterinarians, dog daycare, or any other project I can think of
- [ ] Add photos to pet profiles
- [x] Open up for Hactoberfest 2023 to help jr devs get involved on GitHub
- [ ] Build a GUI for easy additions to the collections?
- [ ] Create a filter to search the collections
- [ ] Create reports based on pets as well as sales
- [ ] Create a game based on data
## Contact
Created by [@azulverdosa](https://github.com/azulverdosa) - feel free to contact me!
- [LinkedIn](https://www.linkedin.com/in/avatorre/ 'linked')
- [Email](mailto:ellemocambo@gmail.com)
## 🤝 Support
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
## Acknowledgments
- Repo Inspiration - [@Donard97](https://github.com/Donard97/vet-clinic-database)
- New Contributors Instructions Inspiration
- [GitHub](https://github.com/firstcontributions/first-contributions)
- [@ollelauribostrom](https://github.com/ollelauribostrom/rebus) (also gave the inspiration on opening the repo to new developers 🙏 )
## License
The MIT License (MIT)
Copyright (c) 2023 Ava Elise
| 🚀 A chance for new developers to contribute to open source! | cats,contribution,dogs,hacktoberfest,hacktoberfest-accepted,javascript,mock-data,open-source,pets,beginner-friendly | 2023-03-09T20:06:18Z | 2023-10-23T18:52:01Z | null | 2 | 1 | 84 | 0 | 0 | 2 | null | MIT | JavaScript |
mvaibhav131/Happy-Birthday | main | # Happy-Birthday-App
## Making simple birthday application for friend wishes
### made by using HTML,CSS,JS
| simple birthday card for friends | birthday-wishes,css,css3,gift,happy-birthday,html,javascript,script,styled-components,animation | 2023-03-08T12:14:52Z | 2023-03-15T04:35:11Z | null | 1 | 0 | 8 | 0 | 0 | 2 | null | null | CSS |
h1102sh-Developer/Minor-Projects | main | # Minor-Projects
In this repository I put the code or source file of some minor projects which were dynamic.
| In this repository I put the code or source file of some minor projects which were dynamic. | html,css,java,javascript | 2023-03-03T17:54:42Z | 2023-09-14T20:23:33Z | null | 1 | 0 | 35 | 0 | 0 | 2 | null | null | CSS |
soliveirarm/focus | main | # [Focus - Minimal Task Manager](https://focus-minimal.vercel.app/)
All your tasks are saved locally, so you don't have to worry about logging in for now, although that option might be added in the future.
## Favicon credit:
<div> Icons made by <a href="https://www.flaticon.com/authors/vectors-market" title="Vectors Market"> Vectors Market </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
| Minimal Task Manager | js,css3,html5,minimalist,productivity,task-manager,html-css-javascript,javascript | 2023-03-11T16:05:11Z | 2024-02-20T18:07:16Z | null | 1 | 0 | 97 | 0 | 0 | 2 | null | null | CSS |
CleilsonAndrade/ui-twitter | master | <div align="center">
<h1>UI Twitter</h1>
<p>Clone da interface do Twitter, com capacidade de postar tweets, timeline e comentar tweets específicos. Desenvolvido com React com TypeScript, a fim de estudos sobre tipagem estática e componentização, com rotas utilizando a lib React Router DOM.</p>
<img src="./design/desktop.png" alt="Logo" width="800">
</div>
# 📒 Índice
* [Descrição](#descrição)
* [Requisitos Funcionais](#requisitos)
* [Features](#features)
* [Tecnologias](#tecnologias)
* [Design](#design)
* [Cores](#cores)
* [Fontes](#fontes)
* [Ícones](#ícones)
* [Instalação](#instalação)
* [Licença](#licença)
# 📃 <span id="descrição">Descrição</span>
Clone da interface do Twitter, com capacidade de postar tweets, timeline e comentar tweets específicos. Desenvolvido com [**React**](https://react.dev/) com [**TypeScript**](https://www.typescriptlang.org/), a fim de estudos sobre tipagem estática e componentização, com rotas utilizando a lib [**React Router DOM**](https://reactrouter.com/en/main) e salvamento dos tweets localmente com a lib [**localforage**](https://github.com/localForage/localForage) e classificação na timeline por data com [**match-sorter**](https://github.com/kentcdodds/match-sorter) e [**sort-by**](https://github.com/kvnneff/sort-by).
# 📌 <span id="requisitos">Requisitos Funcionais</span>
- [x] Postar tweets<br>
- [x] Visualização de uma timeline de tweets<br>
- [x] Capacidade de comentar um tweet especifico<br>
- [x] Visualização de um timeline para os comentários de um tweet especifico<br>
## Features
- [x] Responsividade<br>
# 💻 <span id="tecnologias">Tecnologias</span>
- **HTML**
- **CSS**
- **JavaScript**
- **TypeScript**
- **Vite**
- **ReactJS**
- **localforage**
- **match-sorter**
- **React Router DOM**
- **sort-by**
# 🎨 <span id="design">Design</span>
- O modelo final para versão desktop e mobile está disponível na pasta `./design`
- <span id="cores">Cores<br></span>
* #1da1f2<br>
* #0f1419<br>
* #ebeef8<br>
* #5b7083<br>
* #fff<br>
* #ebeef0<br>
* #f7f9fa<br>
* #89a2b8<br>
- <span id="fontes">Fontes<br></span>
* Roboto, sans-serif
- <span id="ícones">Ícones<br></span>
* Phosphor React
# 🚀 <span id="instalação">Instalação</span>
```bash
# Clone este repositório:
$ git clone https://github.com/CleilsonAndrade/ui-twitter.git
$ cd ./ui-twitter
# Instalar as dependências:
$ yarn install
# Executar:
$ yarn dev
```
# 📝 <span id="licença">Licença</span>
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
<p align="center">
Feito com 💜 by CleilsonAndrade
</p>
| Clone da interface do Twitter, com capacidade de postar tweets, timeline e comentar tweets específicos. Desenvolvido com React com TypeScript, a fim de estudos sobre tipagem estática e componentização, com rotas utilizando a lib React Router DOM. | css,design,front-end,html,javascript,localforage,match-sorter,react-router-dom,reactjs,sort-by | 2023-02-28T20:59:56Z | 2024-04-08T19:45:54Z | null | 1 | 0 | 5 | 0 | 0 | 2 | null | MIT | TypeScript |
erin-m-keller/volunteer-finder | main | # Volunteer Finder
## Description
Web application that allows businesses to create accounts and search for and/or favorite volunteers to work with on initiatives.
## Table of Contents
* [Technology Stack](#technology-stack)
* [User Story](#user-story)
* [Acceptance Criteria](#acceptance-criteria)
* [Project Requirements](#project-requirements)
* [The Team](#the-team)
* [The Team Tasks](#the-team-tasks)
* [Screenshot](#screenshot)
* [Deployed page](#deployed-page)
* [License](#license)
* [Outside Resources](#outside-resources)
## Technology Stack





## User Story
```md
AS A business owner
I WANT to see available volunteers
SO THAT I can plan a volunteer project
```
## Acceptance Criteria
```md
GIVEN when I access the page I am presented with a login/sign-up form
GIVEN an account has been created
WHEN I sign-in/sign-up to the website
THEN I view the main page
WHEN I view the main page
THEN I am presented with a selection of available volunteers (avatar, name)
WHEN I click a volunteer
THEN I am presented with their information (avatar, name, city/state, phone/email)
a map with their location, a link to contact the volunteer, and a button to
save to my preferred volunteers list
WHEN I visit the profile settings page
THEN I can update my name, email and/or business name
WHEN I update my data
THEN I am presented with a modal confirming my changes
WHEN I view the volunteer list on the profile settings page
THEN I can click the volunteer name to view more details, or
click the trash icon to remove from my list
WHEN I click the sign out button
THEN I am redirected to the login page
```
## Project Requirements
```md
Use a CSS framework other than Bootstrap.
Be deployed to GitHub Pages.
Be interactive (in other words, accept and respond to user input).
Use at least two server-side APIs (Links to an external site).
Use modals instead of alerts, confirms, or prompts.
Use client-side storage to store persistent data.
Be responsive.
Have a polished UI.
Have a clean repository that meets quality coding standards (file structure,
naming conventions, best practices for class/id naming conventions,
indentation, quality comments, and so on).
Have a quality README (including a unique name, description, technologies
used, screenshot, and link to the deployed application).
```
## The Team
[Kevin Rhode](https://github.com/KevinRhode)
[Joshua Cavell](https://github.com/xclusive36)
[Dylan Wednieski](https://github.com/iam3dski)
[Erin Keller](https://github.com/erin-m-keller)
## The Team Tasks
**Kevin Rhode**: HTML, CSS, "Volunteer List Page" (not including Header), Handle Random-Data-Api, JavaScript loadUsers(init, createUserCard, retriveUsers), modaljs.js, Bug Fixes
**Joshua Cavell**: Wireframe, Firebase Auth, Things here and there
**Dylan Wednieski**: Google Maps API, About page, Feedback help
**Erin Keller**: HTML, CSS, JavaScript, "Login" page (not including authentication), "My Account" page, Assisted with bug fixes
## Screenshot

## Deployed page
[View Published Page](https://erin-m-keller.github.io/volunteer-finder/)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Outside Resources
* [Firebase](https://firebase.google.com/docs)
* [Bulma](https://bulma.io/documentation/)
* [Random Data API](https://random-data-api.com/documentation)
* [Selecting Colors](https://coolors.co/)
* [Mozilla Dev Docs](https://developer.mozilla.org/)
* [Javascript Dev Docs](https://www.tutorialrepublic.com/)
* [W3 Schools Modal Animation](https://www.w3schools.com/howto/howto_css_modals.asp)
* [JS Infinite Scroll](https://www.javascripttutorial.net/javascript-dom/javascript-infinite-scroll/)
* [Google Maps API](https://developers.google.com/maps/documentation)
| Web application that allows businesses to create accounts and search for and/or favorite volunteers to work with on initiatives. | css,html,javascript,bulma-css,firebase | 2023-03-08T00:05:06Z | 2023-03-24T06:04:45Z | null | 4 | 92 | 205 | 0 | 1 | 2 | null | null | JavaScript |
bamarcheti/fullstack-strapi-nextjs | main | # __Fullstack App With Strapi and Nextjs__
Projeto construído em curso pela Digital Ocean para o desenvolvimento de um Fullstack App com Strapi e Next.js.
**[🔗 Clique aqui para acessar](https://my-resume-bamarcheti.vercel.app/)**
## **🛠 Tecnologias**
>### *Server*


>### *Frontend*




>### *Bibliotecas e Ferramentas*



## **✨ Como executar**
- [Backend](./blog-strapi/README.md)
- [Frontend](../blog-next/README.md)
## **💛 Contato**
[<img src='https://img.shields.io/badge/website-000000?style=for-the-badge&logo=About&logoColor=white' alt='Website' height='30'>](https://my-resume-bamarcheti.vercel.app/)
[<img src='https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white' alt='Discord' height='30'>](https://discord.com/channels/@ba_marcheti#3824)
[<img src='https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white' alt='Instagram' height='30'>](https://www.instagram.com/ba_marcheti)
[<img src='https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white' alt='Linkedin' height='30'>](https://www.linkedin.com/in/barbara-marcheti-fiorin/)
[<img src='https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white' alt='Gmail' height='30'>](bmarchetifiorin@gmail.com)
| Curso Fullstack App com Strapi e Next.js | css,html,insomnia,javascript,nextjs,nodejs,strapi | 2023-02-28T00:23:14Z | 2023-02-28T01:31:44Z | null | 1 | 0 | 13 | 0 | 0 | 2 | null | null | JavaScript |
diegotellezc/academloShop | main | null | Academlo Shop es un E-Commerce desarollado con Vanilla Javascript en donde se hace el consumo a una API para traer la información de los productos en venta y se desarrolló la funcionalidad del carrito de compras. | ecommerce,ecommerce-website,javascript,store,tienda-online | 2023-03-11T04:23:26Z | 2023-03-21T03:51:15Z | null | 1 | 0 | 41 | 0 | 0 | 2 | null | null | CSS |
gabriel-soulcode/goodpay | main | # GoodPay
Esta aplicação foi desenvolvida pela SoulCode Academy para desenvolvimento de trabalho colaborativo em sistema CI/CD, utilizando o GitHub Projects como plataforma de gestão de trabalho.

## Tecnologias
[](https://shields.io/) [](https://www.javascript.com) [](https://shields.io/) [](https://code.visualstudio.com/)
## Exemplos de Paleta de Cores e Comunicação Visual




## Arte promocional









## Logos utilizadas e parceiros







| null | bootstrap,css,html,javascript | 2023-03-02T12:54:18Z | 2023-03-10T13:12:05Z | null | 16 | 50 | 106 | 8 | 16 | 2 | null | null | HTML |
Digvorzhak/Path-Product | main | # PathProduct ✈
PathProduct is a new platform that connects travelers and buyers from around the world. The platform allows buyers to post requests for products and connect with travelers who are already planning trips to their area. By cutting out the middleman, it offers a faster and more cost-effective way to get the products you need.
For now, there is only an admin demo that monitors the posts. You can upload a new post, edit an existing post, or delete a post. I am currently working on implementing more features and functionalities to make the platform even better.
## Technologies:
* React.js
* mockAPI
* Styled Components
* Axios
* React Router Dom
Link - https://pathproduct.netlify.app/
| PathProduct is a new platform that connects travelers and buyers from around the world. and connect with travelers who are already planning trips to their area. By cutting out the middleman, it offers a faster and more cost-effective way to get the products you need. | javascript,mockapi,reactjs,reactrouterdom,styled-components | 2023-03-01T14:15:09Z | 2023-03-16T19:13:06Z | null | 1 | 0 | 16 | 0 | 0 | 2 | null | null | JavaScript |
Zeref101/My-Portfolio | main | Hey everyone!
This is my portfolio and you can know a little about me, check it out
https://zeref101.github.io/My-Portfolio/
| Check out my first fully responsive site which is also my portfolio so you can know me a bit. | portfolio,css3,html5,javascript | 2023-02-26T13:15:34Z | 2023-06-28T03:06:59Z | null | 1 | 0 | 26 | 0 | 0 | 2 | null | null | HTML |
MasabBinZia/Quater-1_PIAIC | master | # Quater 1
## Certified AI, Metaverse, and Web 3.0 Developer & Solopreneur (WMD)
All workdone in Quater 1 of PIAIC (TypeScript and NextJS Fundamentals.)
| 💻 All workdone in Quater 1 of PIAIC (TypeScript and NextJS Fundamentals.) | javascript,nodejs,typescript,chakar-ui,nextjs,reactjs,tailwindcss | 2023-03-01T13:52:53Z | 2023-05-31T18:39:01Z | null | 1 | 0 | 43 | 0 | 0 | 2 | null | null | TypeScript |
ShahariarRahman/javascript-for-backend-practice | main | # Javascript For Backend Development
| Javascript Basic Concepts For Backend Development | javascript | 2023-03-04T17:11:26Z | 2023-03-06T01:19:55Z | null | 1 | 0 | 35 | 0 | 0 | 2 | null | null | JavaScript |
alfimonth/notes-app-back-end | master | null | null | backend,dicoding-academy,hapi-server,javascript | 2023-03-05T08:30:48Z | 2023-09-10T03:27:58Z | null | 1 | 0 | 13 | 0 | 0 | 2 | null | null | JavaScript |
TebogoYungMercykay/The_Jerman_Otto_Car_Site | master | # Polishing Full Stack Development Skills: Preparing for an Impressive Portfolio Website!
---
- The `ultimate objective` is to construct exceptional web applications and mobile apps. By the end of this journey, I aspire to possess the ability to develop both `client` and `server software` proficiently. Moreover, I aim to master `HTML`, `CSS`, `Javascript`, `jQuery`, `AJAX`, `MySQL`, `PHP` and Many More, Including `PHP APIs`, and to be able to program a browser using popular frameworks such as JavaScript, jQuery, Angular and many more, as well as a server using renowned technologies such as PHP, ASP, Python, or Node.
---
- ### `Some of The Topics to be Covered Include`:
- #### `LAMP Stack`
- HTML
- JavaScript
- CSS
- PHP
- MySQL
- #### `MEAN Stack`
- MongoDB
- ExpressJS
- Angular
- NodeJS
- #### `Android and Hybrid Mobile Development`.
- #### `Extra Topics`
- XML
- AJAX
- JSON
- JQuery
- Bootstrap
- TypeScript
- Logs
- Network protocols and sockets.
- Distributed internet and blockchain.
- Security (SQL database attacks, security, encryption, and hashing).
- Other topics of current interest (Advanced Security, Cloud Computing, TailwindCSS).
---
---
## NOTE WELL!!!!
---
##### The `Complete` Project(`Ionic Angular Native Mobile App`) is in a `separate` repository (Check PA5 Section Bellow for Details), The final `webside` before migrating it to a Native Mobile App is in the `PA4` folder!.. (`Thanks For The Visit!`).
---
---
# My Repo Directory Looks Like This So Far
- ### `README.md`
- ### `JermanOttoCarSite`
- #### `PA1`:
- css
- HTML
- img
- #### `PA2`:
- css
- HTML
- img
- js
- #### `PA3`
- css
- jerman-otto-styles.css
- loader.css
- database_dumbs
- carsdb.sql
- Usersdb.sql
- img
- >Backround_Images
- log.jpg
- js
- brands.js
- carListing.js
- compare.js
- findCar.js
- loader.js
- validate-sign-up.js
- php
- api_confiq.php
- api.php
- Brands.php
- Compare.php
- config.php
- FindCar.php
- footer.php
- head.php
- header.php
- index.php
- login.php
- logout.php
- signup.php
- validate-login.php
- validate-signup.php
- ReadME.md
- #### `PA4` (FILES NOTE YET COMMITED!!):
- DONE WITH THIS PART, TESTING IF EVERYTHING WORKS PERFECTLY (DELAYED UPLOADING JUST TO MAKE SURE EVERYTHING WORKS PERFECTLY).
- css
- jerman-otto-styles-dark.css
- jerman-otto-styles-light.css
- loader.css
- settings.css
- database_dumbs
- carsdb.sql
- preferences.sql
- rating.sql
- Usersdb.sql
- img
- > Backround_Images
- > Backround_Images_Light
- logo.jpg
- js
- brands.js
- carListing.js
- compare.js
- findCar.js
- loader.js
- theme.js
- validate-sign-up.js
- php
- api_confiq.php
- api.php
- Brands.php
- Compare.php
- config.php
- FindCar.php
- footer.php
- head.php
- header.php
- index.php
- login.php
- logout.php
- settings.php
- signup.php
- validate-login.php
- validate-signup.php
- ReadMe.md
- <img alt="PA4_Init_Commit" src="JermanOttoCarSite/PA4/PA4.png">
- #### `PA5`
- The Code for PA5 is In A `Separate` Repository.
- Repository Name: `Ionic` + `Angular` `Native Mobile Application` (Will Be Created Soon or it Will Be Available by the time you see this).
- This is to make sure `this` Repo is `neat`, `manageabe` and `easy` to work with since the Files from the `Ionic Angular Native App` will be a lot. But the app will still use the same `API` and `Databases`, The `Client Side` will also be similar to that of `PA4`, And most of the Trivial `functionalities` will be implemented in the `Native app` and some `more` will bbe added.
- Visit PA5 Repository Here: [Ionic_Angular_Native_Mobile_Application](https://github.com/TebogoYungMercykay/Ionic_Angular_Native_Mobile_Application.git)
- ### `index.html`
- ### `api.php`
- ### `...`
---
- # Name of imaginary Company: Jerman Otto:
- <img alt="Company Logo" src="JermanOttoCarSite/PA2/logo.jpg" width="300" height="300">
---
# Topics In Brief Per PA Sub-Folder From 1 To 5 For The Cars Site
- # `PA1`
- Created a web page which complies to the HTML5 standards and CSS styling.
- http://validator.w3.org/, https://jigsaw.w3.org/css-validator/
- ## `Functionality:`
- A navbar from where navigation to each component/part is showcased.
- A client must be able to navigate through all the PAs from the Launch Page.
- An "under construction" page which is the page displayed if the tab has not as yet been completed.
- Making sure that the web works in as many browsers as possible.
- Layout, Backrounds, Fonts, Text, Boxes, Colours, Sizes and etc.
- ### Workflow: Only HTML and CSS with Mock Data
- Launch Page with Logo.
- Navigation Bar on all created Pages.
- Cars Page
- Searchbar.
- Filters.
- Sort.
- Branch Page
- Brand Logo.
- Name.
- Find Me a Car Page
- At least 6 Questions.
- 4 Required.
- 2 Optional.
- Comapre Cars Page.
- Under Construction.
- Example Code HTML & CSS (Check jerman-otto-styles.css and Brands.html, Path: JermanOttoCarSite/PA2)
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<meta name="author" content="Selepe Sello">
<meta name="description" content="Example HTML & CSS Code For My ReadMe.md">
<meta name="keywords" content="South Africa">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../logo.jpg" type="image/icon type">
<link rel="stylesheet" type="text/css" href="#" integrity="#" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<style>
/* CSS for listing cars */
.Example-CSS-For-Listing-Cars {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(210px, auto));
grid-gap: 50px;
margin: 50px auto;
color: rgb(203, 242, 255);
max-width: 1240px;
padding: 20px;
border-radius: 15px;
background-color: rgba(0, 0, 0, 0.75);
}
</style>
</head>
<body class="background-brands">
<header>
<!-- Navigation -->
<div class="topnav">
<a href="#"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
</div>
</header>
<section id="logo" class="mt-5">
<!-- Logo placeholder -->
<img src="JermanOttoCarSite/PA3/Logo.jpg" alt="Logo">
</section>
<div class="Example-CSS-For-Listing-Cars">
<!-- Sample text for brands listing: Mock Data -->
<p>Brand 1</p>
<p>Brand 2</p>
<p>Brand 3</p>
<p>Brand 4</p>
<p>Brand 5</p>
<p>Brand 6</p>
</div>
<footer class="footer-bottom">
<!-- Footer text and email link -->
<p>Jerman Auto © 2023 All Rights Reserved! <i class="fab fa-linkedin"></i> <a href="mailto:sbkskhalo.kq@gmail.com">Email</a></p>
</footer>
</body>
</html>
```
---
---
- # `PA2`
- ### I will develop this using XAMP
- Loading Screen.
- JavaScript Animations.
- JQuery for DOM manipulation.
- Retrieving data from APIs.
- Populating your templates with the retrieved API data.
- Implementing the Find me a car page.
- Implementing the Compare page.
- ### API Functionality
- AJAX.
- JSON Manipulation.
- Cars/Brands have the correct image pulled from the API.
- DOM Manipulation.
- All API calls are done through JavaScript AJAX XMLHttpRequest and jQuery.
- The data from the API loads dynamically when the user views the page.
- I used asynchronous so that the execution of one task doesn't dependent on another. Basically multiple tasks can run simultaneously.
- #### Workflow: No Mock Data!!
- CARS PAGE
- Data Population -> Replace Mock Data from prev Cars Page.
- Search, Filters and Sorting works.
- Loading Screen.
- BRANDS PAGE
- Data Population -> Replace Mock Data from prev Brands Page.
- Loading Screen
- FIND ME A CAR
- Correct results are Displayed.
- Correct use of API parameters.
- COMPARE PAGE
- Car Selection works.
- Compare Stats Show.
- API Request Example Code (Check carListing.js, path: Path: JermanOttoCarSite/PA2/js)
```javascript
function carListingAlgorithm(jsonObject1) {
var jsonObject;
if (jsonObject1 === undefined) {
jsonObject = {
"studentnum": "uXXXXXXXX",
"apikey": "a9198b68355f78830054c31a39916b7f",
"type": "GetAllCars",
"limit": 21,
"return": ["make", "model", "body_type", "engine_type", "transmission", "max_speed_km_per_h"],
"sort": "max_speed_km_per_h",
"order": "DESC",
"fuzzy": false
};
console.log("Please enter a valid request with at least one parameter");
alert('Please enter a valid request with at least one parameter');
}
else {
jsonObject = jsonObject1;
}
resetDiv("cars-listing");
var json = JSON.stringify(jsonObject);
$.ajax({
url: `https://wheatley.cs.up.ac.za/api/`,
method: "POST",
data: json,
success: function(response) {
for (let k = 0; k < response.data.length; k++) {
var tempVar = response.data[k].make.toLowerCase();
createCars(tempVar, response.data[k]);
}
},
error: function(jqXHR, textStatus, errorThrown) {
console.log("Status code: " + jqXHR.status + " Status text: " + textStatus);
console.log("Error thrown: " + errorThrown);
}
});
}
```
---
---
- # `PA3`
- Using a MySQL DB with PHP.
- Create PHP API.
- User Registration with an API.
- API key Generation and Authorization.
- I will use the PHP cURL library for the API development.
- Default login details (username and password) for a user I have on the API.
- I will be using phpMyAdmin.
- ### Workflow Setup:
- #### READMe Specifying:
- How to use the website
- Explanations for the password requirements, choice of hashing algorithm and generation of API keys
- #### Basic setup and page construction
- Making use of the include function to stitch pages together.
```php
<?php
// file.php
echo "This is the main file.";
include "calculate.php";
// Calling a function from the included PHP(calculate.php) file
echo "The sum of 2 and 3 is " . GetSum(2, 3);
?>
<!-- calculate.php -->
<?php
function GetSum($num1, $num2) {
$sum = $num1 + $num2;
return $sum;
}
function GetDifference($num1, $num2) {
$diff = abs($num1 - $num2);
return $diff;
}
?>
```
- config.php, header.php, footer.php, api.php
- login.php, validate-login.php, logout.php
- signup.php, validate-signup.php
- Database (MySQL DB Dump)
- Example of a database Dumb: `users.sql`
```sql
CREATE DATABASE IF NOT EXISTS `example_db`
USE `example_db`;
-- MariaDB dump 10.19 Distrib 10.7.3-MariaDB, for Win64 (AMD64)
-- Remember to add your student number as the database name!
-- Host: path/to/host Database: example_db
-- Server version 10.3.31-MariaDB-0+deb10u1
-- Table structure for table `users`
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`surname` varchar(50) NOT NULL,
`email` varchar(100) NOT NULL,
`password` char(30) NOT NULL,
`time_created` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table `users`
LOCK TABLES `users` WRITE;
-- Inserting values into the DB
INSERT INTO `users` VALUES
(1,'Default','User','default@u.c','d9d8c68a295f34ad3ef590a4b683f3',1652881570);
-- DONE
UNLOCK TABLES;
-- Dump completed on 2022-05-19 12:15:54
```
- User information includes the following fields: "id", "name", "surname", ""email", "password", "API key".
- #### User Registration
- The goal is for the user to be able to enter in various details on a form on the signup page and register an account on the car website.
- A signup-validation function which checks (using JavaScript and PHP)[i.e. Both client and server-side validation] whether the information is correct or not. If it is valid, the user is added to the relevant table in the database.
- Making sure the user can easily register/login to the site.
- Signup form on the signup page (signup.php) with the following fields: "name", "surname", "email", "password".
- Using JavaScript to check that all the fields are filled out correctly.
- Email address should have an '@' symbol and the Password should be longer than 8 Characters.
- The Password must also , contain Upper and Lower case Letters, at least One Digit and One Symbol (JS Regex will help).
- Making use of POST to submit the form information to signup-validation.
```html
<form method="post" action="signup-validation.php">
<label for="name">Name:</label>
<input type="text" id="name" name="name"><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email"><br>
<label for="password">Password:</label>
<input type="password" id="password" name="password"><br>
<input type="submit" value="Sign up">
</form>
```
- Add user to DB if it doesn't exist, hash password, Add salt, If user already exist an error must be dispayed!!.
- #### Creating a PHP API
- I will make use OOP to create the API class. File name "api.php".
- API should only produce/consume structured JSON data.
- I will be recreating a modified version the "Get All Cars" section of the API used for PA2 (API Documentation.html).
- I should be able to use SQL Queries to extract data from the database dynamically.
- In order to make server side external requests in PHP I will use the PHP cURL library.
- ##### Additional Resources:
- http://php.net/manual/en/curl.examples.php
- https://stackoverflow.com/questions/3062324/what-is-curl-in-php
- https://www.startutorial.com/articles/view/php-curl
- The API should should be able to cater for invalid input by returning an error back that will be handled client side.
- #### EXAMPLES
- ## These are the Default Users for the Jerman Otto Cars Page:
- #### `Default User 1`:
- Name: Test
- Surname: User
- Email: testuser@tuks.co.za
- Password: `@TestUser#564`
- API_key: `a9198b68355f78830054c31a39916b7f`
- #### `Default User 2`:
- Name: John
- Surname: Doe
- Email: johndoe3@gmail.com
- Password: `tEst@us5e#hd`
- API_key: `K9yW8cGnE3qTfR7xV2sZ6bN1mJ4jL5p`
- ##### FOR THE EXAMPLE REQUETS BELLOW, NB:=
- The `studentnum` field is not being tested nor used on the API, It us just here for `fun/vibes`.
- Please use the `API_keys` on the `database` to make requests to the REST API. They are included in `SECTION 1`
- ##### Example 1: POST Request by User 1:
```json
{
"studentnum":"u12345678",
"type":"GetAllCars",
"limit":2,
"apikey":"a9198b68355f78830054c31a39916b7f",
"search":{
"make":"BMW",
"body_type":"Coupe"
},
"fuzzy": true,
"sort":"id_trim",
"order": "ASC",
"return":[
"id_trim","max_speed_km_per_h","body_type","engine_type","transmission","image"
]
}
```
- ##### Response form API
```json
{
"status": "success",
"timestamp": 1680911562,
"data": [
{
"id_trim": "4417",
"max_speed_km_per_h": "250",
"body_type": "Coupe",
"engine_type": "Gasoline",
"transmission": "Manual",
"image": "https://wheatley.cs.up.ac.za/api/images/models/bmw_1m.jpg",
"image_brand": "https://wheatley.cs.up.ac.za/api/images/brands/bmw.png"
},
{
"id_trim": "4464",
"max_speed_km_per_h": "250",
"body_type": "Coupe",
"engine_type": "Gasoline",
"transmission": "Automatic",
"image": "https://wheatley.cs.up.ac.za/api/images/models/bmw_2 series.jpg",
"image_brand": "https://wheatley.cs.up.ac.za/api/images/brands/bmw.png"
}
]
}
```
- ##### Example 2: POST Request by User 2:
```json
{
"limit":2,
"apikey":"K9yW8cGnE3qTfR7xV2sZ6bN1mJ4jL5p",
"search":{
"make":"BMW",
"body_type":"Coupe"
},
"fuzzy": true,
"sort":"id_trim",
"order": "ASC",
"return":[
"id_trim","max_speed_km_per_h","body_type","engine_type","transmission","image"
]
}
```
- ##### Response form API
```json
{
"status": "error",
"timestamp": 1680912205,
"data": "Error. Post parameters are Missing"
}
```
- ## Basic Setup Before Running the Codes
- Import the `cars` table using the carsdb database dumb.
- Import the `users` table using the usersdb database dumb, or alternatively
- Create another table called `users` with the following fields: "id", "name", "surname", "email", "password", "API_key", "salt".
- The `id` field should be `Automatically` generated, Using `AUTO_INCREMENT=1`
- #### If You aren't Running the codes on wheatley:
- At least Have Xampp installed
- Copy the souce code to the httdoc directory
- Run Apache and MySQL server
- Use this URL to access the codes on XAMPP: "http://localhost/path/to/code/login.php"
- ## How the Sign Up and Login Works:
- A User must have an account to view the Cars for practical 3, and all the other pages.
- If a user doesn't have an account they can only access the `signup`, `login` and `launch` pages.
- A user can `create an account` and `login` without complications, I implemented The Sign Up and Login.
- When a user submits the signup form, the `'required'` from HTML will make sure all fields are filled,
- Then `JavaScript` will be loaded, And it will do signup validation on the `client side`.
- Thereafter, If `javascript` is done, the form will be sent to `validate-signup.php` via `POST`.
- This is to make sure the request is secured, Then `PHP` will do the validation on the `server side`.
- Once all the validation is done, the user will be added to the 'users' database table.
- ## `Sign Up Instructions:`
- All Fields SHOULD Not Be `Empty`
- The `NAME` and `SURNAME` fields SHOULD contain only Characters
- The `EMAIL` SHOULD contain '@gmail.com' or '@tuks.co.za', and AT LEAST a Character on the LEFT.
- Make sure the EMAIL doesn't contain `Illegal Characters`
- Make sure the PASSWORD is at least `8 Characters` long and contains a `Number`, Contains a `Special Character`, `Uppercase` and `Lowercase` letters.
- Make sure the PASSWORD doesn't contain Illegal Characters
- The PASSWORD and CONFIRM PASSWORD SHOULD `match`
- ##### This Is Implemented to make sure the Password is strong and it cannot be guessed or generated easily by Attackers.
- ## How The Encryption Algorithm Works
- Generate a `RANDOM` int, SALT value between `[2000000000, 2147483646]`.
- Encrypt PASSWORD using the random number as the `salt` with "sha256" and hash_pbkdf2 method, `hash_pbkdf2("sha256", p, s, i, b)`;
- Using 1000 iterations for the hash_pbkdf2 method, and a HASH length of 32 BYTES, So that it can fit well into a column of this size => `VARCHAR(128)`.
- Finally i Concatenate the SALT and HASH and the encode the resulting string to base 64, using `base64_encode()`.
- ## API Key
- The API key is an `Alphanumeric` string of `length=32`.
- It Contains these Characters: `0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`
- The Key is then Displayed to the User using an alert.
---
---
- # `PA4`
- #### `ONLY REGISTERED USERS WILL HAVE ACCESS TO THE PAGES`
- Populating data using the API i created in PA3
- Adding more `filters` to the API
- Or modifying the Client side to work with the available filters.
- Cookie or Local DOM Storage
- Storing the `API key` in the `Local DOM Storage`.
- Using the API key to send `Requests` to the `API` in the `Server-Side`.
- Themes (`dark` and `light`)
- Using DOM Storage to keep the user preferences so that they are `saved` and remembered when the user `loads` the site
- Theme must be `dynamically` updated such that the user `doesn't` need to `reload` the page every time after the theme is loaded.
- The user must be able to save these `default settings` in the settings page.
- Example: THeme Implimentation in `javaScript`.
- ```javascript
var html = document.querySelector('html');
var themeStyle = document.querySelector('#theme-style');
var toggleButton = document.querySelector('#theme-toggle');
var defaultTheme = localStorage.getItem('default_theme');
if (defaultTheme && defaultTheme != "N/A") {
html.setAttribute('data-theme', defaultTheme);
themeStyle.setAttribute('href', `../css/jerman-otto-styles-${defaultTheme}.css`);
if(defaultTheme === 'dark'){
toggleButton.textContent = 'Dark Mode';
}
else {
toggleButton.textContent = 'Light Mode';
}
}
toggleButton.addEventListener('click', () => {
var theme = '';
if(html.getAttribute('data-theme') === 'dark'){
theme = 'light';
}
else{
theme = 'dark';
}
html.setAttribute('data-theme', theme);
localStorage.setItem('theme', theme);
localStorage.setItem('default_theme', theme);
themeStyle.setAttribute('href', `../css/jerman-otto-styles-${theme}.css`);
// toggle button text
if (theme === 'dark') {
toggleButton.textContent = 'Dark Mode';
}
else {
toggleButton.textContent = 'Light Mode';
}
});
```
- `UPDATE` PHP API type
- Allowing the user to `change` their preferences.
- Preferences are the filters used in the previous PAs
- Making sure the filters are always applied(until changes are made).
- Implementing the functionality for `storing` and `updating` data on the `database`.
- There must be a settings page for saving preferences.
- Using the API to `return preferences` from the database and storing them in DOM storage.
- Implementing the ability to `rate` cars on the Cars page.
- Showing the `average rating` of the cars on the cars page from all users.
---
---
## REQUIREMENTS BEFORE RUNNING THE CODES:
- ### `A Text Editor`:
- A text editor is required to create, write and edit code.
- There are many free and paid text editors available online such:
- Visual Studio Code
- Sublime Text
- Notepad++
- Atom.
- VS Code: [Instalation Guide](https://www.youtube.com/watch?v=4zVObKFZ6fA&ab_channel=TheCodeholic)
- ### `Web Server`:
- A web server is required to serve web pages to users.
- You can use an existing web server like Apache or Nginx, or you can use a package like XAMPP or WAMP which comes with an integrated web server.
- ##### `Xampp Instalation Guide`:
- [Windows 10](https://www.youtube.com/watch?v=-f8N4FEQWyY&ab_channel=edureka%21)
- [Windows 11](https://www.youtube.com/watch?v=VQpATELDSEI&ab_channel=ProgrammingKnowledge2)
- Once `Xampp` is available:
- Copy the souce code to the httdoc directory
- Run `Apache` and `MySQL` server
- url: `"http://localhost/path/to/code/login.php"`
- ### `HTML`:
- Hypertext Markup Language is used to create the structure and content of web pages.
- You need a text editor to create HTML files with an ".html" extension.
- ### `CSS`:
- Cascading Style Sheets are used to style the HTML content.
- You need a text editor to create CSS files with a ".css" extension.
- ### `JavaScript`:
- JavaScript is used to add interactivity and functionality to web pages.
- You need a text editor to create JavaScript files with a ".js" extension.
- ### `PHP`:
- PHP is a server-side scripting language used for dynamic web content.
- You need a web server that supports PHP to run PHP scripts.
- ### `AJAX`:
- Asynchronous JavaScript and XML are used to update web content without refreshing the page.
- You need JavaScript and a web server that supports AJAX.
- AJAX Example For Just Control
```php
<!DOCTYPE html>
<html>
<head>
<title>AJAX Example For Control</title>
<script>
function loadData() {
var requestVariable = new XMLHttpRequest(); // Object
requestVariable.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
// DOM Manipulation
document.getElementById("example_id").innerHTML = this.responseText;
}
};
requestVariable.open("GET", "URL", true); // asynchronous
requestVariable.send(); // Send the request
}
</script>
</head>
<body>
<h1>AJAX Example For Control</h1>
<!-- Calls loadData() when the button is clicked -->
<button type="button" onclick="loadData()">Load Data</button>
<p id="example_id"></p>
</body>
</html>
```
- ### `jQuery`:
- jQuery is a JavaScript library that simplifies HTML document manipulation, event handling, and animation.
- You need to include jQuery in your HTML file by linking to it in your code.
- The Same AJAX Example Using jQuery Just For Control
```php
<!DOCTYPE html>
<html>
<head>
<title>AJAX Example For Control</title>
<!-- Including jQuery Library in out file -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("#exampleButton").click(function() {
$.get("URL", function(data) {
// DOM Manipulation
$("#example_id").html(data);
});
});
});
</script>
</head>
<body>
<h1>AJAX Example For Control</h1>
<button type="button" id="exampleButton">Load Data</button>
<p id="example_id"></p>
</body>
</html>
```
- ### `Web Browsers`:
- A web browser is necessary to render and display web pages.
- Popular web browsers include:
- Google Chrome
- `Mozilla Firefox`
- Safari
- Microsoft Edge
- `Brave`
- Opera
- Tor `(Onion Routing)`
---
---
<p align=center>THE END<p>
---
---
| This repository serves as my personal web development space, where I am constantly experimenting, practicing, and refining my skills. It contains a variety of projects, code snippets, and resources that I used/use. | ajax,angular,bootstrap,css,expressjs,html,javascript,jquery,json,logs | 2023-03-02T23:47:59Z | 2023-07-20T14:21:02Z | null | 1 | 17 | 200 | 0 | 0 | 2 | null | null | PLpgSQL |
alokverma18/SRMS | main | # SRMS - Student Result Management System
It is a web-based application that allows a school or a university to manage, track and display student results.
## Features
* Student authentication and authorization
* CRUD operations for students, subjects, and results
* Generate reports on student performance
* User-friendly interface with responsive design
## Tech Stack
* Backend: Node.js, Express.js, MongoDB
* Frontend: HTML, CSS, JavaScript, Bootstrap
* Authentication and Authorization: JSON Web Tokens (JWT)
* Reporting and Analytics: Chart.js
* Deployment: Heroku
## Screenshots

## Roadmap
Some features that could be added to SRMS in the future include:
* Integration with student information systems (SIS)
* Advanced reporting and analytics features
* Improved security and access controls
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## License
[](https://choosealicense.com/licenses/mit/)
## Authors
- [@Alok Verma](https://www.github.com/alokverma18)
## 🔗 Links
[](https://alokverma.my.canva.site/)
[](https://www.linkedin.com/in/alokverma18/)
[](https://twitter.com/ak_verma18)
## Conclusion
Thanks for reading this.
Don't forget to give a star 🌟 if it was helpful!!
| Student Result Management System | css,html,javascript,nodejs,python,reactjs,webdevelopment | 2023-03-07T12:51:50Z | 2023-07-25T18:32:40Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | MIT | CSS |
simaovillela/To-do-list | main | null | null | css,html,javascript,to-do-list,checklist | 2023-03-06T18:56:59Z | 2023-03-06T18:57:31Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | JavaScript |
mrinalxdev/EventPulse | main | # EventPulse
EventPulse is a comprehensive and user-focused modern ticketing app that aims to simplify the process of discovering, purchasing, and managing event tickets while enhancing the overall event experience for users.
| An daily event organizing manager . | express,javascript,mongo,mongoose,nextjs | 2023-02-27T05:11:38Z | 2023-10-30T16:12:12Z | null | 1 | 1 | 21 | 0 | 0 | 2 | null | null | JavaScript |
HasanAbbadi/moyaser-api | master | # Moyaser-API
An endpoint to the official [hefzmoyaser](https://hefzmoyaser.net/mushaf) Api
that provides an easier way of fetching data.
## Installation
```shell
git clone https://github.com/HasanAbbadi/moyaser-api
cd moyaser-api
npm install
npm run start
```
the api will start at port 4500 by default.
## Usage:
There are three routes to this api:
* `/page`: get all verses from specific page.
* `/verse`: get information regarding the verse, (eg: tafseer, meanings...) | Api that uses hefzmoyaser.net database of colored verses of the holy quran, for easier memorization. | api,javascript,json,nodejs,quran,quran-api | 2023-03-04T12:40:57Z | 2023-03-10T12:40:52Z | null | 1 | 0 | 9 | 0 | 0 | 2 | null | null | JavaScript |
sabirlkhaloufi/POPFILMS-reactNative | main | null | null | api,hooks,javascript,react-native,redux-toolkit | 2023-03-06T08:34:52Z | 2023-03-17T18:18:04Z | null | 1 | 1 | 7 | 0 | 0 | 2 | null | null | JavaScript |
kyzinatra/KalmanFilter | master | null | null | kalman-filter,math,mlat,chartjs,javascript,multilateration,typescript | 2023-03-10T15:51:14Z | 2023-05-17T19:34:22Z | null | 2 | 0 | 56 | 0 | 0 | 2 | null | null | TypeScript |
atek-software/qsparser | main | 

[](https://sonarcloud.io/component_measures/metric/coverage/list?id=atek-software_qsparser)
[](https://sonarcloud.io/summary/new_code?id=atek-software_qsparser)
[](https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=atek-software_qsparser)
[](https://sonarcloud.io/component_measures/metric/security_rating/list?id=atek-software_qsparser)
QsParser is a [query-string](https://en.wikipedia.org/wiki/Query_string) parsing library for Java. Its goal is to make Java back-end applications able to parse query strings generated on a JavaScript client with [qs](https://github.com/ljharb/qs). This way, one can close the gap between the JS front-end data structures and the Java back-end representations.
## Parser
QsParser's core feature is the parsing of query-strings into internal nested representations (dictionaries, arrays, strings, etc.). The implementation is fully compatible with how [qs](https://github.com/ljharb/qs) is parsing query-strings into JS objects.
```java
QueryStringParser parser = new QueryStringParser();
Value value = parser.parse("filters[name][:eq]=John&filters[age][:ge]=18&filters[age][:le]=60");
System.out.println(value);
/* {
filters : {
name : {
:eq : John
}
age : {
:ge : 18
:le : 60
}
}
} */
```
### :star: Features
The main value of QsParser is the support for nested data structures encoded as query strings. Therefore, the parser is able to identify nested compound representations (i.e. dictionaries, arrays) and merge them into a single hierarchical data structure.
* Specify the components of an array using square brackets and integer indexes: `date[0]=14&date[1]=10&date[2]=2000`
* Make use of no-index arrays to gather data into a single structure: `part[]="hello "&part[]="world"`
* Use sparse arrays or choose to automatically compact them: `checkbox[0]=yes&checkbox[3]=yes&checkbox[10]=yes`
* Represent the members of dictionaries using square brackets or dots: `person.name=John&person.birth.year=2000`
* Allow nesting of dictionaries and arrays: `person.name=John&person.year[0]=2000&person.year[1].value=2012`
* Supports jQuery parameter strings: `filter%5B0%5D%5B%5D=John`
* Supports multiple encodings: `%8c%a7=%91%e5%8d%e3%95%7b` can parse as `{ 県 : 大阪府 }`
### :gear: Options
A parser instance can be customized to use certain parsing options:
* Allow dots as component specificator instead of square brackets
* Choose if integer-indexed structures should be parsed as arrays
* Override parsing limits for the array size, representation depth or parameter count
* Customize the charset and the decoder for the query string to be parsed (or use the default UTF-8 URLDecoder)
* Adapt for specific query strings in regard to the leading prefix (?) or the delimiter (&)
* Parse commas inside values and generate arrays
## Builder
QsParser has a custom set of structures to represent a query string. A vital functionality when it comes down to the generation of query strings is the QS Builder. This ensure that a fully compatible query string is generated based on an input representation.
```java
QueryStringBuilder builder = new QueryStringBuilder();
StringValue address = StringValue.get("address");
StringValue city = StringValue.get("city");
StringValue ny = StringValue.get("New York");
String queryString = builder.stringify(new DictValue().append(address, new DictValue().append(city, ny)));
System.out.println(queryString);
/* address%5Bcity%5D=New+York */
```
### :star: Features
The QS Builder is able to stringify any structure represented through the provided model. Therefore, the builder is able to generate a string construct which can be parsed back into a structure equal to the initial input.
* Specify the format in which the arrays should convert: `names=John&names=Jack` or `names[0]=John&names[1]=Jack` or `names[]=John&names[]=Jack`
* Compress arrays and use comma separator: `names=John,Jack`
* Represent the members of dictionaries using square brackets or dots: `person.name=John&person.birth.year=2000`
* Allow nesting of dictionaries and arrays: `person.name=John&person.year[0]=2000&person.year[1].value=2012`
* Encode query string and support custom encodings: `filter%5B0%5D%5B%5D=John`
## Download
Download from the [GitHub Packages](https://github.com/atek-software/qsparser/packages/) section or depend through Maven or Gradle.
```xml
<dependency>
<groupId>ro.atek</groupId>
<artifactId>qsparser</artifactId>
<version>LATEST</version>
</dependency>
```
:warning: The packages are not uploaded to Maven Central yet.
:heavy_exclamation_mark: The packages are uploaded to [GitHub Packages](https://github.com/atek-software/qsparser/packages/), so you may need to add the required repository or use [jitpack](https://jitpack.io).
```xml
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/atek-software/qsparser</url>
</repository>
```
| A querystring parser in Java compatible with JS representation | java,parser,qs,query-string,url-parsing,json,javascript,url,url-decoder,url-encoder | 2023-03-02T18:43:27Z | 2023-03-21T13:48:04Z | 2023-03-21T13:48:04Z | 1 | 5 | 45 | 0 | 0 | 2 | null | MIT | Java |
lack21/Easybank-Landing-Page | main | # Easybank-Landing-Page
Tools Used:
• HTML
• SCSS
• Javascript

Link : https://lack21.github.io/Easybank-Landing-Page/
| Website Project | html,javascript,scss | 2023-03-04T14:21:10Z | 2023-04-26T16:52:52Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | HTML |
SevenAJJY/Quiz-App | main | # Quiz-App
#### Test your skills with SevenAJJY Quizzes.
Each quiz contains 20-30 questions, you get 1 point for each correct answer, at the end of each quiz you get your total score.
| Test your skills with SevenAJJY Quizzes. Each quiz contains 20-30 questions, you get 1 point for each correct answer, at the end of each quiz you get your total score. | ajax,css,css-grid,html,javascript,json | 2023-03-08T15:02:27Z | 2023-03-14T23:50:45Z | null | 1 | 0 | 24 | 0 | 0 | 2 | null | null | CSS |
Mukheshkrishna/portfolio_using_angular | main | # PortfolioApp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
# portfolio_using_angular
| null | angular,css,html,javascript,typescript,angular-cli,portfolio,portfolio-website,scss | 2023-03-10T04:49:28Z | 2023-03-11T06:20:55Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | CSS |
Axnjr/MyCurrentPortfolio | main | # My Current Portfolio Version 24.1
https://axn.vercel.app
| My fancy portfolio v.24.1 : ) | design,fancy,javascript,portfolio,portfolio-website,react,reactjs,ui,ui-design | 2023-03-01T11:06:13Z | 2024-02-01T01:15:25Z | null | 1 | 0 | 23 | 0 | 0 | 2 | null | null | JavaScript |
akram-elgh/Rinote | main | # Rinote
Simple app to take notes about different topics
| Simple app to take notes about different topics | expressjs,javascript,nodejs,nodemon,react | 2023-03-09T17:34:59Z | 2023-04-14T14:31:34Z | null | 1 | 0 | 5 | 0 | 0 | 2 | null | null | JavaScript |
VictorApaez/meow-madness | main | # Meow Madness
Meow Madness is a web app that allows users to post one cat image per day and compete to see whose cat is the cutest! Users can vote on each other's cat images, and the image with the highest number of votes is displayed in real-time.
## Technologies Used
Meow Madness was built using the following technologies:
- MongoDB
- Express
- React
- Node.js
## Features
- User authentication with just email and username
- Ability to upload one cat image per day
- Daily competition with real-time display of the image with the most votes
- Simple and intuitive user interface
| A web app that allows users to post one cat image per day and compete to see whose cat is the cutest! Users can vote on each other's cat images, and the image with the highest number of votes is displayed in real-time. | express-js,javascript,mongodb,node-js | 2023-02-25T01:03:29Z | 2023-02-26T13:22:45Z | null | 2 | 2 | 104 | 0 | 1 | 2 | null | null | JavaScript |
phidalgodiblasio/Flex | main | # Flex
## Introduction
Flex is a Spring Boot based web-application which allows users to track workouts, daily intake, and body weight. Users will also be able to set specific goals for each of the elements that they are able to track and see their progress over time. This will solve the dilemma of needing multiple apps to track your overall fitness by providing one website that allows you to track everything.
## Technology/Frameworks
Front-end: React.<br>
Back-end: Spring Boot and MySQL.
## Credits
Flex was developed as a project for the University of Pittsburgh's CS 1530 Software Engineering course. This application was developed by:
* Tyler Courtney
* Matthew Guiddy
* Paolo Hidalgo
* Pierce Martin
* Owen Wurst
## Our App
When launching this app, the user is first taken to a login page where they can sign in or register a new user. When new users are registered, their information is added to the database and they are automatically signed in.
<br>
<p align="center">
<img src="./images/1.png" width="200" height="">
</p>
<br>
After signing in, users are taken to the home page, where they are shown the current days macronutrient intakes, weight and the current days workout. Users can set/update macro goals and weight goals on this page, both of which are updated in the database. From this page users can log the current days weight or macro intake, and they can also navigate to the page for logging a workout.
<br>
<p align="center">
<img src="./images/2.png" width="400" height="">
</p>
<br>
A user can navigate to the intake or weight history pages by clicking "View Progress". These pages both graph the daily intake of the user over time with a line to show the users set goal.
<br>
<p align="center">
<img src="./images/3.png" width="400" height="">
</p> | Flex is a Spring Boot based web-application which allows users to track workouts, daily intake, and body weight. | fitness-tracker,java,javascript,react,spring-boot,mysql | 2023-03-03T17:44:03Z | 2023-05-04T18:39:04Z | null | 5 | 9 | 147 | 0 | 2 | 2 | null | null | JavaScript |
pmwmedia/rollup-plugin-auto-reload | main | null | Rollup plugin to automatically reload pages and bundles when changes are made | livereload,reload,rollup,rollup-plugin,watch,javascript,plugin,typescript | 2023-03-08T17:00:51Z | 2024-05-22T12:26:24Z | null | 1 | 15 | 384 | 1 | 1 | 2 | null | MIT | TypeScript |
hardyyb2/react-conditional-match | main | # Conditional Match
[](https://bundlephobia.com/package/@dx-kit/react-conditional-match)
[](https://opensource.org/licenses/MIT)
A lightweight and flexible React component for conditional rendering that supports multiple matches and fallbacks.
Use it to implement complex rendering logic without having to write complex conditional logic with ternaries or if-else blocks.
[DEMO](https://stackblitz.com/edit/vitejs-vite-sz2s9x)
## Features
- **Multiple render conditions**: With ConditionalMatch, you can specify multiple conditions for rendering different components based on the current state of the application.
- **Supports multiple matches**: Use the <code>ConditionalMatch </code>component to render multiple children based on the conditions you define. The component will render all children that match the condition.
- **Supports fallback**: Use the "fallback" prop to provide a fallback for when none of the children match the condition.
- **TypeScript support**: ConditionalMatch is built with TypeScript and provides type definitions for easy integration into TypeScript projects.
- **Lightweight and flexible**: The ConditionalMatch component is small and can be easily integrated into any React project.
## Installation
You can install the <code>@dx-kit/react-conditional-match</code> component using npm or yarn or pnpm:
```
npm i @dx-kit/react-conditional-match
```
or
```
yarn add @dx-kit/react-conditional-match
```
or
```
pnpm i @dx-kit/react-conditional-match
```
## Usage
> **See more examples here** - [examples](https://stackblitz.com/edit/vitejs-vite-sz2s9x)
To use the ConditionalMatch component in your React project, you need to import it and use it in your JSX code.
```typescript
import React, { useState } from "react";
import { ConditionalMatch } from "@dx-kit/react-conditional-match";
const MyComponent = () => {
const [val, setVal] = useState(2);
return (
<ConditionalMatch fallback={<div>No matches found.</div>}>
<ConditionalMatch.Render when={val < 5}>{val} is less than 5</ConditionalMatch.Render>
<ConditionalMatch.Render when={val === 5}>{val} is equal than 5 </ConditionalMatch.Render>
<ConditionalMatch.Render when={val > 5}>{val} is greater than 5 </ConditionalMatch.Render>
</ConditionalMatch>
);
};
```
In this example, the ConditionalMatch component will render the first child that matches one of the conditions. If none of the children match the condition, the component will render the fallback element.
```typescript
<ConditionalMatch fallback='Initial state'>
<Render when={loading}>Loading...</Render>
<Render when={data?.length}>
<DataComp data={data} />
</Render>
<Render when={error}>{error}</Render>
</ConditionalMatch>
```
## Usage compared with _if-else_ and _ternary_
| | Image | Description |
| -------------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| **if-else** |  | - Simple syntax<br>- Easy to read |
| **ternary** |  | - More concise <br /> - Harder to read. |
| **ConditionalMatch** |  | - Easy nesting <br/> - Simple syntax <br /> - Easy to read <br /> - Supports **multiple matches** |
<br/>
## Props
### _ConditionalMatch_
| Prop name | Type | Default value | Description |
| ---------- | -------------------------------------- | ------------- | ------------------------------------------------------------------------- |
| fallback | `React.ReactNode` | - | The fallback element to render if no children match the condition |
| children | `JSX.Element \| JSX.Element[] \| null` | `null` | The children to search for a matching condition |
| multiMatch | `boolean` | `false` | Whether to render all matching children (if true) or only the first match |
### _Render_
| Prop name | Type | Description |
| --------- | ----------------------------------- | --------------------------------------------------------- |
| when | `T \| undefined \| null \| boolean` | The condition to determine whether to render the children |
| children | `React.ReactNode` | The children to render if the condition is true |
## Contributing
If you find a bug or have an idea for a new feature, feel free to submit an issue or pull request on the GitHub repository: [https://github.com/hardyyb2/react-conditional-match.git](https://github.com/hardyyb2/react-conditional-match.git)
| component KIT to improve Developer eXperience. | conditional-rendering,javascript,jsx,react,typescript | 2023-02-25T13:10:01Z | 2023-03-02T15:11:04Z | 2023-03-02T15:11:04Z | 1 | 0 | 51 | 0 | 0 | 2 | null | MIT | TypeScript |
ishantchauhan710/Photon | master | 
# Photon
Photon is a cross platform image editing desktop app. One can select any image and apply different transformations and filters on it and export the resultant image in PNG format on their computer
Here is a short video about this app: https://www.youtube.com/watch?v=ZI7M34T9f9A&t=1s
# Features
- Rotate image
- Flip image
- Apply color overlay
- Inbuilt color picker
- Adjust opacity
- Apply blur
- Adjust brightness
- Adjust contrast
- Adjust saturation
# Built Using
- ElectronJs
- TailwindCSS
# Installation

To access this app on your computer, make sure nodejs is installed on your computer. Then clone this repository and in terminal, write:
```
npm install
npm start
```
# Build
To create an .exe or .app file out of this project, in terminal,
```
npx electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]
```
# Contact
For any queries, you can mail me at developerishant710@gmail.com
| Photon is an image editing desktop app. It comes with an inbuilt color picker and lets user pick an image and adjust its brightness, contrast, saturation, rotation, blur etc | css,electron,html,javascript,tailwindcss | 2023-03-06T16:55:13Z | 2023-03-07T17:47:15Z | null | 1 | 0 | 21 | 0 | 0 | 2 | null | null | JavaScript |
hayaabduljabbar/Restaurant-Food-Design | master | null | In this repository we are created a restaurant food design website which is created by using this technologies like HTML, CSS & JavaScript. | css,html,html-css-javascript,htmlcssjavascript,htmlcssjs,javascript,restaurant-food-design | 2023-02-25T11:34:41Z | 2023-02-25T11:35:48Z | null | 1 | 0 | 1 | 0 | 0 | 2 | null | null | CSS |
saptajitbanerjee/Authentication-System-using-AWS | main | <body>
This project showcases a robust full-stack application, combining the power of React.js on the frontend and JavaScript on the backend, seamlessly integrating with AWS Cloud servers. The application revolves around a secure and user-centric experience, starting with a login page that ensures access to the application's contents and features only after successful authentication.
To enhance security and user privacy, the application employs various techniques. It implements JavaScript tokens that automatically log out the user after a specified period of inactivity, promoting a proactive approach to safeguarding sensitive information. Furthermore, the application utilizes bcrypt, a powerful encryption algorithm, to securely encrypt and decrypt user passwords. By leveraging the cloud storage capabilities, the encrypted passwords are safely stored, offering peace of mind to users.
This full-stack application not only prioritizes security but also focuses on delivering a smooth and efficient user experience. By combining the capabilities of React.js and JavaScript, it enables seamless communication between the frontend and backend, facilitating efficient data transfer to and from AWS Cloud servers.
<br>
<div align="center">
<a href="https://aws.amazon.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg" alt="aws" width="100" height="100"/> </a>
</div>
</body>
| This project is a full-stack application that combines React.js on the frontend with JavaScript on the backend. The application communicates with AWS Cloud servers to exchange information. It includes a login page that requires user authentication to access the application's contents and features. | aws,aws-apigateway,aws-dynamodb,aws-lambda,aws-s3,html-css-javascript,javascript,reactjs | 2023-02-28T02:10:24Z | 2023-05-12T11:00:50Z | null | 1 | 0 | 22 | 0 | 0 | 2 | null | null | JavaScript |
jarolthecoder/TaskManagerApp | main | # TaskManager
*** Currently working on version 2.0. Improving login system with Firebase and state managing with Redux ***
TaskManager is a dashboard that allows users to stay organized and manage their daily tasks with ease. On the first visit users will be asked need to type in a username of their choice to start using the app. Once on the dashboard the user can create and edit tasks, mark them as important or completed, and keep track of how many tasks are in each category.
The user can also toggle between dark and light mode for personalized preferences. All preferences and tasks are saved in local storage, so the user can easily access them whenever they use the app.
<p align="center">
<img src="/src/assets/taskmanager-login-page.png" alt="project image">
<img src="/src/assets/taskmanager-dashboard-dark.png" alt="project image">
</p>
## Funtionalities
- Create a unique username to access your tasks
- Add new tasks to your to-do list
- Edit tasks to keep them up-to-date
- Mark tasks as important to prioritize them
- Keep track of how many tasks are in each category (Todo, Important, Completed)
- Toggle between dark and light mode for personalized preferences
- Preferences and tasks are saved in local storage for easy access
- User can logout and change username
## My Experience
Building the TaskManager Web App was an exciting and challenging experience for me. As someone who wanted to take their React and UI skills to the next level, I wanted to build a more complicated project that would allow me to learn and practice more advanced concepts such as custom hooks, reducers, router, private routes, context, and providers.
The final result was a fully functional, user-friendly and responsive app that I believe can help people manage their daily tasks and boost their productivity.
From planning to design and development, I was able to complete this project in under 3 weeks, and I am extremely satisfied and proud of the outcome. Overall, the experience of building this app has been incredibly rewarding, and I look forward to using the knowledge and skills I gained to build more complex and innovative personal or work projects in the future.
## Tools
- React
- React Router
- Redux
- Firebase
- Google signin | TaskManager is a dashboard that allows users to stay organized and manage their daily tasks with ease. Built with React | javascript,react,vite,webapp | 2023-03-06T12:23:16Z | 2023-04-23T23:31:37Z | null | 1 | 0 | 25 | 0 | 1 | 2 | null | null | JavaScript |
younusaliakash/vanilla-js-flipable-memory-card | master | null | Flash card app for learning. Display, add and remove memory cards with questions and answers | css,dom-manipulation,html,javascript,css-animations | 2023-03-07T17:29:54Z | 2023-04-05T13:37:28Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | JavaScript |
NathanVRyver/Cineora | main | # Cineora

Cineora is a sleek and modern front-end website built for a company that specializes in animation event filming, corporate videos, and more. The website is built using HTML, CSS, and JavaScript and features a clean and professional design.
# Features
Hero section with call-to-action button
Section showcasing the company's services
Portfolio section showcasing the company's past work
Team section with profiles of key team members
Blog section for sharing industry insights and updates
# Technologies Used
HTML
CSS
JavaScript
Usage
To use this website, simply download the repository and open index.html in your preferred web browser.
# Credits
This website was built by Bahaa Tantaoui.
# License
This project is licensed under the MIT License. Feel free to use and modify this project for your own purposes.
# Screenshots:






# Video Early Demo:
https://www.youtube.com/watch?v=uEk9fXmB_iA&ab_channel=BahaaTantaoui
| Cineora is a sleek and modern front-end website built for a company that specializes in animation event filming, corporate videos, and more. The website is built using HTML, CSS, and JavaScript and features a clean and professional design. | html-css-javascript,html5,ui-design,ux-design,web,css3,javascript | 2023-03-03T11:16:45Z | 2023-03-13T02:40:21Z | null | 1 | 0 | 74 | 0 | 0 | 2 | null | null | HTML |
yehuuu6/snap-code-editor | master | # Snap Code Editor
> I am working on this project to learn Electron framework. The best way to learn something is accomplished by actually using it.

## Stack
- [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps with JavaScript, HTML, and CSS
- [Ace](https://ace.c9.io/) - Ace is an embeddable code editor written in JavaScript
## License
MIT License.
Check out [LICENSE](./LICENSE) for more detail.
| I am trying to learn Electron framework by creating this code editor. | editor,electron,javascript | 2023-03-03T14:06:11Z | 2023-03-10T21:57:07Z | 2023-03-08T15:05:01Z | 1 | 1 | 27 | 0 | 0 | 2 | null | MIT | JavaScript |
ArnaudBand/Algorithms_and_data_structures | main | # JavaScript Data Structures and Algorithms
This repository contains implementations of data structures and algorithms in JavaScript. Created as part of a Data Structures and Algorithms course, it features organized folders for each topic, with README files providing overviews, use cases, and complexity analysis. Sample problems and solutions, along with test cases, are also included.
## Getting Started
To use the code in this repository, you can clone it to your local machine using the following command:
```bash
git clone https://github.com/ArnaudBand/Js_algorithms_and_data_structures.git
```
You can then navigate to the appropriate folder for the data structure or algorithm you want to use, and open the corresponding JavaScript file.
## Data Structures
The following data structures are included in this repository:
- Singly Linked List
- Doubly Linked List
- Stack
- Queue
- Binary Search Tree
- Hash Table
- Graph
Each data structure folder includes a README.md file with an overview of the data structure, its use cases, and its time and space complexity.
## Algorithms
The following algorithms are included in this repository:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Binary Search
- Breadth-First Search
- Depth-First Search
- Each algorithm folder includes a README.md file with an overview of the algorithm, its use cases, and its time and space complexity. Sample problems and solutions, along with test cases, are also included.
## Contributing
If you would like to contribute to this repository, please check the contribution guidelines and code of conduct. You can then fork the repository, create a new branch for your changes, and submit a pull request. Contributions are welcome in the form of bug fixes, new data structures and algorithms, and improved test cases.
## License
This repository is licensed under the MIT License. See the [LICENSE](https://github.com/ArnaudBand/Algorithms_and_data_structures/blob/main/LICENSE)
| This repository contains implementations of data structures and algorithms. Created as part of a Data Structures and Algorithms course, it features organized folders for each topic, with README files providing overviews, use cases, and complexity analysis. Sample problems and solutions, along with test cases, are also included. | algorithms-and-data-structures,algorithms-implemented,data-structures,javascript,github-codespaces,learn,solidity | 2023-03-09T15:56:40Z | 2024-04-07T00:21:35Z | null | 1 | 60 | 288 | 0 | 1 | 2 | null | MIT | JavaScript |
Chetan2708/JS_projects | main | # JS_projects
Html , CSS , JAVASCRIPT projects
I have tried some projects based on vanilla JS , it is very important , some of the concepts are really important like DOM manipulation , arrays and many more
| This GitHub repository showcases my skills in web development with HTML, CSS, and JavaScript projects. It features a diverse collection of projects, demonstrating my proficiency in creating visually appealing, interactive, and dynamic web applications. | css,css3,dom,html,javascript,front-end | 2023-03-02T13:46:27Z | 2024-04-06T08:28:58Z | null | 1 | 0 | 134 | 0 | 0 | 2 | null | null | JavaScript |
xandemon/Frontend-React-Code-From-Figma-Design | main | # Created Front-End React Code from the provided Figma Design from scratch
This is from a work I did voluntarily for an educational website named 'Medhavhi'. I was provided a Figma Design by the company and I wrote all the Front-End Code using Tailwind CSS & ReactJS fro them.
## Figma Design:

## Website link:
https://medhavhifigma-sandesh.netlify.app/
| Created Front-End React Code from the provided Figma Design from scratch | css,html,javascript,reactjs,tailwindcss | 2023-03-08T08:36:46Z | 2023-04-08T12:31:00Z | null | 1 | 0 | 14 | 0 | 0 | 2 | null | null | TypeScript |
dmitrytavern/website-makeup-feel-design | master | null | The Feel Design is a business card site for an interior designer, representing his creative personality and professional skills. The site was created to impress and inspire visitors with his unique style and approach to interior design. | css,html,makeup,pug,sass,website,website-makeup,javascript,webpack | 2023-03-08T15:29:17Z | 2023-06-29T12:27:45Z | 2023-06-13T22:59:09Z | 1 | 0 | 51 | 0 | 0 | 2 | null | MIT | Pug |
hugojunior/quizdev | main | # QuizDev - Jogando e aprendendo!
> Esse projeto faz parte da disciplina de Estágio Supervisionado do Curso de Sistemas de Informação na UNI7.

## Descrição
Este quiz gamificado é projetado para testar seus conhecimentos em tópicos importantes do mundo de desenvolvimento de software e tecnologia. Você será apresentado a uma série de tópicos importantes, como: **JavaScript**, **CSS**, **HTML**, **SQL** e etc...
Versão Online: https://quizdev.hugojunior.com/
## Rodando o projeto
Basta clonar o repositório em um WebServer, ou usar o plugin [Live Server](https://github.com/ritwickdey/vscode-live-server) no VSCode.
## Ferramentas utilizadas
- Phaser (Game Framework) - https://phaser.io/
- JavaScript (Linguagem de Programação) - https://www.javascript.com/
- QuizAPI (API de Questões) - https://quizapi.io/
- iStock (Imagens) - https://www.istockphoto.com/
- ColourLovers (Paleta de cores) - https://www.colourlovers.com/
- PixaBay (Efeitos Sonoros) - https://pixabay.com/pt/sound-effects/
- ChatGPT (Textos e Questões) - https://chat.openai.com/
| Este quiz é projetado para testar seus conhecimentos em tópicos importantes do mundo de desenvolvimento de software e tecnologia. | development,game,javascript,phaser | 2023-03-06T18:42:58Z | 2023-06-04T11:58:46Z | null | 1 | 6 | 44 | 3 | 0 | 2 | null | null | PostScript |
whisper-of-death/Silver-Rain | main | # Silver Rain
JavaScript WebGL Library.
Library distributed under the MIT license.
[Examples](https://whisper-of-death.github.io/Silver-Rain/examples/)
[Wiki](https://github.com/whisper-of-death/Silver-Rain/wiki)
| JavaScript WebGL Library | 2d,3d,canvas,javascript,webgl,webgl2 | 2023-03-05T20:13:19Z | 2023-04-09T20:05:01Z | null | 1 | 0 | 55 | 0 | 0 | 2 | null | MIT | JavaScript |
jorgehenrrique/proj-controle-despesas | main | # Projeto controle de despesas
## Sobre o projeto
Um cliente nos procurou para criar um controle de despesas online, onde ele
pudesse inserir despesas de forma categorizada e controlar quais foram pagas ou não.
Nosso cliente deseja ter liberdade para criar as próprias categorias no sistema,
assim como deseja que na lista de despesas ele possa fazer filtros de forma simples e
objetiva. Ele deseja também ter informações chaves em forma de card no início da
aplicação, tais como: Total pago, Total a pagar e quantidade de contas vencidas.
## HOME
<img src="assets/requisitos/HOME.png">
### Entregas esperadas:
* A tela home deve conter os totalizadores conforme indicação do cliente
* Deverá carregar todas as despesas cadastradas e possibilitar a filtragem do conteúdo
* Ao clicar no botão(label) de status deve alterar o status da despesa.
* As despesas com status “PAGO” devem estar na cor verde indicada.
* As despesas com status “PENDENTE” devem estar na cor vermelha indicada.
* Ao clicar em “ADICIONAR DESPESA” Você deve abrir a tela com o formulário de adição de despesas
* O header com os menus “Despesas” e “Categorias” devem navegar para suas distintas telas
* O campo filtrar deve conseguir filtrar por todas as colunas, com base no parâmetro “Contém”
### Entregas acima da média:
* Montar uma funcionalidade de exclusão de despesa, se quiser pode se basear na tela de categorias onde esta função é exigida ou pode usar a criatividade.
## ADICIONAR DESPESA
<img src="assets/requisitos/ADICIONAR-DESPESA.png">
### Entregas esperadas:
* O campo de “Categoria” deve buscar o registro de categorias para o cliente selecionar, fique livre para fazer como achar mais adequado.
* Valide a inserção dos dados conforme o tipo que deve ser aceito
* Ao clicar em salvar você só deve salvar se tudo estiver preenchido de forma adequada.
* Ao clicar no cancelar deve retornar a tela de HOME.
### Entregas acima da média:
* A busca de categorias pode ser construída no estilo auto-complete.
* Ter máscara para formatação de datas e valor.
## CATEGORIAS
<img src="assets/requisitos/CATEGORIAS.png">
### Entregas esperadas:
* A tela de categorias deverá listar todas as categorias cadastradas.
* O filtro deverá efetuar a busca na lista renderizada.
* Ao clicar no editar o usuário deverá acessar a tela de editar categorias.
* Quando o usuário clicar em excluir, deverá exibir um “confirm” se realmente deseja concretizar a exclusão.
### Entregas acima da média:
* Exibir mensagens tratadas de exclusão de forma bonita usando manipulação do
DOM.
## ADIÇÃO/EDIÇÃO DE CATEGORIAS
<img src="assets/requisitos/EDICAO-DE-CATEGORIAS.png">
### Entregas esperadas:
* Criar um formulário para inclusão de categorias.
* Verificar se o campo está preenchido antes de salvar o dado.
* Verificar se a categoria já existe e dar um retorno para o usuário.
* Cancelar deve voltar a exbir a tela de Categorias.
### Entregas acima da média:
* Exibir mensagens tratadas de inclusão de forma bonita usando manipulação do DOM
| (Projeto conclusão de módulo 05 JS) - Criar um controle de despesas online, onde o usuário pode inserir despesas de forma categorizada e controlar quais foram pagas ou não. | css3,html5,javascript,js,projeto | 2023-03-08T00:19:48Z | 2023-04-21T14:56:32Z | null | 1 | 0 | 128 | 0 | 0 | 2 | null | null | JavaScript |
vitor-nogueira-dev/star-wars | main | null | Star Wars | api-rest,async-await,javascript | 2023-02-27T19:34:15Z | 2023-02-27T20:28:35Z | null | 1 | 0 | 4 | 0 | 0 | 2 | null | null | JavaScript |
xaihang/maitastybites | main | # Mai Tasty Bites!
## Description
Mai Tasty Bites! is a recipe application that caters to Chef Mai's digital content creation community, known for their significant following on Facebook and YouTube. The platform features a search function for easy recipe discovery and a rating system to share feedback. It allows all users, whether guests or registered, to explore a vast collection of recipes, share them on social media, and print them out.
Registered users have access to additional features, including saving recipes for later, commenting on and rating recipes, and adding their own recipes to the platform. Users can also personalize their dashboard by uploading their avatar.
---
## **TABLE OF CONTENT:**
1. [Deployed Link](#deployed-link)
1. [Usage](#usage)
1. [Technologies utilization](#technologies-utilization)
1. [Contact](#contact)
---
## Deployed Link
[Clicked here to experience Mai Tasty Bites!](https://maitastybites.herokuapp.com/)
---
## Usage
To use Mai Tasty Bites! simply visit the website and start exploring the vast collection of recipes available on the platform. As a guest, you can read recipes, share them on social media, and print them out.
To access additional features, such as saving recipes for later, commenting on and rating recipes, and adding your own recipes to the platform, you need to register for an account. Once registered, you can personalize your dashboard by uploading your avatar.
The platform features a search function that makes it easy to discover recipes, and a rating system for sharing feedback. With Mai Tasty Bites, you can discover, share, and submit your favorite recipes, making it the perfect recipe application for Chef Mai's digital content creation community.
---
## Technologies utilization
* Javascript
* HTML
* CSS
* [React](https://reactjs.org/)
* [React Router v5](https://v5.reactrouter.com/web/guides/quick-start)
* [Redux](https://redux.js.org/)
* [Redux-Saga](https://redux-saga.js.org/)
* [Node js](https://nodejs.org/en/about/)
* [Express js](https://expressjs.com/)
* [Axio](https://axio.com/)
* [Postico 2](https://eggerapps.at/postico2/)
* [PostgreSQL](https://www.postgresql.org/)
* [Postman](https://www.postman.com/)
* [GitHub](https://github.com/xaihang/)
* [Material UI](https://mui.com/)
* [SweetAlert2](https://sweetalert2.github.io/)
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg" height="40px" width="40px" /></a><a href="https://developer.mozilla.org/en-US/docs/Web/HTML"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg" height="40px" width="40px" /></a><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" height="40px" width="40px" /></a><a href="https://material-ui.com/"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/materialui/materialui-original.svg" height="40px" width="40px" /></a><a href="https://nodejs.org/en/"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original.svg" height="40px" width="40px" /></a><a href="https://www.postgresql.org/"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/postgresql/postgresql-original.svg" height="40px" width="40px" /></a><a href="https://reactjs.org/"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" height="40px" width="40px" /></a><a href="https://redux.js.org/"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/redux/redux-original.svg" height="40px" width="40px" /></a>
---
## Contact
Let's stay connected! I welcome your feedback and compliments, so please feel free to drop me a message below.
<a href="https://www.linkedin.com/in/xai-hang/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" /></a>
| A digital recipe book application created with React, Redux, Saga, Express, Passport, PostgreSQL and many more! | database,javascript,postico,react,reactjs,redux,saga,sql,bcrypt,express | 2023-03-10T21:54:27Z | 2023-03-26T18:08:47Z | null | 1 | 32 | 227 | 0 | 0 | 2 | null | null | JavaScript |
Pasan-Pahasara/Crazy-Girl-Game | master | # Crazy-Girl-Game
This is a simple 4-level game built using Html, CSS, and JavaScript to have fun with friends.
### `Languages`
* HTML
* Javascript
* CSS
### `Libraries`
* jQuery
#

#
#### Clone this repository ✅
```md
https://github.com/Pasan-Pahasara/Crazy-Girl-Game.git
```
###
###### If you think my code is good pleace drop a Star <img src="https://github.com/Pasan-Pahasara/md-alpha/blob/main/star.webp" width="40px">


### License 📝
[](https://github.com/Pasan-Pahasara/Room-Reservation-System/blob/master/LICENSE)
<div align="center">




</div>
<div align="center">
If you have any questions or just wanna say hi, <br><b>MAIL ME</b>
<a href="mailto:pasanpahasara7788@gmail.com">
<img width="20px" src="https://github.com/Pasan-Pahasara/md-alpha/blob/main/gmail.svg" />
</a></p>
</div>
<div align="center">
#### Developed by [Pasan Pahasara](https://github.com/Pasan-Pahasara/)
</div>
| This is a simple 4-level game built using Html, CSS, and JavaScript to have fun with friends. | css,html5,javascript,timers-intervals | 2023-03-02T09:39:35Z | 2023-03-02T17:53:05Z | null | 1 | 0 | 8 | 0 | 0 | 2 | null | GPL-3.0 | JavaScript |
hyunwoomemo/wooah | main | # wooah
### 육아 기록을 위한 웹애플리케이션
### 사용한 기술스택
<div style="display:flex">
<img src="https://img.shields.io/badge/pwa-5A0FC8?style=flat-squre&logo=PWA&logoColor=white">
<img src="https://img.shields.io/badge/javascript-F7DF1E?style=flat-squre&logo=JavaScript&logoColor=black">
<img src="https://img.shields.io/badge/react-61DAFB?style=flat-squre&logo=React&logoColor=black">
<img src="https://img.shields.io/badge/redux-764ABC?style=flat-squre&logo=Redux&logoColor=black">
<img src="https://img.shields.io/badge/html-E34F26?style=flat-squre&logo=HTML5&logoColor=black">
<img src="https://img.shields.io/badge/css-1572B6?style=flat-squre&logo=CSS3&logoColor=black">
<img src="https://img.shields.io/badge/nodejs-339933?style=flat-squre&logo=Node.js&logoColor=black">
<img src="https://img.shields.io/badge/express-fff?style=flat-squre&logo=Express&logoColor=black">
<img src="https://img.shields.io/badge/aws-232F3E?style=flat-squre&logo=Amazon AWS&logoColor=white">
<img src="https://img.shields.io/badge/aws RDS-527FFF?style=flat-squre&logo=Amazon RDS&logoColor=black">
<img src="https://img.shields.io/badge/aws EC2-FF9900?style=flat-squre&logo=Amazon EC2&logoColor=black">
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-squre&logo=MySQL&logoColor=white">
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-squre&logo=Github&logoColor=white">
<img src="https://img.shields.io/badge/Ubuntu-E95428?style=flat-squre&logo=Ubuntu&logoColor=white">
</div>
### 주요 기능
- 분유 시간 기록 (유산균, 비타민 섭취 여부, 하루 총 분유 섭취량)
- 수면 시간 기록 (잠 든 시간, 잠 깬 시간, 하루 총 수면 시간)
- 기저귀 시간 기록
- 목욕 여부 및 시간 기록
- 아이의 주요한 일정 기록 (병원, 100일 잔치 등)
### 서비스 화면
### 메인페이지 상단 - 캘린더
<img src="https://user-images.githubusercontent.com/105469077/235883185-5ebafa60-eca8-409a-80d7-765e72e08be4.png" width="50%" />
### 메인페이지 하단 - 캘린더
<img src="https://user-images.githubusercontent.com/105469077/235883495-0c12d5ac-61c6-4e6c-adc0-0ba7d1437ca2.png" width="50%"/>
### 서비스 페이지
<a href="https://wooah.site/" target="_blank"><img src="https://img.shields.io/badge/Wooah-0A0A0A?style=for-the-badge&logo=dev.to&logoColor=white"></a>
| 육아 기록을 위한 웹애플리케이션 | aws-ec2,aws-rds,javascript,mysql,react,redux,ubuntu | 2023-03-01T16:46:51Z | 2023-05-03T11:57:33Z | null | 1 | 0 | 200 | 0 | 0 | 2 | null | null | JavaScript |
dilarauluturhan/HackerRank-10DaysOfJavaScript | master | 
# 10 Days of JavaScript
### Day 0: Hello, World! [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-0/helloWorld.js)
### Day 0: Data Types [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-0/dataTypes.js)
### Day 1: Arithmetic Operators [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-1/arithmeticOperators.js)
### Day 1: Functions [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-1/functions.js)
### Day 1: Let and Const [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-1/letAndConst.js)
### Day 2: Conditional Statements: If-Else [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-2/if-else.js)
### Day 2: Conditional Statements: Switch [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-2/switch.js)
### Day 2: Loops [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-2/loops.js)
### Day 3: Arrays [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-3/arrays.js)
### Day 3: Try, Catch, and Finally [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-3/try-catch.js)
### Day 3: Throw [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-3/throw.js)
### Day 4: Create a Rectangle Object [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-4/rectangle-object.js)
### Day 4: Count Objects [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-4/count-objects.js)
### Day 4: Classes [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-4/classes.js)
### Day 5: Inheritance [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-5/inheritance.js)
### Day 5: Template Literals [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-5/template-literals.js)
### Day 5: Arrow Functions [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-5/arrow-functions.js)
### Day 6: Bitwise Operators [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-6/bitwise-operators.js)
### Day 6: JavaScript Dates [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-6/javascript-dates.js)
### Day 7: Regular Expressions I [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-7/regular-expressions-1.js)
### Day 7: Regular Expressions II [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-7/regular-expressions-2.js)
### Day 7: Regular Expressions III [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/blob/master/Day-7/regular-expressions-3.js)
### Day 8: Create a Button [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/tree/master/Day-8/create%20a%20button)
### Day 8: Buttons Container [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/tree/master/Day-8/buttons%20container)
### Day 9: Binary Calculator [Solution](https://github.com/dilarauluturhan/HackerRank-Solutions/tree/master/Day-9/binary%20calculator)
| My HackerRank 10 Days of JavaScript solutions.✨ | hackerrank,hackerrank-solutions,javascript | 2023-03-10T17:20:01Z | 2023-03-24T21:12:03Z | null | 1 | 0 | 44 | 0 | 0 | 2 | null | null | JavaScript |
Vishalll069/test_api | main | null | JSON-server for testing purpose | javascript,json-server | 2023-03-04T14:44:23Z | 2023-11-28T06:15:04Z | null | 1 | 0 | 15 | 0 | 0 | 2 | null | null | JavaScript |
statsit/Mortgage-report-app | main |
# Mortgage Repayment Dashboard
This is a simple mortgage repayment Dashboard that allows you to visualise the monthly repayment amount for a given loan amount, interest rate and loan term. This is developed with React and the api is built with FastAPI that service the data. To know about the backend, please visit [here](https://github.com/statsit/mortgage-app.git).
## Demos
### Desktop View

### Desktop View

### Mobile View


### Mobile Night View


## Installation
Ensure you install nodejs and npm on your machine. To install nodejs and npm, please visit [here](https://nodejs.org/en/download/).
node version >=14.17.0 and npm version >=6.14.13 was used for this project.
## Run Locally
1. Clone the project
```bash
git clone https://github.com/statsit/Mortgage-report-app
```
2. Go to the project directory
```bash
cd Mortgage-report-app
```
If nvm is installed, run the following command to install the node version used for this project
```bash
nvm use
```
3. Install the dependencies
```bash
npm install
```
4. Start the server. Ensure the backend is running before starting the frontend. Use port 8000 for the backend and port 3000 for the frontend. For backend, check [here](https://github.com/statsit/mortgage-app.git).
```bash
npm start
```
# Hi, I'm Ade! 👋
## 🚀 About Me
I'm a full stack AI developer...
## Authors
- [@aakinlalu](https://www.github.com/aakinlalu)
## 🛠 Skills
AI, ML, DE, Python, Javascript, ReactJS, HTML, CSS...
## 🔗 Links
[](https://codestreet.ai/)
[](https://www.linkedin.com/in/adebayo-akinlalu-5451a129/)
[](https://twitter.com/Akinlalu)
| React app for Mortgage Repayment Dashboard | dashboard,javascript,mortgage-calculator,react,reactjs | 2023-02-26T04:14:32Z | 2023-09-02T09:34:05Z | null | 1 | 2 | 8 | 0 | 1 | 2 | null | null | JavaScript |
Yassinos-coder/outlawalert | main | # Outlaw Alert
Outlaw Alert is a web application built with MERN stack that allows users to report any unlawful behavior to the police department,
which can then take necessary actions. The application provides a platform for users to easily report incidents of unlawful behavior such as theft,
violence, or any other criminal activity. The application aims to help create a safer community by encouraging users to report such incidents
and enabling law enforcement agencies to take prompt actions. With its user-friendly interface and robust backend, Outlaw Alert promises to be a reliable tool in
ensuring public safety.
# Youtube Video
https://www.youtube.com/watch?v=oKcYER9mwKQ
# License
This project is under 'GNU General Public License (GPL) Version 3' Licensing.
| Outlaw Alert MERN Stack Project | cross-platform,javascript,mern-stack | 2023-02-26T11:32:02Z | 2023-12-15T13:49:35Z | null | 2 | 152 | 244 | 0 | 0 | 2 | null | null | JavaScript |
wagnerAJS221/Classic-Porsche-2.0 | main | # Classic-Porsche 2.0
##Classic Porsche selling app
This will be coded in REACT
- The Core plan is to build a UI that would have a Instagram / Facebook ( may differ ) style feed where a user can view classic porsches that are for sale.
- **what type of useability should my app have ?**
1. A home page with a Nav bar at the top. copy the insta/facebook type feed
2. User can scroll through feed and ‘favourite’ images which will show in their favourites.
3. User can view car profile and can see owners contact details as well as a comment section to check availability
4. User able to filter the feed via car type, price and
5. User can hit ‘back to top’ button when the end of the feed is reached.
6. There should be a Header that will allow the user to Navigate through the app and change pages from Main feed to 'About Us' and search functionality/filter functionality.
## MVP !
- What is the minimum Functionality the app should have? **_my MVP_**
- **MVP 1.0**
- Correct layout and grid structure
- Basic CSS is functioning and I am happy with it
- images rendering in the feed
- **MVP 1.2**
- working made up data
- scrollable - Back to top functionality’ when feed is finished
- Useable header / Task bar that will navigate you to the correct page.
- **MVP 1.3**
- able to view a car profile & owner contact details
- ‘comment section in the car profile area where you can check if it is availible or not
- filter feed by car type and car price
| This is my first passiona project. I made a E-commerce style website for classic Porsches. The project focuses more on the FE however I do have Authentication with Firebase. This is a longterm project that I will continnue to visit and add to. | css,javascript,personal-website,planning,reactjs | 2023-02-27T09:57:02Z | 2024-01-13T09:33:28Z | null | 2 | 0 | 18 | 0 | 0 | 2 | null | null | CSS |
Armanidrisi/Code-Helper-Blog | main | # 🚀 Code Helper Blog
[](https://github.com/Armanidrisi/Code-Helper-Blog/blob/main/LICENSE)
[](https://github.com/Armanidrisi/Code-Helper-Blog/issues)
[](https://github.com/Armanidrisi/Code-Helper-Blog/stargazers)
This is a simple blog project created using Core PHP, HTML, CSS and Bootstrap. The blog is named "Code Helper" and is designed to provide useful articles, tutorials and tips for programmers and developers.
## 📥 Installation
To install the project, you need to follow these steps:
1. Download or clone the repository to your local machine.
2. Create a new database in your local or remote server.
3. Import the `Database.sql` file in your created database.
4. Open `config.php` file located in `includes` folder and update the database details.
5. Upload the project files to your server.
6. Launch the project by visiting the URL where you uploaded the files.
<img src="https://i.ibb.co/DG0Fhq0/20230422-164433.jpg" alt="preview" width="100%"/>
## 🌟 Features
The Code Helper blog project comes with the following features:
* 🙍♂️ User registration and login system.
* 🔒 Admin panel to manage posts, categories, and users.
* 📝 Ability to add, edit, and delete posts.
* 📚 Ability to add, edit, and delete categories.
* 🔎 Search functionality to search posts by title or content.
* 📑 Pagination to display posts in multiple pages.
* 📱 Responsive design to work well on desktops, tablets and mobile devices.
## 🚀 Usage
To use the Code Helper blog, you need to create an account first. After registration, you will be redirected to the home page where you can see all the posts. You can create a new post by clicking on the "New Post" button in the navigation bar. In the admin panel, you can manage posts, categories and users.
## 🤝 Contributions
Contributions to the Code Helper blog project are welcome. If you have any suggestions, feedback or bug reports, feel free to open an issue on GitHub. You can also fork the project and create a pull request if you want to contribute code.
## 🎉 Credits
The Code Helper blog project was created by [Arman Idrisi](https://github.com/Armanidrisi).
## 📄 License
The Code Helper blog project is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
| This Is A Coding blog which has written in Php | blog,blog-php,blog-website,bootstrap,css,javascript,php,php-blog,php-blog-cms,php8 | 2023-03-01T20:17:54Z | 2023-04-22T13:24:14Z | null | 1 | 0 | 4 | 2 | 0 | 2 | null | null | CSS |
apsolut/helpers | main | # Moved here:
- https://github.com/apsolut/documentation-helper
##### Development-Helpers
### My version of TIL (Today I Learned) for development tools, software, helpers, snippets etc.
```js
most of the time I was using snippet tools, gists
but this is quite more logical and easy to use,
with good organization and structure
```
### Categories
* [DEV](#ddev)
* [Gatsby](#gatsby)
* [Hubspot](#hubspot)
* [Docker](#docker)
* [Debugging](#debugging)
* [Gulp](#gulp)
* [Webpack](#webpack)
* [Laravel Mix](#laravel_mix)
* [PostCSS](#postrcss)
* [PowerShell](#powershell)
* [Tailwind](#tailwind)
* [SASS](#sass)
* [NPM](#npm)
* [Windows](#windows)
* [WSL2](#wsl2)
* [Terminal](#terminal)
* [PhpStorm](#phpstorm)
#### Worth Mentioning
- https://dev.to/jbranchaud/how-i-built-a-learning-machine-45k9
- https://todayilearned.io/
-
| TIL - Today I Learned | ddev,hubspot,javascript,learning,npm,phpstorm,windows,wordpress | 2023-03-05T11:53:18Z | 2024-03-22T10:43:33Z | null | 1 | 0 | 41 | 0 | 0 | 2 | null | null | JavaScript |
armaansingh24/weather-app | main | null | null | javascript | 2023-03-07T16:11:53Z | 2023-05-01T16:02:59Z | null | 1 | 0 | 2 | 0 | 0 | 2 | null | null | JavaScript |
robin-dc/Bisection-and-False-Position-Method | main | # Bisection and False-Position : Overview
Used to finds the root of a polynomial equation using 2 guesses.
<br>
## ⚒ How does it work?
1. The program will instruct the user to choose the type of method and the constants for a, b and c to produce a quadratic equation.
<br>
<img src='https://github.com/robin-dc/Bisection-and-False-Position-Method/blob/main/bisection%20images/bisectionfalse_Step1.png'>
<br>
2. If the equation you created was possible, it will proceed to ask your guesses.
<br>
<img src='https://github.com/robin-dc/Bisection-and-False-Position-Method/blob/main/bisection%20images/bisectionfalse_Step2.png'>
<br>
3. If the root is in between your guesses, the program will then show the process of guessing and will terminate with a stopping criterion of 0.5%.
<br>
<img src='https://github.com/robin-dc/Bisection-and-False-Position-Method/blob/main/bisection%20images/bisectionfalse_Step3.png'>
<br>
## Want to try out the challenge?
Link: https://drive.google.com/file/d/1TiKhHT6VR1B0YXxa1z5CeWOLZtIgqyJJ/view?usp=sharing
<br>
## 🚀 To run this project on your local machine.
1. Download an extension or node.js
```sh
https://nodejs.org/en/download/
```
2. Go to the project directory.
```sh
cd <project folder>
```
3. Make a new terminal and run the command.
```sh
node bisection
```
4. Press tab then hit enter.
<br>
## 📍 What is Bisection and False-Position?
- https://byjus.com/maths/bisection-method/
- https://byjus.com/maths/false-position-method/
- https://youtu.be/QXy_soGFi5Y
<br>
## 📝 Other noteworthy projects
<strong>Dental Care Appointment System</strong><br>
🔗https://dentalcareph.netlify.app/ <br>
🐱 https://github.com/robin-dc/Dental-Care-Appointment-System.git<br><br>
<strong>Facebook UI Clone</strong><br>
🔗 https://facebook-darkmode-clone.netlify.app/<br>
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git<br><br>
<strong>Lofi Clock | Music and Notepad in one.</strong><br>
🔗 https://robin-dc.github.io/Lofi-Clock/<br>
🐱 https://github.com/robin-dc/Lofi-Clock.git<br><br>
<strong>Landing Pages</strong><br>
- Bookmark https://bookmark-lpage.vercel.app/ <br>
- Easybank https://robin-dc.github.io/Easybank-Landing-Page/ <br>
- Blogr https://robin-dc.github.io/Blogr/ <br>
- Loopstudios https://robin-dc.github.io/Loopstudios/ <br>
- Huddle https://robin-dc.github.io/Huddle-Landing-Page/ <br>
- Fylo https://robin-dc.github.io/Fylo-Landing-Page/ <br>
| Used to find the roots of a polynomial equation | javascript,readline-module | 2023-03-08T15:56:38Z | 2023-06-02T02:23:10Z | null | 1 | 0 | 6 | 0 | 0 | 2 | null | null | JavaScript |
devarshi009/devarshi009.github.io | gh-pages | null | Portfolio who defines everything about my tecnical knowledge also added some projects. | chakra-ui,css,github-calendar,html,javascript,npm,reactjs | 2023-03-01T16:04:19Z | 2023-07-11T06:31:21Z | null | 1 | 0 | 9 | 0 | 0 | 2 | null | null | HTML |
saquelain/WayFinder-Vue.js-Leaflet- | main | # mix-app
https://user-images.githubusercontent.com/54945131/223926599-b9e08503-a069-46fc-9d96-3cfa8223fdca.mp4
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
| A location map search app is your personal guide to finding any location on a map. Enter an address or point of interest and let the app do the rest. Perfect for planning your next adventure or finding your way around town. | css,html,javascript,leaflet-map,vercel-deployment,vuejs | 2023-03-09T04:24:15Z | 2023-03-09T05:12:48Z | null | 1 | 0 | 5 | 0 | 0 | 2 | null | null | Vue |
chafidz05/Codewars-js | master | # CodeWars
[](https://www.codewars.com/users/chafidz05)
> Practice make Perfect
* 🎉 Javascript code
* ✨ Simple code
* 🎨 Readable code
| A Codewars Handbook ☕️🚀 | codewars,codewars-solutions,javascript,learn-to-code,solutions | 2023-03-01T16:33:37Z | 2024-01-29T13:26:26Z | null | 1 | 0 | 139 | 0 | 0 | 2 | null | null | JavaScript |
Akhi4009/Tour | master | null | Here I have built a tour api . | expressjs,javascript,mongodb,mongoose,nodejs | 2023-02-28T10:47:25Z | 2024-02-07T16:00:56Z | null | 1 | 0 | 49 | 0 | 0 | 2 | null | null | JavaScript |
younusaliakash/vanilla-js-music-player | master | null | Create beautiful UI to play music stored in the "music folder" using the HTML5 audio API | audio-api,css,html,javascript,music-player | 2023-03-03T17:47:32Z | 2023-03-29T08:53:41Z | null | 1 | 0 | 3 | 0 | 0 | 2 | null | null | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.