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
Ingila185/NextUIThemeToggle
main
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Next 13.2 Theme Toggle using Next-UI, JavaScript ES6 and Context API.
css,html,javascript,jsx,nextjs,nextui,react,tsx,typescript,vercel
2023-07-18T11:26:46Z
2023-07-18T12:00:49Z
null
1
0
5
0
0
3
null
null
TypeScript
Eccb7/Math-Magicians
dev
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>Math Magicians</b></h3> </div> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠 Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [Project Walkthrough](#walkthrough) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) # 📖 [Math Magicians] <a name="about-project"></a> **"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.** ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> - **HTML5** - **CSS3** - **React** ### Key Features <a name="key-features"></a> - **Simple calculations**: User can do simple mathematics calculations and find their solutions. - It also has random math quotes to psych up users. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🚀 Live Demo <a name="live-demo"></a> - [Live Demo Link](https://math-magicians-gray.vercel.app) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 Getting Started <a name="getting-started"></a> ### Prerequisites To run this project, you need the following: - 🌐 Web browser - 🐙 Git - 👨‍💻 Code editor ### Setup Clone this repository to your desired folder: ```bash git clone https://github.com/Eccb7/Math-Magicians.git ``` ### Install To install all dependencies, run the following command: ```bash npm install ``` ### Run Tests To run tests, use the following commands: - To track CSS linter errors, run: ```bash npx stylelint "**/*.{css,scss}" ``` - To track JavaScript linter errors, run: ```bash npx eslint "**/*.{js,jsx}" ``` ### Build To build the project, run the following command: ```bash npm run build ``` ### Webpack Development Server To run the webpack development server, execute the following command: ```bash npm start ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 👥 Author <a name="authors"></a> 👤 **Ojwang Briton** - GitHub: [@Eccb7](https://github.com/Eccb7) - Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4) - LinkedIn: [briton-otieno-ba6591244](https://linkedin.com/in/briton-otieno-ba6591244) 👤 **Lala Aicha El Vadel** - GitHub: [@Eccb7](https://github.com/leloufadel) - Twitter: [@briton_otieno4](https://twitter.com/leloufadel) - LinkedIn: [briton-otieno-ba6591244](https://www.linkedin.com/in/lala-aicha-el-vadel-8563a6202/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **Improve User Interface for smooth transitions and animations** - [ ] **Introduce more complex math functions to be used by users** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 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> ## ⭐️ Show your support <a name="support"></a> If you like this project you can reach me through [@briton_otieno4](https://twitter.com/briton_otieno4) and share more thoughts to help improve If you like this project, give it a ⭐️. <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank Microverse for the support I've received so far. <p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a></p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.
css,javascript,jest,jest-snapshots,react
2023-07-10T09:33:41Z
2023-07-21T14:42:10Z
null
3
6
52
0
0
3
null
MIT
JavaScript
Tapishagrawal/MoneyMingle
main
<h1>MoneyMingle (PayWise-From CaseStudy)</h1> MoneyMingle is a financial application that helps users quickly convert their Money to other currencies. ### The Goal: The goal of MoneyMingle is to provide a convenient and user-friendly platform for currency conversion .We are working on this project to make these transactions faster, more affordable, and more transparent for users. ### Design Process: To help us prioritize and understand the user's needs, and challenges, We designed Feedback form which will help us every time to go through user expectations and needs regarding this website. ### Outcome: We grow and learnt a lot while working on this product, how to collaborate efficiently as a design team and work within timeline to deliver MoneyMingle. We also learnt on designing with users feedback insteaad of assumption and it increased our work progress. <h1>Teck Stack :</h1> <li>HTML</li> <li>CSS</li> <li>JavaScript</li> <li>LocalStorage</li> <li>Mock Servers</li> we have used JavaScript code to convert the currency of one country to another country. To use this service, we designed our own database and created our own mock-servers and used own API's, like 1) https://nearsteeluserdata.onrender.com/ and 2)https://mm-money-mingle.onrender.com/country_data. We will use these API's to get the live conversion rates and convert the corresponding amount. --- # More Info : ### This website is made from CaseStudy of PayWise : https://www.behance.net/gallery/168890935/PayWise-A-fintech-CaseStudy?tracking_source=search_projects%7Cfintech ### vercel link : [MoneyMingle](https://near-steel-1499-nine.vercel.app/) ## Output : ![MoneyMingle](screenshot\home_page.png) ![Screenshot (1)](screenshot\feedbackform.png) ![Screenshot (2)](screenshot\card.png) ![Screenshot (3)](screenshot\money_convertor.png) ![Screenshot (4)](screenshot\activity.png) --- # Team Members and Contributors (Group of 5) 😇 : Netlify Link: near-steel-1499-nine.vercel.app/ #### Given name : near-steel-1499 * :bust_in_silhouette: [fw27_177-Tapish Agrawal](https://github.com/Tapishagrawal) * :bust_in_silhouette: [fw27_081-Harshdeep Gill](https://github.com/harshdeepgill) * :bust_in_silhouette: [fw24_649-sankhadip ghosh](https://github.com/SankhadipGhosh) * :bust_in_silhouette: [fw27_074-Shivam Maurya](https://github.com/vibhamaurya011) * :bust_in_silhouette: [fw27_265-Gauri Bidwai](https://github.com/gitusergb)
MoneyMingle is a financial application that helps users quickly convert their Money to other currencies, goal of MoneyMingle is to provide a convenient and user-friendly platform for currency conversion.
css,html,javascript,json
2023-07-17T19:29:06Z
2023-12-07T09:42:00Z
null
6
52
141
7
1
3
null
null
JavaScript
Amenferjani/TODOLIST
main
# TODOLIST
null
javascript,react,css,bootstrap5
2023-07-14T14:56:38Z
2023-07-14T15:09:58Z
null
1
0
2
0
0
3
null
null
JavaScript
Yacoubou-seidou/PureCounter
main
# pure_counter ![Version](https://img.shields.io/npm/v/pure_counter.svg) ![License](https://img.shields.io/npm/l/pure_counter.svg) > pure_counter is a collection of React components for implementing pure increment and decrement functionality. It provides customizable components that smoothly animate numerical values within a given range. With easy installation and usage, it offers a simple way to incorporate increment and decrement features into your React applications. ## Installation You can install the package via npm: ```bash npm install pure_counter ``` # Usage ``` import { PureIncrement, PureDecrement } from 'pure_counter'; // Example usage of PureIncrement <PureIncrement start={0} end={10} duration={1} className="purecounter" /> // Example usage of PureDecrement <PureDecrement start={10} end={0} duration={1} className="purecounter" /> ``` # Props ## PureIncrement | Prop | Type | Description | | -------- | -------- | -------- | | start | number | The starting value | | end | number | The ending value | | duration | number | Duration in seconds| | className| string | CSS class name | ## PureDecrement | Prop | Type | Description | | -------- | -------- | -------- | | start | number | The starting value | | end | number | The ending value | | duration | number | Duration in seconds| | className| string | CSS class name | ## 👥 Authors <a name="authors"></a> 👤 **Yacoubou Seidou** - GitHub: [yacoubou-seidou](https://github.com/yacoubou-seidou) - Linkedin: [yacoubou-seidou](https://www.linkedin.com/in/yacoubou-seidou-chaibou/) - Facebook: [yacoubou-seidou](https://www.facebook.com/Blackyacos.chaibou) 👤 **Mahamadou Nouridine** - GitHub: [mahamadou-nouridine](https://github.com/mahamadou-nouridine) - Linkedin: [mahamadou-nouridine](https://www.linkedin.com/in/mahamadou-nouridine) - Twitter: [Nouridine_Dino](https://twitter.com/Nouridine_Dino) ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Yacoubou-seidou/PureCounter/issues). ## License This project is [MIT](./LICENSE) licensed.
pure_counter is a collection of React components for implementing pure increment and decrement functionality. It provides customizable components that smoothly animate numerical values within a given range. With easy installation and usage, it offers a simple way to incorporate increment and decrement features into your React applications.
component,counter,counting,decrement,frontend,increment,input,javascript,number,react
2023-07-17T13:07:36Z
2023-12-17T10:05:27Z
null
2
6
28
0
0
3
null
MIT
JavaScript
eman289/Random-Quotes-App
master
# Random Quote Generator This project is a simple Random Quote Generator built using JavaScript. It displays a random inspirational quote along with its author's name when a button is clicked. You can view the live version of this project [Here](https://eman289.github.io/Random-Quotes-App/). ## Table of Contents - [Introduction](#introduction) - [Usage](#usage) - [Code Explanation](#code-explanation) ## Introduction The Random Quote Generator is designed to provide users with a source of motivation and inspiration by displaying random quotes from various authors. With each button click, a new quote and its author are displayed on the page. ## Usage To use the Random Quote Generator: 1. Visit the [Live Demo](https://eman289.github.io/Random-Quotes-App/). 2. Click the "New Quote" button to display a random quote along with its author's name. 3. Enjoy the motivational and thought-provoking quotes! ## Code Explanation The JavaScript code provided in this repository is responsible for generating and displaying random quotes on the web page. Here's a brief explanation of the key components: - The `quote` array contains objects, each representing a quote with its associated text and author. - The `newQuote()` function generates a random index to select a quote from the `quote` array and displays it on the web page. - A check is implemented to prevent showing the same quote consecutively using the `previousIndex` variable. - The `getElementById()` function is used to update the HTML elements with the generated quote text and author. --- Thank you for checking out the Random Quote Generator project! If you have any questions, suggestions, or improvements, please feel free to reach out.
a simple random quote generator application
bootstrap,css3,html5,javascript,quote-generator,quotes
2023-07-09T22:09:55Z
2023-08-30T19:26:32Z
null
1
0
6
0
0
3
null
null
JavaScript
sameer-soni/FriendZone
master
# FriendZone (Work in Progress) ## Description A social media website built using the MERN stack, where users can connect with others, share posts, and interact with content. ![img](https://res.cloudinary.com/dvjzuiyp1/image/upload/v1690353293/Annotation_2023-07-26_120422_q0wskv.png) ## Technologies Used - Frontend: React, Tailwind CSS - Backend: Node.js, Express.js, MongoDB - Authentication: JSON Web Tokens (JWT) - Real-time Chat: Socket.io ![](https://skillicons.dev/icons?i=react,tailwind,javascript,nodejs,expressjs,mongodb,socketio) ## Features - User registration and login - Create and edit user profiles - Post and delete content - Like and comment on posts - Send and accept friend requests - Real-time chat functionality for private messaging ## Getting Started To setup the project locally, fork and clone it, then follow these simple steps: ### Installation 1. In both 'backend' and 'frontend' folder, do ```sh npm i ``` 2. To start the backend server, navigate to backend directory ```sh npm run dev ``` 3. To start the frontend server, navigate to frontend directory ```sh npm run dev ``` ## Contributing We welcome contributions from the community to improve and add new features to our social media website. Any contributions you make are **greatly appreciated**. 1. Fork the Project. 2. Clone the forked repository to your local machine: ```sh git clone https://github.com/sameer-soni/Social-Media-website.git ``` 3. Create your feature branch. ```sh git branch feature ``` Do checkout to it ```sh git checkout feature ``` 4. Commit your changes ```sh git add . git commit -m "Add your commit message here" ``` 5. Push the branch ```sh git push origin feature ``` 6. Open a Pull Request.
Social Media website using MERN stack
expressjs,javascript,mongodb,reactjs,tailwindcss
2023-07-16T03:19:27Z
2024-02-15T11:51:44Z
null
2
15
41
1
6
3
null
null
JavaScript
AliAlmasi/pong-game
main
null
Simple pong game with JS. Only on desktops (Keyboard required).
2d-game,canvas-game,css,html,javascript,pong,pong-game
2023-07-01T23:23:05Z
2023-07-02T10:32:50Z
null
1
0
8
0
0
3
null
null
JavaScript
Mk4Levi/Netflix-Clone-mk
main
# Clone of Netflix Platform ## => This is a Clone of Netflix-Platform built with React and Movie-API. It's homepage showcases a visually appealing and intuitive interface, featuring a layout that is familiar to Netflix users. ## Website Link => https://mk-netflix-clone.netlify.app/ ## Project's Screenshots => ![image](./src/assets/ss.png) ![image](./src/assets/netflix-logo.png) <h2>Getting Started</h2> 1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system. 2. First, you need to open a `Terminal` in your system and `Clone` this repository by using : ```bash git clone https://github.com/Mk4Levi/Netflix-Clone-mk.git ``` 3. Navigate to the Project's directory : ```bash cd Netflix-Clone-mk ``` 4. Install all Dependencies used in this Project : ```bash npm install ``` 5. Finally, host it on local server : ```bash npm run start ``` 6. Now just search this link in your browser to view the live running application in your Local sysytem : ```bash http://localhost:3000 ``` <h2>Paths & Files</h2> ### Structure of the Folders & Files in this Repo : ```text . ├── public/ ├── src │ ├── assets/ │ ├── components/ | └──Navbar.jsx │ └──PreLoader.jsx │ └──index.js │ │ ├── config/ | └──firebaseConfig.js │ └──index.js │ │ ├── scss/ | └──App.scss │ └──Home.scss │ └──PreLoader.css │ │ ├── components/ | └──Home.jsx | └──index.js | │ ├── App.jsx │ ├── index.jsx │ ├── vercel.json │ ├── .eslintrc.json ├── .gitattributes ├── .gitignore ├── index.html ├── package-lock.json ├── package.json ├── README.md ``` # Thank You
Clone of Netflix-Platform built with React and Movie-API. Homepage showcases a visually appealing and intuitive interface, featuring a layout that is familiar to Netflix users.
css3,html5,javascript,react-effects,react-hooks,react-state,reactjs
2023-07-04T19:28:28Z
2023-07-06T06:46:43Z
null
1
7
18
0
0
3
null
null
JavaScript
Saptaktdk/Google-Sheets-Clone
main
# Google-Sheets-Clone This is an clone of google sheets # Workflow ![Alt text](images/workflow.png) # Run Locally > Go inside the project repository and run: make build make run > Visit: http://localhost:5000
This is an google-sheets-clone
github-actions,google-cloud-platform,javascript
2023-07-02T14:53:38Z
2023-08-28T09:16:13Z
null
1
0
33
0
0
3
null
null
JavaScript
ViktorSvertoka/react-under-the-hood
main
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
My react practice ✍️
css3,gitignore,html5,javascript,jsconfig,prettier,react
2023-07-09T21:43:25Z
2023-07-09T21:58:21Z
null
1
1
3
0
0
3
null
null
JavaScript
R3ddy95/BookHunters
master
# Books Hunters :book: This project is a web application that enables users to search and find books using a vast collection of titles, receiving the search results from the API OpenLibrary. The application is built using JavaScript as the main programming language, HTML for the website structure, and CSS for visual styling. ## How it works Start writing a category you are looking for in the main search bar <img src="src/img/BookHunters.png" width="50%" height="50%"> a series of books related to the category you are looking for will be displayed. <img src="src/img/SearchBooks.png" width="50%" height="50%"> ## Languages * HTML5 * CSS3 * Javascript ES6 ## Libraries * [Get from _Lodash](https://lodash.com/docs/4.17.15#get) * [Axios](https://axios-http.com/) * [Bootstrap](https://getbootstrap.com/) and [MBDBootstrap](https://mdbootstrap.com/) as an HTML and CSS framework I have opted for. ## Bundler * [Webpack 5](https://webpack.js.org/) ## API * [OpenLibrary API](https://openlibrary.org/developers/api) ## Installation First of all, you need Node.js installed. If you don't have it, you can download it here: [Node.js](https://nodejs.org/it/download/)<br> After the installation, you're ready to go. ### 1 - Clone the repository `git clone https://github.com/R3ddy95/BookHunters.git` ### 2 - Install the dependencies `npm install` ### 3 - Build it! `npm run build` ### 4 - Open in the browser Check out for index.html in the /dist folder. ## Try it! Elsewhere, you can simply try it here: [Book Hunters](https://r3ddy95.github.io/BookHunters/) ## License [MIT](https://choosealicense.com/licenses/mit/) ## Contact Me My Email: edoardo.vitagliano3@gmail.com <br> You can find my Linkedin profile here: https://www.linkedin.com/in/edoardo-vitagliano-299737110/
A web application that enables users to search and find books using a vast collection of titles, receiving the search results from the API OpenLibrary.
axios,bootstrap,javascript,lodash,mdbootstrap
2023-07-16T20:33:51Z
2023-08-01T18:13:03Z
null
2
6
4
0
0
3
null
MIT
JavaScript
AnsarIbrahim/Capstone-2
development
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>Cini-World</b></h3> </div> <!-- TABLE OF CONTENTS --> ![e2954fb3deb2407e8e4bcb40b1fd6376](https://github.com/AnsarIbrahim/LeaderBoard-new/assets/117971223/9d715e43-a095-4b33-b5f2-161236e8fdcc) # 📗 Table of Contents - [📗 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-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Usage](#usage) - [Deployment ](#deployment-) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 [Cini-World] <a name="about-project"></a> The TV-Show Actors and Actresses website is a platform that provides information about various TV show actors and actresses. The website utilizes an API to fetch data about popular TV shows and their cast members, allowing users to explore and learn more about their favorite actors and actresses. **[Cini-World]** TV-Show Actors and Actresses website aims to provide an enjoyable and informative experience for TV show enthusiasts. By showcasing actor and actress profiles, along with their associated TV shows and an interactive comments section, the website fosters engagement and discussion among users. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a></li> <li><a href="https://getbootstrap.com/">BOOTSTRAP</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Like_Comment]** - **[Working_With_API]** - **[Interactive_website_using_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://shows-tv.netlify.app/) - [Video Walkthrough](https://drive.google.com/file/d/1Q2mPYh1XaOS6ccOUnBVXqbYsG0A6opzd/view?usp=sharing) <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: - Install Git on your computer Git - Any text editor VSCode - Install linters on your local environment ### Setup Clone this repository to your desired folder: <br> <code> git clone https://github.com/AnsarIbrahim/Capstone-2.git cd Capstone-Js.git </code> ### Usage Inside your IDE: webpack-dev-server(http://localhost:8080) ``` npm start ``` ## Build for production ``` npm run build ``` ### Deployment <a name="deployment"></a> You can deploy this project using: GitHub Pages <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Ansar Ibrahim** - [GitHub](https://github.com/AnsarIbrahim) - [LinkedIn](https://linkedin.com/in/ansar-ibrahim-61447424a/) - [Twitter](https://twitter.com/ansaradheeb) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[add_additional_pages]** - [ ] **[add_reservation-popup]** - [ ] **[add_animation]** <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/AnsarIbrahim/Capstone-2/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 give it a ⭐️ <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to acknowledge and give credit to the Microverse for the required API. <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 TV Shows projects is an website that provide enjoyable and information experience about various TV Shows actrors and actresses by using API to fetch the data about popular TV Shows .
babel,css,dist,html,javascript,jest,license,linters,scss,webpack
2023-07-03T05:39:55Z
2023-12-08T12:39:20Z
null
1
1
6
0
0
3
null
MIT
JavaScript
niladri2002/Smart_Voting_System
main
# Smart_Voting_System Welcome to the official GitHub repository of our Smart Voting System, eVote. This repository hosts the source code and project files for our innovative voting application aimed at revolutionizing the democratic process. eVote leverages blockchain technology, face recognition, and real-time tracking to provide a secure, transparent, and convenient platform for remote voting. By combining the power of React, Python Flask, and Ethereum's Solidity, our application ensures seamless interactions and tamper-proof recording of votes. Within this repository, you will find the frontend and backend code, smart contract implementations, face recognition algorithms, and other essential components that make eVote possible. We encourage collaboration and contributions from developers, designers, and blockchain enthusiasts to further enhance the features and security of our system. Join us on this journey to reshape the future of voting and create a more inclusive and efficient democratic process. Feel free to explore the codebase, open issues, submit pull requests, and engage with our vibrant community of developers. Together, let's build a robust and trustworthy voting solution for the betterment of society. Get involved and let your voice be heard with eVote! ## Steps To Setup project 1. Add MetaMask extension to chrome , create wallet if You haven’t (you can watch this video https://youtu.be/Af_lQ1zUnoM). 2. Add this Network to your wallet :- Network Name: Mumbai New RPC URL: https://polygon-mumbai.infura.io/v3/4458cf4d1689497b9a38b1d6bbf05e78 Chain ID: 80001 Currency Symbol: MATIC Block Explorer URL: https://mumbai.polygonscan.com . Import Admin Account which will be required to register new voter : Click on account on metamask and then on import account , and then enter this private address: `c136853735ab4d302e76b89ba2d0f4f9a3379183acbe1d52af3aa9f840056fba` to add admin acoount. create some other accounts to authorize them as voter. see this to setup mumbai polygon network: https://wiki.polygon.technology/docs/tools/wallets/metamask/config-polygon-on-metamask/ 4. Clone the repo : ```git clone https://github.com/niladri2002/Smart_Voting_System.git``` 5. If you want to view frontend hosted in github visit this link after setting up flask_server(step 5) https://sushanta-das.github.io/Smart-Voting-system/ and If you want to run frontend locally go to frontend folder inside Smart_Voting_System in terminal and run this command : `npm i –-force` and run `npm run dev` after setting backend 6. Backend (flask_Server setup is must for both viewing hosted frontend and running frontend locally ) 1. Go to the flask_server folder 2. Install the required dependencies. It is recommended to use a virtual environment. 3. ` pip install -r requirements.txt` If you have any problem installing face_recognition library and dlib follow this steps: 1. pip install cmake 2. pip install https://github.com/jloh02/dlib/releases/download/v19.22/dlib-19.22.99-cp310-cp310-win_amd64.whl 3. pip install face_recognition 4. Obtain the `serviceAccountKey.json` file for Firebase Admin SDK and place it in the project root directory. Steps to obtain the serviceAccountKey.json by following the steps:- ->open firebase ->Go to console ->Create a new project ->Go to settings, then Service Accounts,then select python and Generate new private key, a file will get downloaded ->Rename the file just downloaded as ServiceAccountKey and keep it in the same directory as main.py ->Setup the realtime Database in test mode and storage(Optional) and paste the links in the desired ,inside main.py ->The server is ready to work 5. Run the flask_server: python main.py 6. The Flask server will start running on http://localhost:5000/. 7. Smart contract is deployed in mumbai polygon matic Blockchain network. So there is no need to deploy again . if you want to deploy it again, you can deploy and make sure to update contract address in constants.js in consts folder under src folder in frontend. 8. If you want to run frontend from hosted github page click this link https://sushanta-das.github.io/Smart-Voting-system/ otherwise if you want run frontend locally run frontend by npm run dev in frontend folder. Tutorial on how to use the application is provided in the given link "https://drive.google.com/file/d/1WO0uSGg5z5axv99zabekI_ZhjXEJZSKE/view?usp=drive_link"
Smart Voting System (eVote): Our repository hosts the code and project files for eVote, a secure and transparent voting application that leverages blockchain, face recognition, and real-time tracking. Join us in reshaping the future of voting and building a more inclusive democracy.
blockchain,css3,face-recognition,flask,javascript,polygon,python,reactjs,solidity
2023-07-11T11:36:03Z
2023-07-16T16:44:23Z
null
2
0
10
0
3
3
null
null
JavaScript
shyakachaste/Tic-tac-toe-game
main
null
Play a simple tic tac toe game
css,game-development,html,javascript,javascript-game
2023-07-10T15:47:41Z
2023-09-01T10:18:52Z
null
1
0
3
0
0
3
null
null
JavaScript
ankit071105/sawanmusic
main
# Spotify Clone🎤🎵🎶🎸🎧 Home page 🎺🎺🎷🪇 <img width="1440" alt="Screenshot 2023-07-22 at 10 21 46 PM" src="https://github.com/ankit071105/music/assets/139707943/9a017ce8-2e3b-4b35-901f-d4eb170c9fbe"> Libaray page 🎻🎻🎻🎹🎵🎼🎶🎧 <img width="1440" alt="Screenshot 2023-07-22 at 10 37 27 PM" src="https://github.com/ankit071105/music/assets/139707943/9dc5338b-025f-411e-b4a3-a461784cc3d9">
A music Website For user Choice...
css,css-flexbox,html,html-css-javascript,html5,javascript
2023-07-18T15:26:29Z
2023-08-21T08:16:12Z
null
1
0
9
0
0
3
null
null
HTML
MickFrog/sort-visualizer
main
# Sort Visualizer This is a project that aims to visualize different sorting algorithms at human conceivable speed. The live app can be viewed [here](https://mickfrog.github.io/sort-visualizer). ## Features 1. Choose visualization speed from the app header. 2. Select the array size using a user-friendly slider. 3. Ability to generate new random array that is rendered to produce another set of div bars. 4. Select sorting algorithm. 5. All features are disabled during sorting visualization with the use of Promises. ## Project Preview ### Desktop Preview ![desktop Preview](./public/sortDesktop.png) ### Mobile Preview ![mobile Preview](./public/sortMobile.png) ## Project Setup ``` git clone git@github.com:MickFrog/sort-visualizer.git cd sort-visualizer npm install npm start ``` ## Built with - JavaScript - JSX - [React](https://reactjs.org/) - [Tailwind CSS](https://tailwindcss.com/) - CSS3
Sort Visualizer
javascript,jsx,reactjs,tailwindcss
2023-07-19T07:51:48Z
2023-09-26T17:39:25Z
null
1
0
39
0
0
3
null
null
JavaScript
Mike111222/math-magicians
dev
# math-magicians <a name="readme-top"></a> <div align="center"> <!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --> <br/> <h3><b>Math Magicians App</b></h3> </div> <!-- TABLE OF CONTENTS --> # 📗 Table of Contents - [math-magicians](#math-magicians) - [📗 Table of Contents](#-table-of-contents) - [📖 \[math-magicians\] ](#-math-magicians-) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment ](#deployment-) - [👥 Authors ](#-authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [❓ FAQ (OPTIONAL) ](#-faq-optional-) - [📝 License ](#-license-) <!-- PROJECT DESCRIPTION --> # 📖 [math-magicians] <a name="about-project"></a> **["Math Magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote. It is built using Create React App (CRA). It is a SPA web app with three sub pages..]** ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="#">HTML, BootStarp, JavaScript, Webpack, React, API</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li><a href="https://localhost:3000/">Dev Server</a></li> </ul> </details> <details> <summary>Pakage Manager</summary> <ul> <li><a href="#">NPM</a></li> </ul> </details> <details> <summary>API</summary> <ul> <li><a href="#">Post Master</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[Displays Calculator]** - **[Allows to perform Mathematical Operations]** - **[Single Page Application SPA with Three sub pages]** - **[Users can click on Navbar to go to 3 sub pages]** - **[All opeations are carried out using APIs.]** - **[Webpack is managing all the dependencies and auto loading in browser]** - **[App is created by Create-React-App (CRA)]** - **[Jest Tests and React Testing Library are implemented to test the App]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - [Math-Magicians Live Demo Link](https://math-magicians-111222.netlify.app/) <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: - A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/). - An IDE e.g [Visual studio code](https://code.visualstudio.com/). - `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/). - Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). - [A terminal](https://code.visualstudio.com/docs/terminal/basics). ### Setup Clone this repository to your desired folder or download the Zip folder: ``` https://github.com/Mike111222/math-magicians ``` - Navigate to the location of the folder in your machine: **``you@your-Pc-name:~$ cd math-magicians``** ### Install To install all dependencies, run: ``` npm install ``` ### Usage To run the project, follow these instructions: - After Cloning this repo to your local machine. - Open the `index.html` in your browser. - You can also use `npm start` command in terminal to run this at localhost:3000 ### Run tests To run tests, run the following command: - Track HTML linter errors run: ``` npx hint . ``` - Track CSS linter errors run: ``` npx stylelint "**/*.{css,scss}" ``` - Track JavaScript linter errors run: ``` npx eslint . ``` - run test: ``` npm test ``` ### Deployment <a name="deployment"></a> You can deploy this project using: GitHub Pages, - I used GitHub Pages to deploy my website. - For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)". <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Muhammad Amran Khan [Mike]** - GitHub: [@githubhandle](https://github.com/Mike111222) - LinkedIn: [LinkedIn](https://linkedin.com/in/Mike111222) - Twitter: [@twitterhandle](https://twitter.com/iMike111222) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[More styles will be added to make my project look more beautiful and appealing and all the project requirements will be added to make sure it meets all of these requirements.]** <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, just reach out to me for more projects even better than this, and please give it a star ⭐️. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank my fellow Authors, my friend, my code reviewers and Microverse. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> - **[How can the project be improved]** - [More features can be intergrated by adding more pages] - **[Can I use this project for study purposes]** - [Yes] <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>
"Math Magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote. It is built using React. It is a SPA web app with three sub pages.
api,javascript,react,webpack
2023-07-03T18:45:34Z
2023-08-18T14:59:55Z
null
2
7
73
0
0
3
null
MIT
JavaScript
JavierAybar/Awesome-books-ES6
main
# Awesome_books ES6 Awesome books: plain JavaScript with objects <a name="readme-top"></a> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠️ Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 Awesome books: plain JavaScript with objects <a name="about-project"></a> Awesome Books is a simple web application that allows users to manage their book collection. Users can add books to the collection by providing the title and author information. They can also remove books from the collection. The application dynamically updates the list of books displayed on the page, allowing users to easily view and interact with their collection. ## 🛠️ Built With <a name="built-with"> ### Tech Stack <a name="tech-stack"></a> - HTML - CSS - JAVASCRIPT </a> <!-- Features --> ### Key Features <a name="key-features"></a> - **User-friendly interface with basic HTML layout.** - **Ability to add books to the collection by providing the title and author information.** - **Ability to remove books from the collection.** - **Real-time update of the book list displayed on the page.** <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 the following tools: - A modern web browser (Chrome, Firefox, Safari, Edge). - An IDE (e.g.: Vscode, Sublime Text,...). - A terminal (Git Bash). ### Setup Clone this repository to your desired folder by running the following commands in your terminal: ```sh cd your-prefered-folder-name git clone git@github.com:ahmidou09/Awesome-books.git ``` ### Install - Install this project with: ```sh cd awesome-books npm init -y npm install --save-dev hint@7.x npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x ``` ### Usage To run the project, execute the following command: ```sh Open the project in live server (VS Code) or Open the index.html file on your browser. ``` ### Run Linters tests To run tests, run the following command: ```sh npx hint . --fix npx stylelint "**/*.{css,scss}" --fix npx eslint . --fix ``` <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> - You can visit the live demo [here](https://javieraybar.github.io/Awesome-books-ES6/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Javier Aybar** - GitHub: [@JavierAybar](https://github.com/JavierAybar) - LinkedIn: [@JavierAybar](https://www.linkedin.com/in/javier-aybar-932376274/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - **Improve the UI/UX with more visually appealing styles and animations.** - **Implement search and filtering functionality for easier navigation of the book collection.** - **Add the ability to mark books as read/unread or add additional metadata such as genre or rating.** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> All 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, please support me with a like or a star. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Thanks to my learning partners and the staff at Microverse. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed.
A simple web application that allows users to manage their book collection. Users can add books to the collection by providing the title and author information.
css,html,javascript
2023-07-08T17:45:19Z
2023-07-21T16:28:46Z
null
1
2
13
0
0
3
null
MIT
JavaScript
JavierAybar/To-Do-List
main
# To Do List <a name="readme-top"></a> # 📗 Table of Contents - [📖 About the Project](#about-project) - [🛠️ Built With](#built-with) - [Tech Stack](#tech-stack) - [Key Features](#key-features) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 To Do List <a name="about-project"></a> To-Do List is a simple web application that allows users to manage their tasks. Users can add tasks to the list, mark them as completed, and remove them. The application dynamically updates the task list displayed on the page, allowing users to easily view and interact with their tasks. ## 🛠️ Built With <a name="built-with"> ### Tech Stack <a name="tech-stack"></a> - HTML - CSS - JAVASCRIPT </a> <!-- Features --> ### Key Features <a name="key-features"></a> - **User-friendly interface with basic HTML layout.** - **Ability to add tasks to the list.** - **Ability to remove tasks from the list.** - **Real-time update of the task list displayed on the page.** <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 the following tools: - A modern web browser (Chrome, Firefox, Safari, Edge). - An IDE (e.g.: Vscode, Sublime Text,...). - A terminal (Git Bash). ### Setup Clone this repository to your desired folder by running the following commands in your terminal: ```sh cd your-prefered-folder-name git clone git@github.com:JavierAybar/To-Do-List.git ``` ### Install - Install this project with: ```sh cd to-do-List npm init -y npm install --save-dev hint@7.x npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x ``` ### Usage To run the project, execute the following command: ```sh Open the project in live server (VS Code) or Open the index.html file on your browser. ``` ### Run Linters tests To run tests, run the following command: ```sh npx hint . --fix npx stylelint "**/*.{css,scss}" --fix npx eslint . --fix ``` ## 🚀 Live Demo <a name="live-demo"></a> - You can visit the live demo [here](https://javieraybar.github.io/To-Do-List/dist/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Javier Aybar** - GitHub: [@JavierAybar](https://github.com/JavierAybar) - LinkedIn: [@JavierAybar](https://www.linkedin.com/in/javier-aybar-932376274/) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - **Improve the UI/UX with more visually appealing styles and animations.** - **Implement search and filtering functionality for easier navigation of the task list.** - **Add the ability to set due dates and reminders for tasks..** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING --> ## 🤝 Contributing <a name="contributing"></a> All 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, please support me with a like or a star. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> Thanks to my learning partners and the staff at Microverse. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed.
A simple web application that allows users to manage their tasks. Users can add tasks to the list, mark them as completed, and remove them
css,html,javascript
2023-07-11T16:27:21Z
2023-07-21T18:12:41Z
null
2
7
22
0
0
3
null
MIT
JavaScript
Hardik8140/Online-Shoes-Store
main
# guided-aftermath-7976 Construct Individual Project ![logo-color](https://github.com/Hardik8140/guided-aftermath-7976/assets/123854368/c9c3199d-69df-4935-b206-1fecf3980262) # [qeep.com](https://qeep-rho.vercel.app/) ![Screenshot (184)](https://github.com/Hardik8140/guided-aftermath-7976/assets/123854368/d7b71053-482a-476b-91cf-ed611f441208) ## Project Description **Qeep a one online store for the shoes and the qeep gives to user a beatter user experience and the simple ui so usr directly communicate with website and find the best product according there needs.** ![Screenshot (185)](https://github.com/Hardik8140/guided-aftermath-7976/assets/123854368/85edef5d-4a08-4a75-8e00-ac65da98813d) # Tech Stack * HTML * CSS * JavaScript * ReactJs * Chakra Ui * JSON-server * Render.com * Render-Slick * Axios * React-Router-Dom * React-icon * Falticons ## Features * Login/SignUp * Cart Page * Wishlist Page * Individual Product Page * User-friendly interface * Filters and sort options * Create/Update/Delete Product (Admin) ![Screenshot (186)](https://github.com/Hardik8140/guided-aftermath-7976/assets/123854368/093cfb19-5055-45b4-bc94-df7e19c587c8) ## Deployed Link (https://qeep-rho.vercel.app/) ### 🤝 Connect with me [![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://hardik8140.github.io/) [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/hardik-gajera-7563b7254/)
This is a online shoe store and provide a beautiful ui and easy to approachable ui and make cunstomer friendly. This website is help to user a find the best product for them
css,html5,javascript,reactjs
2023-07-17T16:14:03Z
2023-08-21T13:57:09Z
null
2
7
21
0
0
3
null
null
JavaScript
yusufyusie/Awesome-books
master
<a name="readme-top"></a> <!-- 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) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [Awesome Bookes] <a name="about-project"></a> **[Awesome Bookes ES6]** is a project builds a basic website that allows users to add and remove books from the list. <br> the project is done by using JavaScript objects and arrays. <br> Also include dynamic modification of the Dom and add basic events.<br> ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> <details> <summary>Client</summary> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics">HTML5</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Javascript_basics">JavaScript</a></li> </ul> </details> <!-- Features --> ### Key Features <a name="key-features"></a> - **[JavaScript objects]** - **[JavaScript access properties and methods]** - **[Local storage]** <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> [See Live Demo](https://yusufyusie.github.io/Awesome-books) <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: - A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/). - An IDE e.g [Visual studio code](https://code.visualstudio.com/). - `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/). - Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). - [A terminal](https://code.visualstudio.com/docs/terminal/basics). ### Setup Clone this repository to your desired folder: Clone this repository to your desired folder or download the Zip folder: git clone https://github.com/yesuf023/awesome-books.git - Navigate to the location of the folder in your machine: **``you@your-Pc-name:~$ cd awesome-books``** ### Install Install this project with: npm install ### Usage To run the project, execute the following command: - After Cloning this repo to your local machine. - Open the `index.html` in your browser. ### Run tests To run tests, run the following command: - Track HTML linter errors run: npx hint . - Track Javascript linter errors run: npx eslint . ### Deployment <a name="deployment"></a> You can deploy this project using: GitHub Pages, - I will use GitHub Pages to deploy my website. - Coming Soon". <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Yesuf Fenta** - GitHub: [@yesuf023](https://github.com/yesuf023/Portfolio) - LinkedIn: [yesufenta](https://www.linkedin.com/in/yesufenta/) 👤 **Blessing Michael** - GitHub: [@blessing-michael](https://github.com/blessing-michael) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Add the navigation bar]** - [ ] **[Implement CSS and contact page]** - [ ] **[Implement Transitions Animation for hover effect.]** <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> Give a ⭐️ if you like this project and how I managed to build it! <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - Project from [Microverse](https://www.microverse.org/) html & css module. - Thanks to the Microverse team for the great curriculum. - Thanks to the Code Reviewer(s) for the insightful feedbacks. - A great thanks to My coding partner(s), morning session team, and standup team for their contributions. - Hat tip to anyone whose code was used. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FAQ (optional) --> ## ❓ FAQ (OPTIONAL) <a name="faq"></a> - **Can I fork and reuse the repository** - Yes please, feel free. - **Can I improve the repository, and my changes will be accepted if they are good?** - Yes please, nice ideas are welcome, please. <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE --> ## 📝 License <a name="license"></a> This project is [MIT](./MIT) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
This project builds a basic website that allows users to add and remove books from the list. the project is done by using JavaScript objects and arrays. Also include dynamic modification of the Dom and add basic events.
css,html5,javascript
2023-07-03T11:34:49Z
2023-07-06T18:09:19Z
null
2
3
42
0
0
2
null
null
JavaScript
AKASHNEGI-github/Drum-Set
main
# Drum-Set Drum Set - a Web Development Mini Project using HTML CSS JAVASCRIPT ![Screenshot (129)](https://github.com/AKASHNEGI-github/Drum-Set/assets/136436720/98d907c8-f996-4976-a1f0-fc86aa2bc361)
Drum Set - a Web Development Mini Project using HTML CSS JAVASCRIPT
bootstrap5,css3,front-end-development,html-css-javascript,html5,javascript,miniproject,project,webdevelopment
2023-07-19T07:50:07Z
2023-07-22T15:01:51Z
null
1
0
12
0
0
2
null
null
HTML
UmakanthKaspa/EmojiGame
main
# Umakanth's Emoji Game Welcome to Umakanth's Emoji Game! 🎮 ## Description Umakanth's Emoji Game is a fun-filled web game where you can test your emoji skills, score points, and challenge yourself to beat your top score. Click on different emojis and try to remember the ones you've already clicked to avoid clicking them again. The game is built using React, JavaScript, and CSS, making it interactive and engaging. ## 💡 Notable Features - Score tracking: Keep track of your current score and top score. - Responsive design: Enjoy the game on any device, whether it's a desktop, tablet, or mobile. - Randomized emojis: Each time you play, the emojis shuffle to provide a unique gaming experience. - Play again: Reset the game and play as many times as you like to improve your score. ## 💻 Technologies and Tools Used - React - JavaScript - CSS ## Getting Started 1. Clone the repository: `git clone https://github.com/UmakanthKaspa/EmojiGame.git` 2. Navigate to the project directory: `cd EmojiGame` 3. Install the dependencies: `npm install` 4. Start the development server: `npm start` 5. Open your browser and visit: `http://localhost:3000` ## 🎥 Demo Video [Watch the demo video](https://assets.ccbp.in/frontend/content/react-js/emoji-game-output-v2.gif) to see the app in action! ## 🌐 Live Demo Check out the live demo of the game at [https://umagame.ccbp.tech/](https://umagame.ccbp.tech/) ## 📷 Screenshots ### 📱 Extra Small and Small Screens ![Extra Small and Small Screens](https://assets.ccbp.in/frontend/content/react-js/emoji-game-sm-outputs.png) ### 💻 Medium, Large, and Extra Large Screens - Game View ![Medium, Large, and Extra Large Screens - Game View](https://assets.ccbp.in/frontend/content/react-js/emoji-game-lg-output-v2.png) ### 🏆 Medium, Large, and Extra Large Screens - Won Game ![Medium, Large, and Extra Large Screens - Won Game](https://assets.ccbp.in/frontend/content/react-js/emoji-game-won-game-lg-output.png) ### 😞 Medium, Large, and Extra Large Screens - Lose Game ![Medium, Large, and Extra Large Screens - Lose Game](https://assets.ccbp.in/frontend/content/react-js/emoji-game-lose-game-lg-output.png) ### 🎮 A Tiny Project for Practice and Learning This project may be small, but it provided a great opportunity for me to practice and learn web development skills. I gained valuable experience working with React, JavaScript, and CSS while having fun with emojis! 😄
🎮 Emoji Game: Click, Score, and Conquer! 🏆 Enjoy a fun-filled adventure with emojis in this React web game. Built with ❤️ using React, JavaScript, and CSS by Umakanth. 🌟 Practicing web dev skills, having emoji fun! 😄 Happy gaming! 🚀
css,javascript,react
2023-07-08T03:18:08Z
2023-07-08T03:45:06Z
null
1
0
4
0
0
2
null
null
JavaScript
Git-Lukyen/prosport-netrom-summercamp
main
<h1 align="center">Prosport Web App</h1> <h3> Info & Use </h3> <p> This is a personal project made while participating in the Netrom's Summercamp with the help of a trained team of full stack developers. The app is about managing a sports team. </p> <h3> Implementation </h3> <p> I used Java Spring for the backend together with a MySQL database. I implemented mostly CRUD operations and usual stuff like pagination, sorting, etc. For the frontend I used Javascript with the JQuery framework and HTML with CSS & Bootstrap. </p> <h3> Setup </h3> - Install Java - Create a MySQL database and pair it with the project <h3> Pictures </h3> <p align="center"> <img src="https://github.com/Git-Lukyen/Git-Lukyen/blob/main/README-Images/Prosport/PlayerPage.png"> </p> <p align="center"> One of the pages on the site with CRUD UI | (Player Page) </p> --- <br> <p align="center"> <img src="https://github.com/Git-Lukyen/Git-Lukyen/blob/main/README-Images/Prosport/SideBar.png"> </p> <p align="center"> Animated sidebar </p> --- <br> <p align="center"> <img src="https://github.com/Git-Lukyen/Git-Lukyen/blob/main/README-Images/Prosport/FormValidation.png"> </p> <p align="center"> Form validation | (Player Page) </p> --- <br> <p align="center"> <img src="https://github.com/Git-Lukyen/Git-Lukyen/blob/main/README-Images/Prosport/CompetitionPage.png"> </p> <p align="center"> Clicking on a Competition redirects to a dedicated page </p> --- <br> <p align="center"> <img src="https://github.com/Git-Lukyen/Git-Lukyen/blob/main/README-Images/Prosport/TeamPage.png"> </p> <p align="center"> Clicking on a Team redirects to a dedicated page </p>
Sports team managing web app.
bootstrap,css,database,html,java,javascript,javaspring,javaspringboot,management,maven
2023-07-03T19:01:08Z
2023-10-28T09:47:55Z
null
1
0
32
0
0
2
null
null
JavaScript
Kei-K23/super-meal
main
# superMeal This project is a web application that allows users to search for meals and view their details. It utilizes the [MealDB API](https://www.themealdb.com/api.php) to fetch meal data. - visit to website https://supermeal-79083.web.app/ ## Features - Random Meal Generator: Users can click the "More Meals" button to generate random meals and display them on the page. - Search by Meal Name: Users can search for meals by entering a meal name in the search bar and submitting the form. The application will fetch and display meals matching the search query. - Meal Details: Users can double-click on a meal item to view its detailed information, including ingredients, instructions, and a YouTube link (if available). - Favorites: Users can mark meals as favorites by checking the heart-shaped checkbox next to the meal item. The favorite meals are stored in local storage and can be accessed in the favorites section. ## Technologies Used - HTML - CSS - JavaScript - axios library - Aos library - Swiper library - Vite - Firebase Hosting - FontAwesome ## Usage - Enter a meal name in the search box and press Enter or click the search button to search for meals. - Click on a meal item to view its details. - To add a meal to your favorites, click on the heart icon beside the meal item. ## Notes - The project uses the MealDB API to fetch meal data. Please ensure that you have a stable internet connection to properly use the application. - The application utilizes local storage to store favorite meals. The favorites will persist even after refreshing the page or closing the browser. ## Acknowledgements - MealDB API: https://www.themealdb.com/api.php - AOS Library: https://michalsnik.github.io/aos/ ## Contributing Contributions to this project are very welcome. I sure my code base is really dummy and duplicate code including. Here are some ways you can contribute: - Report bugs or suggest features by opening an [issue](https://github.com/Kei-K23/super-meal.git/issues). - Submit pull requests with bug fixes, feature implementations, or code improvements. Please make sure to follow the existing code style and adhere to the project's coding conventions.
superMeal website is designed to allow users to search for delicious meals and view random meal suggestions. It fetches data from the TheMealDB API to retrieve meal information and display it to the user. The main purpose for creating this website was only for hobby, joy and want to create something with my knowledge.
css3,html5,javascript,website
2023-07-08T05:02:37Z
2023-07-09T03:31:05Z
null
1
0
2
0
0
2
null
null
CSS
LuckyIndraEfendi/Shorten-Link
main
# Shorten-Link Create a short link for a given URL. Requires a `url` parameter. ## Insert Your Link ```bash https://your-site.com ``` ## Result Link after Shorten ```bash https://shrtco.de/QufYZL ```
Create a short link for a given URL. Requires a `url` parameter.
javascript,reactjs,shorten-urls,shortener,shortens-links,shortlink,shortlinkgenerator,url-shortener,vitejs
2023-07-15T14:05:55Z
2023-07-15T14:50:48Z
null
1
0
3
0
0
2
null
null
CSS
Denngrh/Smt-Slider
main
<p align="center"> <img src="https://github.com/Denngrh/smt-slider/assets/112230212/6cf04d3c-c81f-4fcc-9174-5222e5265cf9" alt="Logo-Smooets" style="width: 130px;"> </p> <div align="center"> <table> <th><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Denngrh/smt-slider"></th> <th><img alt="GitHub" src="https://img.shields.io/github/license/Denngrh/smt-slider"></th> <th><img src="https://img.shields.io/badge/Programing%20Language-php-blue" alt="programing"></th> </table> </div> ## About Smooets Slider is an easy-to-use slider plugin for WordPress, allowing you to create stunning image sliders that grab the attention of your website visitors. With this Smooth Slider, you can easily display images and other content in a responsive and customizable slider. ## Instalasi Instructions for how to install a WordPress plugin that is stored in a Github There are two ways to do it: 1. [Installing via ZIP](#installing-via-zip) 1. [Installing via Git](#installing-via-git) ## Installing via ZIP 1. Click the **Download ZIP** button or click the download link: [Link Download zip](https://github.com/Denngrh/Smt-Slider/archive/refs/heads/main.zip) <br> ![Screenshot from 2023-08-02 09-32-59](https://github.com/Denngrh/Smt-Slider/assets/112230212/c64a4477-d161-4d54-9e53-5989d6dfe4db) 3. In the WordPress admin, go to **Plugins > Add New**: ![image](https://user-images.githubusercontent.com/134745/78461681-b58af980-76ba-11ea-9708-a74b88fb8ce4.png) 4. Click **Upload Plugin**: ![image](https://user-images.githubusercontent.com/134745/78461697-cc315080-76ba-11ea-9b1b-ea4034a31079.png) 5. Choose the ZIP file you downloaded and click **Install Now**: ![image](https://github.com/Denngrh/Smt-Slider/assets/112230212/8f1007e3-6c09-4865-992d-22d065016b15) 7. Click **Activate Plugin**: ![image](https://user-images.githubusercontent.com/134745/78461730-1f0b0800-76bb-11ea-81f0-1f4f28e49df1.png) ## Installing via Git 1. Click the **code** dropdown and select **Clone via SSH** (or **Clone via HTTPS**): ![Screenshot from 2023-08-02 09-44-16](https://github.com/Denngrh/Smt-Slider/assets/112230212/fd05c16b-0cbb-4087-a421-570089911c74) 2. Click the button to copy to the clipboard: ![Screenshot from 2023-08-02 09-46-44](https://github.com/Denngrh/Smt-Slider/assets/112230212/e713a7ba-fe9d-419b-8937-72957344f797) 3. Open the `plugins` directory on the terminal command line for your WordPress install. 4. Do `git clone {url} {slug}` where `{url}` is the Gist SSH URL which you copied to the clipboard and `{slug}` is the name you want to use. You can leave out `{slug}` if you want, but then the slug of the plugin will be something like `Smt-Slider` instead of `my-plugin-doing-something`. 5. Then activate the plugin either via the WordPress admin or via WP-CLI test (e.g. `wp plugin activate {slug}`). ## Contributors ✨ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Denngrh"><img src="https://avatars.githubusercontent.com/u/112230212?v=3?s=100" width="100px;" alt="Baden Nugraha"/><br /><sub><b>Baden Nugraha</b></sub></a><br /><a href="#question-Denngrh" title="Answering Questions">💬</a> <a href="https://github.com/Denngrh/Smt-slider/commits?author=Denngrh" title="Documentation">📖</a> <a href="https://github.com/Denngrh/Smt-Slider/pulls" title="Reviewed Pull Requests">👀</a> <a href="#talk-Denngrh" title="Talks">📢</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/MDafaAzharya"><img src="https://avatars.githubusercontent.com/u/125567760?v=3?s=100" width="100px;" alt="M dafa Azharya"/><br /><sub><b>M Dafa Azharya</b></sub></a><br /><a href="#question-Dafa" title="Answering Questions">💬</a> <a href="https://github.com/Denngrh/Smt-Slider/commits?author=MDafaAzharya" title="Documentation">📖</a> <a href="https://github.com/MDafaAzharya/Smt-Slider/pulls" title="Reviewed Pull Requests">👀</a> <a href="#tool-Dafa" title="Tools">🔧</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Cahzello"><img src="https://avatars.githubusercontent.com/u/102816420?v=4" width="100px;" alt="Rizky Rasya M"/><br /><sub><b>Rizky Rasya M</b></sub></a><br /><a href="#question-Rizky" title="Answering Questions">💬</a> <a href="https://github.com/Denngrh/Smt-Slider/commits?author=Cahzello" title="Documentation">📖</a> <a href="https://github.com/Cahzello/Smt-Slider/pulls" title="Reviewed Pull Requests">👀</a> <a href="#talk-Denngrh" title="Talks">📢</a> </tr> </tbody> </table> <!-- ALL-CONTRIBUTORS-LIST:END --> ## License [MIT license](https://opensource.org/licenses/MIT)
Plugin Wordpress Slider
bootstrap,php,slider,wordpress,wordpress-plugin,css,html,javascript
2023-07-18T02:25:05Z
2023-10-03T06:21:01Z
null
3
0
147
0
0
2
null
MIT
PHP
davidsantana06/baby-diet
main
# BabyDiet **PT-BR** O Baby Diet é uma aplicação web experimental desenvolvida para demonstrar o processamento de dados provenientes de uma planilha Excel. Seu principal objetivo é gerar etiquetas contendo informações relevantes sobre os horários de alimentação de bebês. A aplicação funciona permitindo que os usuários enviem uma planilha preenchida com todas as informações necessárias. O sistema então avalia o padrão da tabela e os dados inseridos, fornecendo aos usuários um feedback sobre a validade do formato e a adequação do preenchimento dos campos. <br /> Assumindo que a planilha enviada esteja em conformidade com as diretrizes de padronização, as etiquetas são exibidas ao usuário, que também tem a opção de baixá-las como um arquivo de texto ou um arquivo Excel. Além disso, todas as submissões são registradas no histórico, incluindo o identificador correspondente e o horário de cada ação realizada. <br /><br /> **EN-US** Baby Diet is an experimental web application developed to demonstrate the processing of data from an Excel spreadsheet. Its main goal is to generate labels containing relevant information about baby feeding schedules. The application works by allowing users to submit a filled-in spreadsheet with all the necessary information. The system then evaluates the table pattern and data input, providing users with feedback on the validity of the format and the adequacy of the field completion. <br /> Assuming that the submitted spreadsheet adheres to the standardization guidelines, the labels are displayed to the user, who also has the option to download them as a text file or an Excel file. Furthermore, all submissions are recorded in the history log, including the corresponding identifier and timestamp for each action taken. <br /><br /><br /> ## :rocket: Funcionalidades 1. **Geração de Etiquetas para Mamadeiras**: Gere etiquetas personalizadas para mamadeiras a partir de informações em uma planilha de alimentação de bebês, eliminando a criação manual de etiquetas e poupando tempo e esforço. 2. **Importação de Planilha de Alimentação**: Faça upload de uma planilha com registros de alimentação de bebês. A aplicação usa esses dados para criar as etiquetas das mamadeiras. 3. **Filtragem de Resultados**: Os usuários podem filtrar os registros de alimentação, selecionando quais informações desejam visualizar. 4. **Exportação em Formato TXT e Excel**: Após a geração das etiquetas, os resultados podem ser baixados em formatos TXT (para visualização rápida e compartilhamento) ou Excel (para manipulação detalhada dos dados, se necessário). 5. **Interface Intuitiva e Amigável**: A aplicação possui uma interface simples e acessível, facilitando a importação, filtragem e geração de etiquetas, mesmo para usuários com pouca experiência em tecnologia. 6. **Praticidade e Automatização**: Ao automatizar a geração de etiquetas a partir de uma planilha, a aplicação aumenta a eficiência e a precisão na gestão das informações de alimentação de bebês, substituindo um processo manual propenso a erros. <br /><br /><br /> ## :page_with_curl: Documentação A documentação da aplicação pode ser acessada através do <a href="https://drive.google.com/drive/folders/1hSKK2wdYA9n6tYgJ0wnSkTzm_Qo3sSq3?usp=sharing">Google Drive</a>. Nela, você encontrará o documento de visão, uma planilha de exemplo e imagens da aplicação em funcionamento em diferentes tamanhos de tela. <br /><br /><br /> ## :computer: Pré-requisitos ### Tecnologias utilizadas A estrutura backend foi desenvolvida em Python com o framework web Flask, utilizando as bibliotecas Pandas e Openpyxl para leitura, tratamento e armazenamento de dados. No lado do frontend, foram utilizados HTML, CSS e Bootstrap para construir a interface, complementados pelo uso de funções JavaScript para tratamentos específicos. <br /><br /> ### Instalação Para executar a aplicação em sua máquina, baixe ou clone este repositório. Em seguida, abra o terminal na pasta raiz do projeto e execute o seguinte comando: ```terminal pip3 install -r requirements.txt ``` Ao fazer isso, todas as bibliotecas necessárias para a aplicação serão instaladas. Para iniciar o servidor, acesse o arquivo `src\run.py` e execute-o. Desse modo, você pode acessar o endereço `127.0.0.1:5000` em seu navegador e experimentar todos os recursos da aplicação. <br /><br /><br /> ## :coffee: Como usar Para usar a aplicação, será necessário preencher uma planilha contendo informações sobre a dieta de bebês. Para seguir o padrão da aplicação, utilize o modelo disponibilizado via <a href="https://docs.google.com/spreadsheets/d/1WS8oWNRsLJ06hMW-DvXXefFIpk0o_kRS">Google Sheets</a>. Submeta a planilha na tela de início. <div style="text-align:center"> <img src="./images/index.png" alt="Início" style="width: 100%;"> </div> <div align="center"><b>IMAGEM 1. INÍCIO</b></div> <br /> Você será direcionado para a tela de etiquetas, onde poderá visualizar, filtrar e baixar as etiquetas como um arquivo de texto ou Excel. <div style="text-align:center"> <img src="./images/show-labels.png" alt="Etiquetas" style="width: 100%;"> </div> <div align="center"><b>IMAGEM 2. ETIQUETAS</b></div> <br /><br /> ## :balance_scale: Licença Este projeto adota a **Licença MIT**, o que permite que você utilize e faça modificações na aplicação conforme sua vontade. A única coisa que peço é que os créditos sejam dados, reconhecendo o esforço e tempo que investi na construção dela.
Baby Diet is an experimental web application that processes data from Excel spreadsheets to generate labels containing information about baby feeding schedules.
flask,flask-application,javascript,pandas,python
2023-07-12T02:42:56Z
2023-12-09T21:10:55Z
null
1
0
33
0
0
2
null
MIT
Python
We-Gold/algernon-js
main
![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/We-Gold/algernon-js/main?label=npm%20version&color=green&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Falgernon-js) ![npm bundle size](https://img.shields.io/bundlephobia/min/algernon-js?color=green) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/We-Gold/algernon-js/issues) ![tests](https://github.com/We-Gold/algernon-js/actions/workflows/run-tests.yml/badge.svg) ![ViewCount](https://views.whatilearened.today/views/github/We-Gold/algernon-js.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) ![NPM Downloads](https://img.shields.io/npm/dw/algernon-js) # Algernon-js Algernon is a JS library for efficiently generating, solving, and rendering 2D mazes. [_Where does the name come from?_](https://en.wikipedia.org/wiki/Flowers_for_Algernon) Found an issue or a performance improvement? Feel free to leave an issue or make a pull request! ![Algernon Generated Maze](./readme-maze.png) _Maze generated, solved, and rendered by Algernon-js_ - [Installation](#installation) - [Usage](#usage) - [Benchmarks](#benchmarks) ## Installation Via NPM: ```bash npm i algernon-js ``` Via CDN: ```html <script type="module" src="https://cdn.jsdelivr.net/npm/algernon-js/dist/algernon.js" ></script> ``` ## Usage ### Maze Generation **Example**: ```js import { generateBacktrackingRaw } from "algernon-js" const [rows, cols] = [20, 20] const rawMaze = generateBacktrackingRaw(rows, cols) ``` **Raw Format:** In `algernon-js`, mazes are stored as a 2D array of integers for a mix of space efficiency and convenience. Each cell may have North, South, East, or West walls (the outer edges of the maze will be bounded). Internally, bits are used to represent the presence of walls or other significant information. That means a cell is internally used like this (`0b1001` - a cell with a North and West wall), but looks like this (`9` - the decimal representation). If you are familiar with bit manipulation, feel free to use mazes in their "raw" format. If not, check out the conversions available for more familiar formats. | Name | Description | Method | Occupancy Grid Support | | ------------ | ------------------------------------------------------------------------------------------ | ------------------------- | ---------------------- | | Backtracking | A fast algorithm for mazes with some long corridors. Reasonable general purpose algorithm. | `generateBacktrackingRaw` | ✅ | | Kruskal's | On the slower side, good for simple and relatively easy mazes. | `generateKruskalRaw` | ✅ | | Growing Tree | Fast, performs like Prim's by default but configurable. | `generateGrowingTreeRaw` | ✅ | _Some of these algorithms are additionally configurable. Check out the JSDoc comments for more info._ **Occupancy Grid Format:** `Algernon-js` also supports the occupancy grid format. In this format, each cell is either open, or a wall/obstacle. Open is represented as `false` and a wall/obstacle is `true`. There are similar methods available for generating these mazes, like `generateBacktrackingGrid`. Note that with this maze format, only odd-dimensioned mazes can be generated, and otherwise the bottom row and right column will both be completely walls. So 19 by 19 would work, but 20 by 20 is not recommended. ### Maze Solving **Example:** ```js // maze already generated, stored as `rawMaze` import { solveAStarRaw } from "algernon-js" // Solve the maze using A*, starting at the top left // and ending at the bottom right const solution = solveAStarRaw(rawMaze, [0, 0], [rows - 1, cols - 1]) ``` **Format:** Solutions are simply arrays, with each element as an index in the original `rawMaze`. For example: `[[0,0],[1,0],[1,1],[1,2],...]` | Name | Description | Method | Occupancy Grid Support | | -------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------- | | A\* | Fast Dijkstra's-based solver that uses heuristics. Configurable general purpose solver. | `solveAStarRaw` | ✅ | | ACO | Ant Colony Optimization is not recommended for real-world purposes. It is interesting for experimentation. | `solveACO` | ⏳ | | DFS | Depth First Search is simple and fast, exploring deep paths and backtracking. | `solveDFSRaw` | ✅ | | BFS | Breadth First Search is fast, simply exploring the whole maze. | `solveBFSRaw` | ✅ | | D\* Lite | Essentially A\* backwards. Pretty fast, and ideal for mazes that change and require re-planning. _See main.js for examples._ | `solveDStarLite` | ⏳ | _Many of these algorithms use heuristics or additional configuration. Check of the JSDoc comments for more info._ ### Rendering This is intended as a simple solution for basic web apps or testing. Feel free to use the code as a starting point for a custom solution. For the occupancy grid format, a similar method is available: `renderGridMazeToCanvas`. **Example:** ```html <!-- index.html --> <canvas id="demo-canvas" width="400" height="400"></canvas> ``` ```js // script.js import { generateBacktrackingRaw, solveAStarRaw, renderRawMazeToCanvas, } from "algernon-js" const [rows, cols] = [20, 20] // Generate and solve the maze const rawMaze = generateBacktrackingRaw(rows, cols) const solution = solveAStarRaw(rawMaze, [0, 0], [rows - 1, cols - 1]) // Render the maze const canvas = document.getElementById("demo-canvas") const ctx = canvas.getContext("2d") // Render each cell at 20 pixels x 20 pixels // `solution` is an optional argument renderRawMazeToCanvas(ctx, 20, rawMaze, solution) ``` ### Conversion For the occupancy grid format, ✅ represents support for this format by typically adding `Grid` to the end of the method (though this may vary if the name implies it). **Raw <-> Node Matrix** ```js // `rawMaze` already generated const nodeMatrix = convertRawToNodeMatrix(rawMaze) // A node matrix is a 2D array of `MatrixNode`, // where each node contains the following booleans: // hasNorthWall, hasSouthWall, hasEastWall, hasWestWall // Convert node matrix back to raw const updatedRaw = convertNodeMatrixToRaw(nodeMatrix) ``` **Raw <-> Node Graph** ```js // `rawMaze` already generated // Generate a node graph with the given start and end points const nodeGraph = convertRawToNodeGraph(rawMaze, [0, 0], [row - 1, col - 1]) // A node graph is a graph of `GraphNode`, // where each node contains the following booleans: // isStart, isEnd, hasNorthWall, hasSouthWall, hasEastWall, hasWestWall // and the following references (or null if not present): // northNeighbor, southNeighbor, eastNeighbor, westNeighbor const updatedRaw = convertNodeGraphToRaw(nodeGraph, [0, 0]) ``` **Raw <-> ArrayBuffer (Binary)** ```js // `rawMaze` already generated // Convert the maze to a Uint8Array, // with the first byte storing the rows and cols const buffer = serializeRawToBinary(rawMaze) const deserialized = deserializeBinaryToRaw(buffer) ``` **Raw <-> Base64 String** ```js // `rawMaze` already generated // Convert the maze to a Base64 string const base64 = serializeRawToString(rawMaze) const deserialized = deserializeStringToRaw(base64) ``` **Raw -> Supersampled** ✅ ```js // `rawMaze` already generated // Supersample the maze at a factor of 2 const supersampled = supersampleMaze(rawMaze, 2) // Output: sample maze structure but twice the rows and columns ``` **Raw <-> Grid Maze Format** ✅ ```js // `rawMaze` already generated // Replace wall properties with open/wall cells (and upscale to a factor of 2) const gridMaze = convertRawToGridFormat(rawMaze, 2) // Output: same maze structure but walls are represented by true // and cells by false, and a different number of cells // Convert back to Raw (and tell it the upscale factor) const rawMaze2 = convertGridToRawFormat(gridMaze, 2) // Output: the original `rawMaze` // Convert points from raw to grid and back const rawPoint = [2, 2] const gridPoint = convertRawToGridPoint(rawPoint) const originalPoint = convertGridToRawPoint(gridPoint) ``` **Raw -> Raw (Braided)** ✅ ```js // `rawMaze` already generated // Remove dead-ends with the given probability braidMaze(rawMaze, 0.5) // Output: an in-place modification of the original maze, // with walls removed to prevent dead-ends. ``` **Grid -> Degrade/Fill** ✅ ```js // `gridMaze` already generated // Remove walls with the given probability degradeGrid(gridMaze, 0.1) // Add walls with the given probability fillGrid(gridMaze, 0.05) // Output: an in-place modification of the original maze, // with walls removed or added. This is ONLY for occupancy // grid mazes. ``` ### Helpers Internally used helper methods, like `removeWall`, `getAvailableNeighbors`, `getDirection`, and more, are made available through the `helpers` namespace. Additionally, many have support for occupancy grids as well by adding `Grid` to the end of the method name. **Example:** ```js import { helpers } from "algernon-js" const c1 = [0, 0] const c2 = [1, 0] const directionBetweenCells = helpers.getDirection(c1, c2) // directionBetweenCells: 0b0100 or South ``` ### Data Structures Internally used data structures are now available as well. The two currently available are: `createDisjointSet` and `createMinHeap`. ## Benchmarks _Benchmarks were run on a M2 MacBook Air with a minimum of 50 samples each._ ### Generation | Maze Size | Name | Mean (ms) | RME | | --------- | ------------ | ---------- | ---- | | 20 x 20 | Backtracking | **0.1037** | 0.89 | | 50 x 50 | Backtracking | **0.5939** | 0.80 | | 80 x 80 | Backtracking | **1.4800** | 0.70 | | 20 x 20 | Kruskal | 2.0065 | 1.49 | | 50 x 50 | Kruskal | 44.493 | 3.59 | | 80 x 80 | Kruskal | 325.52 | 2.84 | | 20 x 20 | Growing Tree | 0.1283 | 0.39 | | 50 x 50 | Growing Tree | 0.8033 | 0.70 | | 80 x 80 | Growing Tree | 2.1503 | 2.45 | ### Solving _Backtracking mazes were selected for this benchmark. Performance can vary with different maze types._ | Maze Size | Name | Mean (ms) | RME | | --------- | -------- | ---------- | ---- | | 20 x 20 | A-Star | **0.0173** | 1.13 | | 50 x 50 | A-Star | **0.1551** | 0.81 | | 80 x 80 | A-Star | 0.1676 | 0.78 | | 20 x 20 | ACO | 1.3462 | 0.64 | | 50 x 50 | ACO | 22.810 | 0.98 | | 80 x 80 | ACO | 69.850 | 1.67 | | 20 x 20 | DFS | 0.0617 | 0.41 | | 50 x 50 | DFS | 0.2197 | 0.48 | | 80 x 80 | DFS | 0.3464 | 0.60 | | 20 x 20 | BFS | 0.0532 | 0.38 | | 50 x 50 | BFS | 0.1643 | 0.62 | | 80 x 80 | BFS | **0.1504** | 0.37 | | 20 x 20 | D\* Lite | 0.1215 | 1.06 | | 50 x 50 | D\* Lite | 0.5553 | 0.64 | | 80 x 80 | D\* Lite | 0.8571 | 1.71 |
Algernon is a JS library for efficiently generating, solving, and rendering mazes.
a-star,canvas,javascript,maze,maze-algorithms,maze-generator,maze-solver,p5js,ant-colony-optimization,serialization
2023-07-05T19:33:00Z
2023-07-17T18:09:44Z
2023-07-17T18:09:44Z
1
0
30
2
0
2
null
MIT
JavaScript
absterjr/aryaman
main
# My Personal Website This is the repository for my personal website. It showcases my portfolio, skills, experience, and projects. ## Technologies Used - HTML5 - CSS3 - JavaScript - [Bootstrap](https://getbootstrap.com) - [Font Awesome](https://fontawesome.com) ## Features - Responsive design - Interactive sections - Portfolio showcase - Skills and experience display - Contact form with email functionality ## Getting Started 1. Clone the repository: ```bash git clone https://github.com/absterjr/aryaman.git ``` 2. Open `index.html` in your web browser. 3. Explore the different sections and navigate through the website. ## Deployment The website can be deployed using various methods, such as: - Hosting on a web server - Deploying to GitHub Pages - Deploying to Netlify - Deploying to Vercel Choose the deployment method that suits your requirements.
Personal portfolio website showcasing my skills, experience, and projects.
css3,html5,html5-css3,javascript,scss,learn
2023-07-09T21:17:51Z
2023-12-27T17:07:16Z
null
1
0
56
0
0
2
null
NOASSERTION
SCSS
R-i-t-i-k-a/Secrets-website
main
Certainly! Here's an example of a README file for the code you provided: # Secrets Web Application This is a web application that allows users to share secrets anonymously. It provides user authentication using Passport.js and Google OAuth2. Users can register, log in, and submit secrets once authenticated. ## Features - User registration: Users can create accounts by providing a username and password. - User login: Registered users can log in to access their account. - Google OAuth2 authentication: Users can also authenticate using their Google accounts. - Secrets submission: Authenticated users can submit secrets anonymously. - View secrets: Authenticated users can view and read the secrets shared by other users. - Logout: Users can log out of their accounts. ## Prerequisites To run this application, you need the following: - Node.js installed on your machine - MongoDB database ## Installation 1. Clone the repository: ``` git clone https://github.com/your-username/secrets-web.git ``` 2. Navigate to the project directory: ``` cd secrets-web ``` 3. Install the dependencies: ``` npm install ``` 4. Set up environment variables: Create a `.env` file in the project root directory and add the following variables: ``` CLIENT_ID=your-google-client-id CLIENT_SECRET=your-google-client-secret ``` Make sure to replace `your-google-client-id` and `your-google-client-secret` with your actual Google OAuth2 client ID and client secret. 5. Start the application: ``` node app.js ``` 6. Open your web browser and visit `http://localhost:3000` to access the application. ## Folder Structure The folder structure of the project is as follows: ``` ├── app.js # Main application file ├── models # Database models │ └── User.js # User model ├── public # Public assets (CSS, images, etc.) ├── routes # Express routes │ ├── auth.js # Authentication routes │ └── secrets.js # Secrets routes ├── views # EJS view templates ├── .env # Environment variables configuration └── package.json # Project dependencies and scripts ``` ## Dependencies The main dependencies used in this project are: - Express: Fast and minimalist web framework for Node.js - Passport: Authentication middleware for Node.js - Mongoose: MongoDB object modeling for Node.js - EJS: Embedded JavaScript templates for rendering views - Express-session: Session middleware for Express.js - Passport-local-mongoose: Passport.js plugin for simplifying local authentication with Mongoose - Passport-google-oauth20: Passport.js strategy for Google OAuth2 authentication - Mongoose-findorcreate: Mongoose plugin for simplified findOrCreate operations Please refer to the `package.json` file for a complete list of dependencies and their versions. ## Contributing Contributions to this project are welcome. Feel free to open issues and submit pull requests to suggest improvements or fix any bugs. ## License This project is licensed under the [MIT License](LICENSE). --- Feel free to customize this README file based on your specific project requirements and add any additional sections or information you deem necessary.
A website in which people can register or login and share their secrets secretly and see other's with authentication.
angela-yu-course,css,ejs,html,javascript,nodejs,oauth2,secrets
2023-07-11T18:05:02Z
2023-07-13T21:09:28Z
null
1
0
6
0
0
2
null
MIT
EJS
vietluu/ReviewSocial
main
# ReviewSocial This is the README documentation for the Reviewsocial project running on the ASP.NET Core MVC platform. ## Requirements To run the Reviewsocial project, you will need: - Visual Studio or Visual Studio Code. - .NET Core SDK 7.0 or later. - SQL Server. - Installation ### To install the Reviewsocial project, follow these steps: ### Clone this repo. * Run the dotnet restore command in the terminal or command prompt to install the necessary NuGet packages. Adjust the database connection string in the appsettings.json file to meet your requirements. Run the dotnet ef database update command to update the database. Run the dotnet run command to start the Reviewsocial project. Usage To use the Reviewsocial project, access the URL http://localhost:5000 on your web browser. ## Directory Structure The Reviewsocial project has the following directory structure: Reviewsocial/ </br> ├── Controllers/ </br> ├── Data/ </br> │ ├── Migrations/ </br> │ └── ApplicationDbContext.cs </br> ├── Models/ </br> ├── Views/ </br> ├── appsettings.json </br> ├── Program.cs </br> ├── Startup.cs </br> └── README.md </br> ## Technologies Used * The Reviewsocial project is built on the ASP.NET Core MVC platform, using Entity Framework Core to manage the database, Razor to create Views, and Bootstrap to design the user interface.
The Reviewsocial project is built on the ASP.NET Core MVC platform, using Entity Framework Core to manage the database, Razor to create Views, and Bootstrap to design the user interface.
aspnet-core,bootstrap5,csharp,css,entity-framework-core,html5,javascript,mvc
2023-07-09T02:27:18Z
2023-07-30T14:44:19Z
null
2
0
16
0
1
2
null
MIT
CSS
Ali-Sdg90/React-Dice-Distribution
main
<h1>React-Dice-Distribution🎲</h1> <br/> <img src="Gifs/300Delay.gif" alt="app-showcase" /> <h2>Overview</h2> <p> React-Dice-Distribution is a visually appealing web application built with React that showcases dice distribution in a graphical form. The app includes a control panel where users can manipulate the number of dice (ranging from 2 to 30), the delay between each dice deployment, and the number of times the dice are thrown in a single step. The user can set these parameters and initiate the dice rolling process by clicking the "Start" button. The sums of the dice numbers are then displayed on a responsive chart. </p> <p> The chart, implemented using the ApexCharts library, provides an immersive experience with features such as zoom, responsiveness, smooth animations, and transitions. Additionally, the chart offers export options, allowing users to save it in SVG, PNG, or CSV formats. </p> <p> The application's meticulous attention to detail and high level of craftsmanship is evident. It has been designed to ensure a seamless user experience on devices of varying sizes, thanks to a custom responsive design that includes scaling and rotation capabilities. You can access the app on GitHub Pages using the following link: <a href="https://ali-sdg90.github.io/React-Dice-Distribution/" target="_new" >React-Dice-Distribution</a >. </p> <p> The chart visualizes the data in a line format, displaying the line of all accumulated dice sums. This representation facilitates the identification of a normal distribution or bell curve. The dark theme employed in the app contributes to enhanced readability and reduced eye strain. </p> <h2>Features</h2> <ul> <li> Dynamic control panel to adjust the number of dice, delay between deployments, and steps. </li> <li> Responsive chart with zooming functionality and export options (SVG, PNG, CSV). </li> <li> Smooth animations and transitions for an enhanced visualization experience. </li> <li> Custom responsive design for optimal usage on different devices. </li> <li> Dark theme for improved visual comfort. </li> </ul> <hr /> <img src="Gifs/Infinit-Mode.gif" alt="Infinit-Mode" /> <h2>Installation</h2> <p> To run React-Dice-Distribution locally on your machine, follow these steps: </p> <ol> <li>Clone the repository:</li> </ol> <pre><code>git clone https://github.com/ali-sdg90/React-Dice-Distribution.git </code></pre> <ol start="2"> <li>Navigate to the project directory:</li> </ol> <pre><code>cd React-Dice-Distribution </code></pre> <ol start="3"> <li>Install the dependencies:</li> </ol> <pre><code>npm install</code></pre> <ol start="4"> <li>Start the development server:</li> </ol> <pre> <code>npm start</code></pre> <ol start="5"> <li> Open your web browser and visit <code>http://localhost:3000</code> to access the application. </li> </ol> <h2>Usage</h2> <ol> <li> Upon opening the application, you will be presented with the control panel. </li> <li> Adjust the desired parameters: <ul> <li>Number of dice: Choose a value between 2 and 30.</li> <li>Delay: Define the duration between each dice deployment.</li> <li> Steps: Set the number of times the dice are thrown in a single step. </li> <li> Infinite Mode: Check this box to continuously roll the dice. </li> </ul> </li> <li>Click the "Start" button to initiate the dice rolling process.</li> <li> Observe the chart as it dynamically updates with the sum of the dice numbers. </li> <li> Use the chart's zoom functionality, and export the chart in SVG, PNG, or CSV formats, as needed. </li> <li> Enjoy exploring the fascinating normal distribution or bell curve visualization provided by the chart. </li> </ol> <h2>Technologies Used</h2> <ul> <li>React</li> <li>ApexCharts</li> <li>CSS</li> </ul> <h2>Contribution</h2> <p> Contributions to React-Dice-Distribution are welcome! If you would like to contribute to the project, please follow these guidelines: </p> <ol> <li>Fork the repository.</li> <li>Create a new branch for your feature or bug fix.</li> <li>Make your changes and ensure that the code is properly formatted.</li> <li>Write appropriate tests for your changes, if applicable.</li> <li>Commit your changes with clear and descriptive commit messages.</li> <li>Push your changes to your forked repository.</li> <li> Submit a pull request to the main repository, providing a detailed description of your changes. </li> </ol> <p> Please note that all contributions are subject to review. To ensure a smooth review process, consider the following: </p> <ul> <li>Follow the coding style and conventions used in the project.</li> <li>Keep your changes focused and avoid making unrelated modifications.</li> <li> Write clear and concise documentation when introducing new features or modifying existing ones. </li> <li> Ensure that all existing tests pass and write new tests to cover the changes you made. </li> </ul> <p> Thank you for considering contributing to this project. Your help is greatly appreciated! </p> <h2>License</h2> <p> This project is licensed under the <a href="https://github.com/ali-sdg90/React-Dice-Distribution/blob/main/LICENSE" target="_new" >MIT License</a >. </p>
Visualize dice distribution using interactive charts with customization options
apexcharts,math,react,dice-distribution,javascript
2023-07-01T17:01:24Z
2023-07-09T17:06:29Z
null
1
0
33
0
0
2
null
MIT
JavaScript
Tushit99/Assetorix_Web
master
# Assetorix Welcome to Assetorix, your premier online destination for seamless and cost-free real estate property transactions. At Assetorix, we have revolutionized the way buyers, sellers, and agents interact and share vital information about real estate properties, all through our innovative and user-friendly platform. ## Our Mission Our mission at Assetorix is to empower individuals and professionals in the real estate industry with a robust, transparent, and no-cost platform for sharing property information. We aim to bridge the gap in the real estate market, fostering efficient, secure, and mutually beneficial interactions. ## Home Page (view) <div style="display: flex; justify-content: space-between;"> <img width="400" height="250" alt="image" src="https://github.com/UNIFIEllp/Assetorix/assets/97578587/44c679b2-cee3-43a2-a61c-607c6bd6d592"> <img width="187" height="250" alt="image" src="https://github.com/UNIFIEllp/Assetorix/assets/97578587/f98ae532-c467-4dd0-a865-bf21bd99f07c"> <img width="136" height="250" alt="image" src="https://github.com/UNIFIEllp/Assetorix/assets/97578587/f9425562-db26-4ff7-b992-94b9aacbe72a"> </div> ## Key Features and Benefits 1. **Effortless Property Exchange**: Assetorix provides a user-friendly interface that allows buyers and sellers to effortlessly connect and share property information, eliminating the need for lengthy negotiations and paperwork. 2. **Direct Communication**: With Assetorix, you can engage in direct, transparent communication with the involved parties, fostering trust and streamlining the decision-making process. 3. **Broker/Agent Integration**: Our platform also welcomes brokers and agents, offering a valuable space for them to connect with potential clients, share property listings, and expand their reach in the market. 4. **Cost-Efficiency**: We believe that access to real estate information should be free, and Assetorix lives up to that commitment, with no hidden charges or fees for any of our users. ## How Assetorix Works 1. **Register**: Sign up for free and create your profile on Assetorix. 2. **List or Search**: As a seller, list your properties with all essential details. As a buyer or agent, explore the comprehensive listings to find the perfect property. 3. **Connect**: Connect with potential buyers, sellers, or agents directly through our platform's secure messaging system. 4. **Close Deals**: Facilitate seamless negotiations, property viewings, and transactions without any hidden fees or charges. ## Why Assetorix? Assetorix stands out as the solution for those seeking a convenient and cost-effective way to engage in real estate transactions. Whether you're a buyer, seller, or broker/agent, our platform is tailored to meet your specific needs, all within a secure and user-friendly environment. Join us on Assetorix and experience the future of real estate transactions today. Unlock the potential of a seamless exchange of information and take control of your real estate journey like never before. Welcome to a new era of real estate with Assetorix! ## Join the Future of Real Estate Assetorix is not just a website; it's a real estate ecosystem. It's where individuals come together to transform how properties are bought and sold. Embrace the future of real estate with Assetorix and experience a transparent, efficient, and cost-effective approach to real estate transactions. Whether you are a buyer, seller, or an agent, Assetorix is here to empower you in your real estate journey. Join us today and be part of the real estate revolution.
Assetorix is a cutting-edge online real estate platform, built using ReactJS. We facilitate seamless property transactions by connecting buyers, sellers, and agents, eliminating fees and intermediaries. Join us in revolutionizing the real estate market.
chakra-ui,css,css-module,expressjs,javascript,mongodb,react-router,react-skeleton,reactjs,redux
2023-07-18T09:26:21Z
2024-02-06T07:07:20Z
null
2
1
545
0
0
2
null
null
JavaScript
Chakresh2001/Pets-Connect-Adoption-App
main
PROJECT # delirious-calendar-2968 # Description Pet Adoption Website Welcome to our Pet Adoption Website, where we connect you with your perfect furry companion while empowering animal welfare organizations. Our platform offers a range of features designed to make the pet adoption process seamless and enjoyable for both prospective pet owners and animal shelters. This is a Collaborative Project constructed within 5 days of time span. # FUNCTIONALITIES :- Pet Searches: Easily search for pets based on various criteria such as species, breed, age, and location to find your ideal match. User Accounts: Create a personalized account to save your preferences, track your adoption journey, and receive updates on available pets. Wish Lists: Curate a list of your favorite pets, making it simple to revisit and consider adoption options. Adoption Requests: Submit adoption requests directly through our platform, streamlining the communication between you and the shelter. Admin Controls: For animal welfare organizations, our website offers administrative controls to manage pet listings, adoption requests, and more. # Home Page :- ![pets connect](https://github.com/Chakresh2001/delirious-calendar-2968/assets/120241122/65291b63-d5de-4b70-9eb6-a1aa61e5aa41) # Pets Search :- ![pets page](https://github.com/Chakresh2001/delirious-calendar-2968/assets/120241122/ee1fb745-2ff5-42de-9178-90b79bb02e97) # Single Pets Page :- ![single pets page](https://github.com/Chakresh2001/delirious-calendar-2968/assets/120241122/0bbdd1c0-20da-470f-93c7-dacb99ee33c5) # Admin Page :- ![admin page](https://github.com/Chakresh2001/delirious-calendar-2968/assets/120241122/a1a74aaa-23d6-4c88-baba-a9b55033d5ed) # Deployed Link :- https://pets-connect.vercel.app/
Connect with your perfect furry companion and empower animal welfare organizations with our Pet Adoption Website, featuring pet searches, user accounts, wish lists, adoption requests, and admin controls.
chakra-ui,css,html,javascript,mongodb,nodejs,react,reactjs,redux,expres
2023-07-18T16:21:14Z
2023-11-09T08:13:13Z
null
5
33
92
0
4
2
null
null
JavaScript
sreekmtl/3D-Earth-ThreeJS-Tutorial-
main
# 3D-Earth-ThreeJS-Tutorial- Tutorial repo for creating 3D virtual globe using ThreeJS. Tutorial available at https://medium.com/@sreeharikollamattam/creating-3d-interactive-earth-using-threejs-for-web-68707ecd68e1 Live site can be found at : https://sreekmtl.github.io/3D-Earth-ThreeJS-Tutorial-/ Extended version of this project can be found at https://github.com/sreekmtl/3D-Earth-ThreeJS . Which include support for geojson overlay, loading layers from WMS layers etc. ![alt text](https://github.com/sreekmtl/3D-Earth-ThreeJS-Tutorial-/blob/main/preview/Untitled%20video%20-%20Made%20with%20Clipchamp.gif) To Pan and see 3D view, use ctrl+left mouse ![alt text](https://github.com/sreekmtl/3D-Earth-ThreeJS-Tutorial-/blob/main/preview/3d5.png) To run locally, clone the repo> npx serve .
Tutorial repo for creating 3D virtual globe using ThreeJS
3dgis,javascript,threejs,webgis,wms
2023-07-12T10:35:16Z
2023-11-30T18:16:26Z
null
1
0
17
0
1
2
null
null
JavaScript
grupotesseract/grupotesseract.com.br
main
<p align="center"> <img src="https://res.cloudinary.com/tesseract/image/upload/v1554158621/vuepress/avatar-simbolo.jpg" width="250" /> </p> <h1 align="center">Grupo Tesseract</h1> <p align="center">Repository for Grupo Tesseract website</p> <br> In this year 2023, we started developing the new version of our [website](https://grupotesseract.com.br). This version uses **React**, **Next**, **Tailwind**, among other useful development tools. The roadmap can be found on the [Github project page](https://github.com/orgs/grupotesseract/projects/1). The website preview can be seen here: **https://grupotesseract-com-br.vercel.app** <br> ## Requirements - **Yarn** <br> ## Install 1. Clone the repository ```sh git clone git@github.com:grupotesseract/grupotesseract.com.br cd grupotesseract.com.br ``` 2. Then install dependencies ```sh yarn ``` 3. And run the development server ```sh yarn dev ``` 4. Open http://localhost:3000 and start working 💻
Repository for Grupo Tesseract website
css,javascript,next,node,react,tailwind,vercel,yarn
2023-07-03T20:59:39Z
2024-04-15T21:56:47Z
null
8
19
98
3
0
2
null
null
TypeScript
kongruksiamza/udemy-course-sale
main
# ⚡ FLASH SALE ปลายเดือน | รับส่วนลดคอร์สเรียน Udemy ### ราคาปกติคอร์สละ ~~1,200 บาท~~ เหลือเพียงคอร์สละ 249 บาทเท่านั้น!! ##### ** **เลือกคอร์สเรียนผ่านลิงก์รายชื่อคอร์สที่ระบุด้านล่างเพื่อรับส่วนลด (เนื่องจากในลิงก์ดังกล่าวจะใส่รหัสคูปองส่วนลดให้อัตโนมัติ)** ![image](https://github.com/kongruksiamza/udemy-course-sale/blob/main/poster.png?raw=true) ## 👨‍💻 สิทธิพิเศษที่จะได้รับ ⏰ เรียนได้ตลอดชีพ 🎓 ใบรับรองการจบหลักสูตร ✅ รับประกันยินดีคืนเงินใน 30 วัน ## 🔥 คอร์สเรียนใหม่ล่าสุด |ลำดับที่| ชื่อคอร์สเรียน | รับส่วนลด | |:----:|:------------------------:|:----:| |1|พัฒนา REST API ด้วย Django REST Framework | [ลงทะเบียน](https://www.udemy.com/course/rest-api-django-rest-framework/?couponCode=FSL112023) | |2|พัฒนาระบบร้านค้าออนไลน์ด้วย Django Framework 4.x (E-Commerce) | [ลงทะเบียน](https://www.udemy.com/course/django-framework-e-commerce/?couponCode=FSL112023) | |3|พัฒนาเว็บแอพพลิเคชั่นด้วย React (Real-World Projects) | [ลงทะเบียน](https://www.udemy.com/course/react-real-world-projects/?couponCode=FSL112023)| ## ⭐ คอร์สพัฒนาเว็บแอพพลิเคชั่น |ลำดับที่| ชื่อคอร์สเรียน | รับส่วนลด | |:----:|:------------------------:|:----:| |1|พัฒนาเว็บด้วย JavaScript 40 Workshop (Building 40 Projects) | [ลงทะเบียน](https://www.udemy.com/course/javascript-30-workshop/?couponCode=FSL112023) | |2|พัฒนาเว็บด้วย JavaScript แบบ MERN Stack | [ลงทะเบียน](https://www.udemy.com/course/javascript-mern-stack/?couponCode=FSL112023)| |3|พัฒนาเว็บด้วย PHP PDO & MySQL (CRUD & Authentication) | [ลงทะเบียน](https://www.udemy.com/course/php-pdo-mysql-crud/?couponCode=FSL112023)| |4|เจาะลึก TypeScript ตั้งแต่เริ่มต้นจนใช้งานจริง | [ลงทะเบียน](https://www.udemy.com/course/typescript-basic/?couponCode=FSL112023)| ## 💻 คอร์สพัฒนาแอพพลิเคชั่นด้วยภาษาไพธอน (Python) |ลำดับที่| ชื่อคอร์สเรียน | รับส่วนลด | |:----:|:------------------------:|:----:| |1|สร้างแอพพลิเคชั่นด้วยภาษา Python (Real-World Projects) | [ลงทะเบียน](https://www.udemy.com/course/python-real-world-projects/?couponCode=FSL112023) | |2|สร้าง GUI Application ด้วย Python (Real-World Project) | [ลงทะเบียน](https://www.udemy.com/course/python-gui-projects/?couponCode=FSL112023) | |3|พัฒนาเว็บด้วย Django Framework 4.x (Real-World Projects) | [ลงทะเบียน](https://www.udemy.com/course/django-framework-real-world-projects/?couponCode=FSL112023)| ## ❓ คำถามที่พบบ่อย (FAQ) #### คอร์สที่สอนฟรีใน Youtube กับคอร์สใน Udemy ต่างกันอย่างไร ? - คอร์สเรียนใน Udemy เป็น Workshop ส่วนคอร์สใน Youtube เป็นเนื้อหาเบื้องต้น - ผู้เรียนต้องเรียนเนื้อหาเบื้องต้นใน Youtube ก่อนจึงจะสามารถเข้าเรียนคอร์ส Workshop ใน Udemy ได้
โปรโมชั่นปลายเดือนพฤศจิกายน รับส่วนลดคอร์สเรียน Udemy | KongRuksiam
blockchain,django,django-rest-framework,javascript,php,python,react,typescript,unity
2023-07-11T07:59:17Z
2023-11-25T01:03:32Z
null
1
0
75
0
0
2
null
null
null
Eduardo-Pires/CRUD-PHP-001
main
# CRUD-PHP-001 Este repositório foi criado com o objetivo de desenvolver um CRUD (Create, Read, Update, Delete), utilizando a linguagem PHP para o back-end. Utilizando o banco de dados PostgreSQL para persistência dos dados. Requisitos do Sistema: 1. O sistema deve permitir cadastrar, listar, atualizar e excluir registros. 2. O registro deve conter os seguintes campos: - ID (gerado automaticamente) - Nome - E-mail - Telefone Backend: 1. Crie uma classe `Pessoa` com as propriedades necessárias para representar os campos do registro. 2. Implemente uma classe `PessoaRepository` para lidar com a persistência dos dados utilizando postgreSQL. 3. Implemente os métodos para realizar as operações CRUD: - `CriarPessoa(Pessoa pessoa)` - cria um novo registro de pessoa. - `ListarPessoas()` - lista todas as pessoas cadastradas. - `ObterPessoaPorId(int id)` - obtém uma pessoa pelo ID. - `AtualizarPessoa(Pessoa pessoa)` - atualiza os dados de uma pessoa. - `ExcluirPessoa(int id)` - exclui uma pessoa pelo ID. O código deve ser legível, bem-organizado e seguir as melhores práticas de desenvolvimento. Certifique-se de tratar possíveis erros e exceções, e comente o código quando necessário para explicar a lógica ou intenção do trecho. --- **Créditos**: Este repositório foi criado com base em um teste de um processo seletivo da empresa [TechOne](https://techone-it.com.br/). Embora eu não tenha participado diretamente, recebi permissão dos superiores de um amigo próximo que participou para que pudesse utilizar seu texto como inspiração para criar este projeto. Portanto, gostaria de creditar a eles a autoria do enunciado acima.
um crud feito com PHP e postgres na arquitetura MVC
async-await,bootstrap,crud,crud-application,html5,mvc,mvc-architecture,mvc-pattern,php,backend
2023-07-18T22:56:25Z
2023-08-08T15:02:58Z
null
1
0
26
0
0
2
null
MIT
HTML
ShahFH/Xplore
main
# Xplore - Your Ultimate Travel Companion 🏆 Xplore is your ultimate travel companion, designed to enhance your journeys and make every trip truly memorable. With personalized recommendations based on your location and interests, we're here to help you find the best fitness facilities, healthy dining options, running or cycling routes, and meditation spots wherever you go. This's only demo and entire code is protected due copyright. <a href='https://xploree.netlify.app/'>Demo link</a> # Home <img src="/Home.png" alt="homescreen" /> # Sigh Up Page <img src="/Sign Up.png" alt="homescreen" /> # Technology used 1. React 2. CSS 3. Loader untils 4. react anchor link smooth 5. React icons ## Installation 1. Clone the repository: `git clone https://github.com/yourusername/xplore.git` 2. Navigate to the project directory: `cd xplore` 3. Install dependencies: `npm install` ## Usage 1. Open the Xplore app on your device. 2. Provide your location and select your travel interests. 3. Receive personalized recommendations for fitness, dining, activities, and meditation spots. ## Contributing We welcome contributions from the community! To contribute to Xplore, follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bug fix: `git checkout -b feature/new-feature` 3. Make your changes and commit them: `git commit -m "Add new feature"` 4. Push your changes to your fork: `git push origin feature/new-feature` 5. Open a pull request against the `main` branch of the main repository. ## License This project is licensed under the [MIT License](LICENSE). ## Contact If you have any questions or suggestions, feel free to contact me.
Xplore - Your Ultimate Travel Companion. is your ultimate travel companion, designed to enhance your journeys and make every trip truly memorable.
css,grid-layout,javascript,reactjs,travel,xplore
2023-07-04T17:29:49Z
2024-05-15T07:35:23Z
null
1
0
10
0
1
2
null
null
JavaScript
seanpm2001/FreeCodeCamp_Seanpm2001
FreeCodeCamp_Seanpm2001_Main-dev
*** # [FreeCodeCamp Seanpm2001](#FreeCodeCamp-Seanpm2001) `🏕️🔥️🖥️2️⃣️0️⃣️0️⃣️1️⃣️ FreeCodeCamp data, information, usage, and documentation by @seanpm2001` *** <!-- FreeCodeCamp README todo Promote FreeCodeCamp Link your profile Explain why you shouldn't cheat Explain why profile backups aren't included Missing data !--> ## [Profile](#Profile) <!-- <img src="https://avatars.githubusercontent.com/u/65933340?v=4" alt="Seanpm2001 pfp failed to load" width="270" height="270"> > **Note** _to self: Please replace this link with a local version in the future._ !--> <!-- <img src="/SeniorPhotoFullQuality.jpeg" alt="Seanpm2001 pfp failed to load" width="330" height="214"> TOO WIDE !--> <img src="/Seanpm2001.jpeg" alt="Seanpm2001 pfp failed to load" width="270" height="270"> - [`FreeCodeCamp link`](https://www.freecodecamp.org/Seanpm2001/) `I started to use FreeCodeCamp to boost my programming skills on 2023, May 3rd. I started with a background on various languages, most notably HTML5, Python, Java, JavaScript, and SQL. Let's see where I go from here! :)` *** ## [Why you should not cheat](#Why-you-should-not-cheat) Aside from the Academic Honesty Pledge, and the fact that you won't get your certificates, there are other important reasons why you shouldn't cheat on FreeCodeCamp: - **You won't learn anything, and your experience will be pointless:** If you cheat on FreeCodeCamp, you won't be able to learn the proper problem solving and programming skills needed for the job. You may think you can just go back and learn it all later on the same site or another site, but this most often doesn't happen. - **You will eventually get caught, and found as a fraud:** If you manage to get all of the certificates in FreeCodeCamp through cheating, your programming job will employ methods you don't understand, and of which you won't be able to guess your way through. You will likely be ousted from your position and/or job Do not just copy and paste my answers. Try to figure out how it is done and learn. I came to this site, as my programming skills were really lacking, and I want to improve. This site really is great, and I am pretty sure you can learn something from it as well. *** ## [Certificates](#Certificates) I have not yet earned any certificates as of 2023 July 20th, but I have completed the JavaScript Algorithms and Data Structures unit (on 2023 July 20th) *** ## [Profile backups](#Profile-backups) Profile backups currently aren't included, as I feel they contain sensitive information about my account. *** ## [Missing data](#Missing-data) - [:octocat: `#1`](https://github.com/seanpm2001/FreeCodeCamp_Seanpm2001/issues/1/) (**Resolved**) > It appears that I currently don't have a month worth of data on me, so it can't be uploaded here yet. I should be able to upload it in the future. Due to a system crash on 2023 June 13th, I temporarily lost access to some of my data (~3 weeks worth) I got it back, but when copying back from my external hard drive to my backup laptop, a month worth of data didn't seem to copy. This was likely due to an error, or because it was located somewhere else. In the end, I should have my laptop back from repair in a couple weeks, so that I can confirm. This issue has since been resolved, but on 2023 July 20th, it has been noted that 3 files are missing. *** # [File info](#File-info) **File version:** `2 (2023, Thursday, July 20th at 9:33 pm PST)` *** # [Footer](#Footer) You have reached the end of this page. ###### [EOF](#EOF) ***
🏕️🔥️🖥️2️⃣️0️⃣️0️⃣️1️⃣️ FreeCodeCamp data, information, usage, and documentation by @seanpm2001
computer-science,docs,documentation,freecodecamp,gpl3,gplv3,javascript,javascript-lang,javascript-language,learn-to-program
2023-06-30T00:40:47Z
2024-05-22T18:41:45Z
null
1
0
234
0
1
2
null
GPL-3.0
JavaScript
imLymei/advanzzze-package
main
![Logo](https://media.discordapp.net/attachments/1095475771771986104/1126577250821742602/Advanzzze-banner.png) # npx advanzzze `npx advanzzze` é um comando simples e útil para iniciar projetos utilizando a versão mais recente do `Next.js`, com alguns pacotes de utilidades pré-instalados e configurados. ## Funcionalidades #### Projetos - [x] Criar projetos [Next.js](https://nextjs.org) mais recente - [x] Suporte Javascript - [x] Suporte [Typescript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) - [x] Suporte para criação de aplicativos desktop com [Tauri](https://tauri.app) e Next.js - [ ] Suporte para criação de aplicativos mobile #### Utilidades - [x] Plugin do [Prettier](https://prettier.io/docs/en/index.html) de ordenação de classes para o Tailwind CSS - [x] Adicionar a função `cn` para melhor aplicação de classes condicionais - [Guia para utilização do comando.](#cn) ## Instalação 1. Crie a pasta do seu projeto. 2. Entre na pasta do projeto e use npx `advanzzze`. 3. Escolha seu tipo de projeto e preferências. 4. Siga qualquer instrução adicional. 5. Comece a programar. ## Referências úteis - Gerais - [React](https://legacy.reactjs.org/docs/getting-started.html) - [Next.js](https://nextjs.org/docs) - [Tailwind CSS](https://tailwindcss.com/docs/installation) - Desktop - [Tauri](https://tauri.app/v1/guides/getting-started/setup/next-js) ## Uso/Exemplos ### cn `cn` é uma função personalizada que utiliza [clsx](https://www.npmjs.com/package/clsx) e [tailwind-merge](https://www.npmjs.com/package/tailwind-merge) para, respectivamente, criar classes condicionalmente e juntá-las sem conflitos com o Tailwind CSS. #### Utilização ```javascript cn('classes padrão', { 'classes Condicinais': CondicaoUm, 'classes Condicinais': CondicaoDois, }); ``` #### Exemplo de código ```javascript import cn from '@/utils/cn'; export default function Card({ bgColor, children }) { const isBlue = bgColor === 'blue'; const isRed = bgColor === 'red'; const isGreen = bgColor === 'green'; return ( <div className={cn('p-2 w-52 h-24 border border-black', { 'bg-blue-500': isBlue, 'bg-red-500': isRed, 'bg-green-500': isGreen, })}> {children} </div> ); } ``` ## Roadmap - Adicionar mais funções utilitárias. - Adicionar menu para escolha dos utilitários. - Adicionar suporte para criação de aplicativos mobile. ## Autores - [@imLymei](https://github.com/imLymei/) - [@kevynlopes](https://github.com/kevynlopes) ## Licença [MIT](https://choosealicense.com/licenses/mit/)
🚀My npm command for creating customizable, multi-platform Next.js projects.
desktop,javascript,nextjs,npm-package,npx,reactjs,typescript,web
2023-07-02T09:58:18Z
2023-07-18T18:58:59Z
null
1
0
20
0
0
2
null
MIT
JavaScript
patrykkawiak/ELBO
main
# ELBO Kwidzyn Commercial website for [ELBO Kwidzyn](https://elbokwidzyn.pl/) 🌍 Hosted page: [ELBO Kwidzyn](https://elbokwidzyn.pl/) ## Technologies ⚡️ JavaScript ⚡️ HTML ⚡️ SASS ⚡️ BEM ⚡️ Vite ## Features - RWD - Animated Gallery - Modern Design - Infinite Carousel - Parallax - Mobile Friendly ## Run Locally Clone the project ```bash git clone https://github.com/patrykkawiak/ELBO.git ``` Go to the project directory ```bash cd {project_name} ``` Install dependencies ```bash npm install ``` Start the server ```bash npm run dev ``` The server will start at: http://localhost:3000/ ## Portfolio [![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://portfolio-patrykkawiak.vercel.app/)
Commercial Website of a wholesaler of office paper and office supplies.
bem,comercial,group-project,html,javascript,sass,vite,mobile-friendly
2023-07-13T09:00:12Z
2023-09-28T11:49:16Z
null
2
0
54
0
1
2
null
null
HTML
souparna-roy/QTrip-Static
master
# QTrip-Static ## Table of contents - [Overview](#overview) - [Create a layout for the landing page and make it responsive](#Create-a-layout-for-the-landing-page-and-make-it-responsive) - [Implement the adventures page](#Implement-the-adventures-page) - [Add the adventure details page to complete the static web page features](#Add-the-adventure-details-page-to-complete-the-static-web-page-features) - [Deploy the QTripStatic website](#Deploy-the-QTripStatic-website) - [Author](#author) ## Overview QTrip is a travel website aimed at travelers looking for a multitude of adventures in different cities. During the course of this project, <ul> <li>Created 3 different web pages from Wireframe layout using HTML and CSS</li> <li>Utilized Bootstrap extensively for responsive design</li> <li>Deployed the website to Netlify</li> </ul> ![QTrip Landing Page](./Images/landing-page.png) QTrip Landing Page ![QTrip Adventures Page](./Images/adventure-cards.png) QTrip Adventures Page ![QTrip Adventure Details Page](./Images/adventure-details-page.png) QTrip Adventure Details Page ## Create a layout for the landing page and make it responsive ### Scope of work <ul> <li>Added a navigation bar that collapses automatically on smaller devices to display a toggle icon</li> <li>Utilized CSS properties to add the hero image and align elements in it as per the design</li> <li>Implemented the cities grid section by using Bootstrap’s grid</li> <li>Improved the cities grid section by making images responsive and added effect on hovering over an image tile</li> </ul> ### Skills used HTML, CSS, CSS Flexbox, Responsive Design, Bootstrap, VS Code Live Server ### Image(s) ![QTrip Landing Page](./Images/landing-page.png) QTrip Landing Page ## Implement the adventures page ### Scope of work <ul> <li>Created a responsive grid of adventures using Bootstrap’s grid</li> <li>Made adventure type and price text on the cards responsive using Bootstrap’s flex containers</li> <li>Added proper spacing between the adventure’s grid using Bootstrap spacing shorthands</li> <li>Made the images to be responsive using Bootstrap’s responsive image classes</li> </ul> ### Skills used HTML, CSS, Bootstrap, Bootstrap Flex, Bootstrap Spacing, Bootstrap Responsive Images ### Image(s) ![Responsive Adventures Page](./Images/responsive-img.png) Adventures Page on different screen sizes ## Add the adventure details page to complete the static web page features ### Scope of work <ul> <li>Came up with the page’s HTML layout from scratch</li> <li>Positioned images of varying sizes and set them to toggle visibility based on screen sizes</li> <li>Created the “Sold out” side section to be fixed on the screen even on scrolling</li> </ul> ### Skills used HTML, CSS, Bootstrap, Bootstrap Display, CSS Positioning ### Image(s) ![Wireframe](./Images/wireframe-img.png) <p>Wireframe used for building Adventure details page</p> ![Adventure Details Page](./Images/adventure-details-responsive.png) Adventure Details Page on different screen sizes ## Deploy the QTripStatic website ### Scope of work <ul> <li>Deployed the QTripStatic website to Netlify using Netlify CLI commands</li> </ul> ### Skills used Deployment, Netlify, Netlify CLI ## Author - GitHub - [Souparna Roy](https://www.github.com/souparna-roy/)
This is a Static travel website called QTrip.
bootstrap,css,html,javascript,responsive-design
2023-07-11T07:11:31Z
2023-07-11T08:31:41Z
null
1
0
32
0
0
2
null
null
HTML
Marcus-Johnson/RexGT
main
# RexGT: ChatGPT-powered Chat Service RexGT is a service boilerplate; utilizing OpenAI's ChatGPT to provide text completions and image generations based on user prompts. It offers a backend API allowing users to interact with the language model and receive text completions and generated images. The service is built using Node.js and Express, providing a scalable and efficient solution for AI-powered applications. ## Features - **Text Completions**: Send text prompts utilizing categories with the RexGT API and receive text completions powered by OpenAI's ChatGPT. - **Image Generations**: Send image prompts to the RexGT API and receive URLs of the generated images. - **Prompt Categories**: RexGT supports multiple prompt categories for text completions, including movie scripts, recipes, short stories, speeches, and more. - **Flexible Configuration**: Customize the temperature and other parameters of the text completions to fine-tune the output. - **Validation with Joi**: The API validates the request payloads using the Joi library to ensure data integrity. - **Error Handling**: Proper error handling is implemented to gracefully handle any errors that occur during communication with the OpenAI API or processing the requests. - **Testing with Chai**: The project includes automated tests using the Chai assertion library and Chai HTTP plugin to ensure the API functions correctly. ## Installation 1. Clone the repository: `git clone https://github.com/Marcus-Johnson/rexgt.git` 2. Install the dependencies: `npm install` 3. Set up the environment: Create a `.env` file and provide the necessary environment variables, including `OPENAI_KEY`, `NODE_ENV`. `PORT`, 5. Start the server: `npm start` ## Content Generation To generate text, make a POST request to `/api/generate_category_text`. To generate an image, make a POST request to `/api/generate_prompt_image`. For example, you can use `curls` on the command line as follows: ```bash curl --location --request POST 'http://localhost:3000/api/generate_category_text' \ --header 'Content-Type: application/json' \ --data-raw '{ "category": "movie-script" }' curl --location --request POST 'http://localhost:3000/api/generate_prompt_image' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "sunset over the ocean", "n": 1, "size": "512x512" }'
RexGT is a lightweight open-source service powered by OpenAI's ChatGPT providing a backend API that allows users to interact with ChatGPT and receive chat completions based on various categories or DALL-E images based on prompt. This repository serves as the foundation for building the service using ChatGPT.
categories-api,chatgpt-api,javascript
2023-07-03T14:18:10Z
2023-07-28T20:16:01Z
2023-07-05T11:45:51Z
2
5
23
0
0
2
null
null
JavaScript
Jayromberg/clone-tabnews
main
# clone-tabnews Implementação do site https://www.tabnews.com.br
Implementação do site https://www.tabnews.com.br
javascript,nodejs,npm,nextjs,prettier
2023-07-02T18:43:10Z
2023-12-25T20:40:57Z
null
1
0
21
6
0
2
null
null
JavaScript
ilyasabdellaoui/TMDB_Chrome_Extension
main
# 🎬 TMDB_Extension (v1.0.0) <p align="center"> <img src="https://img.shields.io/badge/version-1.0.0-brightgreen.svg" alt="Version 1.0.0"> </p> ## Table of Contents - [👋 Introduction](#introduction) - [⚙️ Installation](#installation) - [🚀 Usage](#usage) - [🆕 New Features](#new-features) - [🔜 Next Steps](#next-steps) - [👨‍💻 Development](#development) - [🤝 Contributing](#contributing) ## 👋 Introduction The "TMDB Poster Extension" is a browser extension that adds a poster next to each movie and actor entry on the TMDB website. The poster is displayed in a small box on the left side of the entry. The box is positioned to the left of the entry's title and overview, and it is sized to fit the entry's height. The extension applies visual enhancements to the movie and actor entries, such as styling the table rows, adding shadows, and applying background filters to improve the overall aesthetic appeal. The extension utilizes the TMDB API to retrieve movie data, including the movie poster URL. The poster is then displayed alongside each movie or actor entry on the TMDB website, providing users with a visual representation of the movie or actor. ## ⚙️ Installation The "TMDB Poster Extension" can be downloaded by cloning this repository or by downloading the source code as a ZIP file. The extension can then be installed by following the instructions below: 1. Open the Extension Management page by navigating to `chrome://extensions`. - Alternatively, open this page by clicking on the Extensions menu button and selecting Manage Extensions at the bottom of the menu. - Alternatively, open this page by clicking on the Chrome menu, hovering over More Tools then selecting Extensions. 2. Enable Developer Mode by clicking the toggle switch next to Developer mode. 3. Click the Load unpacked button and select the extension directory. 4. Ta-da! The extension has been successfully installed. You can now browse the TMDB website and enjoy the new visual enhancements. ## 🚀 Usage Open the TMDB website and browse the movie or actor pages. Provide the extension with the API key by clicking on the extension icon in the browser toolbar and entering the API key in the input field. The extension will automatically activate and display the movie posters next to each movie or actor entry. You can also add movies to your watchlist by clicking on the extension icon in the browser toolbar and clicking on the "Add to Watchlist" button. A new window popup open, allowing you to enter the movie's title and year in the format "Title (Year)". Click on the "Submit" button to add the movie to your watchlist. ## 🆕 New Features The following features have been added to the extension since its initial release: - [x] Added a new feature that allows users to enter their own API key. - [x] Added a new feature that allows users to add Multiple Movies to their watchlist. ## 🔜 Next Steps The extension is currently in its early stages of development. The following features are planned for future releases: - [ ] Optimize the extension to improve performance and reduce the number of API calls. - [ ] Add a new feature that allows users to add Multiple TV Shows to their watchlist. ## 👨‍💻 Development The "TMDB Poster Extension" is developed using JavaScript, HTML, and CSS. The extension utilizes the TMDB API to retrieve movie data, including the movie poster URL. The poster is then displayed alongside each movie or actor entry on the TMDB website, providing users with a visual representation of the movie or actor. The extension is designed to be lightweight and unobtrusive, seamlessly integrating with the TMDB website. It operates in the background and activates automatically when browsing TMDB pages, ensuring a smooth and effortless user experience. ## 🤝 Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The "TMDB Poster Extension" is a browser extension that adds a poster next to each film and actor on the TMDB site. It also lets the user add as many movies as they want to their watchlist at once.
chrome-extension,fetch-api,javascript,tmdb-api
2023-07-08T14:24:44Z
2023-07-28T17:41:40Z
null
1
0
27
0
0
2
null
null
JavaScript
geicesousa/BurgerLadies
main
<div align="center"> <img width= "300px" src= "./src/assets/ladies.png"> </div> ## Resumo do projeto O projeto Burger Ladies foi criado para um pequeno restaurante de hambúrgueres que está crescendo e necessita de uma interface em que se possa realizar pedidos utilizando um tablet, e enviá-los para a cozinha para que sejam preparados de forma ordenada e eficiente. Este projeto tem duas áreas: a interface (cliente) e a API (servidor). A interface está sendo desenvolvida utilizando o framework React. O cliente nos deu um [link](https://app.swaggerhub.com/apis-docs/ssinuco/BurgerQueenAPI/2.0.0) para a documentação que especifica o comportamento esperado da API HTTP que deve consumir. Aqui você pode encontrar todos os detalhes dos endpoints , como, por exemplo, quais parâmetros esperam, quais devem responder, etc. *** <br> ### Logins e senhas: ~~~javascript [ { "Adm": [ { "email": "adm@gmail.com", "senha": 123456 } ] }, { "Atendente": [ { "email": "atendente@gmail.com", "senha": 123456 } ] }, { "Cozinha": [ { "email": "cozinha@gmail.com", "senha": 123456 } ] } ] ~~~~ *** <br> <div align="center"><img width="500px" src="./src/assets/image-1.png" alt="Tela de Login" title="Tela de Login"></div> ### História do usuário 1 O garçom deve conseguir fazer login, se o administrador já tiver atribuído credenciais ***"Como garçon, quero poder entrar no sistema de pedidos".*** #### Critérios de aceitação Acessar uma tela de login. <br> Digitar e-mail e senha.<br> Receber mensagens de erro compreensíveis, dependendo do que há de errado com as informações inseridas.<br> Entrar no sistema de pedidos se as credenciais estiverem corretas.<br> <br> *** <br> <div align="center"><img width="500px" src="./src/assets/image-2.png" alt="Tela Garçon" title="Tela Garçon"> <img width="500px" src="./src/assets/image-3.png" alt="Tela Garçon Novo Pedido" title="Tela Garçon Novo Pedido"> <img width="500px" src="./src/assets/image-6.png" alt="Tela Garçon Novo Pedido Carrinho" title="Tela Garçon Novo Pedido Carrinho"></div> ### História do usuário 2 O garçom deve ser capaz de anotar o pedido do cliente ***"Como garçom, quero receber o pedido de um cliente para não depender da minha memória, para saber quanto cobrar e enviar para a cozinha para evitar erros e para que possam ser preparados na ordem."*** #### Critérios de aceitação Anotar o nome do cliente. <br> Adicionar produtos ao pedido. <br> Excluir produtos. <br> Ver resumo e compra total. <br> Enviar o pedido para a cozinha (salve em algum banco de dados). Funcionar bem em um tablet. <br> *** <br> <div align="center"><img width="500px" src="./src/assets/image-7.png" alt="Tela Cozinha" title="Tela Cozinha"> <img width="500px" src="./src/assets/image-8.png" alt="Tela Visualização de Pedidos" title="Tela Visualização de Pedidos"></div> ### História do usuário 3 O chef precisa ver os pedidos ***"Como chefe de cozinha, quero ver os pedidos dos clientes em ordem e marcar quais estão prontos para saber o que precisa ser preparado e avisar aos atendentes que um pedido está pronto para ser servido a um cliente."*** #### Critérios de aceitação Visualizar os pedidos solicitados à medida que são feitos.<br> Marcar os pedidos que foram preparados e estão prontos para serem servidos. <br> Ver o tempo que levou para preparar o pedido desde a chegada até o momento em que foi marcado como concluído. <br> *** <br> <div align="center"><img width="500px" src="./src/assets/image-8.png" alt="Tela Visualização de Pedidos" title="Tela Visualização de Pedidos"></div> ### História do usuário 4 Os garçons devem ver os pedidos que estão prontos para serem entregues. ***"Como garçom, quero ver os pedidos que estão prontos para serem entregues rapidamente aos clientes que os fizeram."*** #### Critérios de aceitação Veja a lista de pedidos prontos para servir. <br> *** <br> <div align="center"><img width="500px" src="./src/assets/image-9.png" alt="Tela Adm" title="Tela Adm"> <img width="500px" src="./src/assets/image-10.png" alt="Tela Adm Registro de Colaboradores" title="Tela Adm Registro de Colaboradores"> <img width="500px" src="./src/assets/image-11.png" alt="Tela Adm Colaboradores" title="Tela Adm Colaboradores"></div> ### História do usuário 5 O gerente da loja precisa gerenciar seus funcionários ***"Como administrador de loja, quero gerenciar os usuários da plataforma para manter as informações de meus funcionários atualizadas."*** #### Critérios de aceitação Veja a lista de trabalhadores.<br> Adicionar trabalhadores.<br> Excluir trabalhadores.<br> Atualize os dados do trabalhador. <br> *** <br> <div align="center"><img width="500px" src="./src/assets/image-12.png" alt="Tela Adm Itens do Menu" title="Tela Adm Itens do Menu"> <img width="500px" src="./src/assets/image-13.png" alt="Tela Adm Adicionar Produtos ao Menu" title="Tela Adm Adicionar Produtos ao Menu"></div> ### História do usuário 6 O gerente da loja deve gerenciar seus produtos. ***"Como administrador da loja deseja gerenciar os produtos para manter o cardápio atualizado."*** #### Critérios de aceitação Veja a lista de produtos. <br> Adicione produtos. <br> Excluir produtos.<br> Atualize os dados do produto. <br>
Quinto e último projeto da Laboratoria; feito em dupla. Criamos uma interface na qual é possível: fazer login, criar pedidos, fazer cadastro e edição de funcionários e de produtos, verificar pedidos realizados. Nesse projeto utilizamos a biblioteca React e fizemos a implementação do projeto utilizando o Vercel.
javascript,react,spa,styled-components
2023-07-04T21:00:08Z
2023-08-18T13:19:13Z
null
3
0
188
0
0
2
null
null
HTML
plaidroni/sevanevans.com
master
source code for https://www.sevanevans.com ![image](https://github.com/plaidroni/sevanevans.com/assets/31449644/e6c6497a-577e-4358-8265-c6a8777aaef4)
Sevan Evans' personal portfolio
grommet,javascript,portfolio,react,react-spring,typescript
2023-07-07T01:46:55Z
2024-05-07T16:20:05Z
null
1
0
24
0
2
2
null
null
TypeScript
calcont/whiteboard
master
# Calcont Whiteboard 🎨 Welcome to Calcont Whiteboard! This web app, deployed on [draw.calcont.in](https://draw.calcont.in) , is your go-to online whiteboard with a various features and more to come in the future. Whether you're sketching out a flow diagram, designing an architecture, or creating a schema, this app has got you covered. Let's dive into the features of version 1.0.0: ## Features 🚀 - 🎨 Shape Drawing: Easily draw shapes like rectangles, circles, polygons, and more just by moving your cursor. - ➡️ Arrow Tool: Use the arrow option to indicate flow directions. - 🖌️ Marker: Seamlessly draw and paint with the marker tool. - 🖍️ Selection: Select individual objects or groups of objects with the selection tool. - 🖼️ Custom Images: Add custom images directly to your canvas. - 🌈 Background Options: Choose from suggested background colors or set a custom one. - 🧽 Eraser: Quickly erase any mistakes with the eraser tool. - 🗑️ Clear Canvas: Clear the canvas with ease using the delete option. - 🔒 Lock Tool: Lock your active tool to continue drawing without interruption. - 🔍 Zoom: Zoom in or out on the canvas for detailed work. - 💾 Save: Save your creations for future reference. - ⌨️ Shortcuts: Utilize various shortcuts to manage your tools efficiently. Yess that's what we have currently but I have well planned ideas that we are going to add soon in upcoming time. ## Motivation 💡 I have built various projects explored game developement, Augmented reality but never ever explored html,js canvas that much so far & am not that good with reactJs that's why wanted explore. I was really fascinated by websites such as excalidraw, hackerdraw & always used to thought can I built something like that but with my touch on it. That's why one day decided to really explored all the stuff & started developing this & feeling glad that its live now. ## Contribution 🤝 - Suggest something or found a issue ? [Report here](https://github.com/calcont/whiteboard/issues) - Want to contribute ? but don't know how to start ? [Contribution guide](https://github.com/calcont/whiteboard/blob/master/CONTRIBUTION.md)
This is whiteboard in which you can draw,add text etc
fabricjs,javascript,reactjs,whiteboard
2023-07-17T18:30:12Z
2024-05-11T15:16:56Z
2024-02-10T07:16:20Z
1
16
84
6
3
2
null
MIT
JavaScript
Sahar-SE/Voice_Recognation
development
# Voice Recognition System 🎙️ Voice Recognition System is an innovative web-based application that uses cutting-edge technologies such as JavaScript, HTML, PHP, SQL, and Tailwind CSS to provide advanced voice recognition capabilities. ## Table of Contents 📑 1. [About the Project](#about-the-project) 2. [Built With](#built-with) 3. [Getting Started](#getting-started) 4. [Prerequisites](#prerequisites) 5. [Installation](#installation) 6. [Usage](#usage) 7. [Contributing](#contributing) 8. [License](#license) 9. [Contact](#contact) ## About The Project 📃 This project aims to change the speech to text and text to speech with the help of the web application. The web application is developed using JavaScript, HTML, PHP, SQL, and Tailwind CSS. The web app will talk with you through a bot called Robo, change ypur voice to text and give you some recommendations, Publish your texts to a public page and store your texts to a MySQL database. ## Built With 👩‍🔧 - JavaScript - HTML - PHP - SQL - Tailwind CSS ## Getting Started 🚀 To get a local copy up and running, follow these simple steps. ### Prerequisites 📋 - Xampp: instructions on how to [get Xampp](https://www.apachefriends.org/index.html) - VS Code: instructions on how to [get VS Code](https://code.visualstudio.com/) - SQL database: You need to have an SQL database running either locally or remotely. ### Installation 📥 1. Clone the repo: `git clone https://github.com/Sahar-SE/Voice_Recognation.git` 2. Start Xampp and start Apache and MySQL. 3. Copy the project folder to the htdocs folder in Xampp. 4. Create a database in your SQL database and import the SQL file in the database folder. 5. Open the project `localhost/Voice_Recognation/index.html` at your browser. ## Usage 📖 Home page: ![Screenshot (425)](https://github.com/Sahar-SE/Voice_Recognation/assets/98980908/93a9a00d-50e0-4af6-ad0f-3bd25cebca61) Recommendations page: ![Screenshot (426)](https://github.com/Sahar-SE/Voice_Recognation/assets/98980908/1c155129-a646-4ffd-8467-fe05998e3ba3) Publications page: ![Screenshot (427)](https://github.com/Sahar-SE/Voice_Recognation/assets/98980908/0884653e-e7ce-4576-a9e5-46cc23d6e215) ## Contributing ✨ Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions are **greatly appreciated**. give a ⭐️ if you like this project! ## License 📝 Distributed under the MIT License. See `LICENSE` for more information. ## Contact 📧 - Sahar Saba Amiri - - Gmail: saharsaba.amiri123@gmail.com - LinkedIn: https://www.linkedin.com/sahar-saba-amiri - GitHub : https://github.com/Sahar-SE
This project aims to change the speech to text and text to speech with the help of the web application. The web application is developed using JavaScript, HTML, PHP, SQL, and Tailwind CSS. The web app will talk with you through a bot called Robo, change your voice to text and give you some recommendations, Publish your texts.
css3,git,github,html5,javascript,php,sql,tailwindcss,vscode
2023-07-03T18:31:09Z
2023-08-01T20:13:08Z
null
1
27
251
0
0
2
null
MIT
HTML
Progress2002/SmartSaver
Dev
# 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [📖 TDD Project ](#-oop-school-library--) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features](#key-features) - [🚀 Live Demo](#live-demo) - [📽️ Video Presentation](#video) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Install](#install) - [Usage](#usage) - [Authors ](#authors-) - [🔭 Future Features ](#-future-features-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🙏 Acknowledgments ](#-acknowledgments-) - [📝 License ](#-license-) ## 📖 SmartSaver<a name="about-project"></a> SmartSaver is a web-based budgeting application built using Ruby on Rails and PostgreSQL. With SmartSaver, users can effortlessly track their income and expenses, gaining full control over their finances. 💰💼 ## 🛠 Built With <a name="built-with"></a> ## Tech Stack <a name="tech-stack"></a> - [Ruby](https://www.ruby-lang.org/en/) - [Ruby on Rails](https://rubyonrails.org/) - [PostgreSQL](https://www.postgresql.org/) ## Key Features - [ ] **Register an account** - [ ] **Login registered account** - [ ] **Create categories and transactions** <p align="right">(<a href="#readme-top">back to top</a>)</p> ### 🚀 Live Demo <a name="live-demo"></a> - [SmartSaver](https://smartsaver.onrender.com) ### 📽️ Video Presentation <a name="video"></a> [Video Presentation ] (https://www.loom.com/share/5d571397947b49f0a677c66a047801e0?sid=14c5b6cf-58cf-45bb-bf08-e4a63cb61bbb)-Powered by Loom <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 💻 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 to install the following on your machine: - [Ruby](https://www.ruby-lang.org/en/) - [Ruby on Rails](https://rubyonrails.org/) - [PostgreSQL](https://www.postgresql.org/) ## Setup Clone this repository to your desired folder: Example commands: - Clone this repository using GitBash or the command Terminal: ```sh git clone https://github.com/Progress2002/SmartSaver.git cd SmartSaver ``` ## Install - Inside the project directory, install the project's dependencies: ```sh bundle install ``` - Create the app's database ```sh rails db:create ``` - Setup the app's database ```sh rails db:setup ``` ## Usage ```sh rails server ``` - Runs the app local server ## Authors <a name="authors"></a> 👤 **Progress** - GitHub: [@Progress2002](https://github.com/Progress2002) - Twitter: [@Progress_2002](https://twitter.com/Progress_2002) - LinkedIn: [@Progress](https://www.linkedin.com/in/progress-ezeamaka-27b114247) - Frontend Mentor - [@Progress2002](https://www.frontendmentor.io/profile/progress2002) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Delete and editit transactions]** - [ ] **[Profile photo upload]** - [ ] **[User profile seetings]** <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🤝 Contributing <a name="contributing"></a> Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Progress2002/SmartSaver/issues). <p align="right">(<a href="#readme-top">back to top</a>)</p> ## ⭐️ Show your support <a name="support"></a> If you like this project please leave a star. Thank you 🙏 <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 🙏 Acknowledgments <a name="acknowledgements"></a> - I would like to thank Microverse for the great project idea. ❤️ - Credit goes to [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) whose original design was used. Icons were used from [Flaticon](https://www.flaticon.com/) <p align="right">(<a href="#readme-top">back to top</a>)</p> ## 📝 License <a name="license"></a> This project is [MIT](./LICENSE) licensed. <p align="right">(<a href="#readme-top">back to top</a>)</p>
SmartSaver is a web-based budgeting application built using Ruby on Rails and PostgreSQL. With SmartSaver, users can effortlessly track their income and expenses, gaining full control over their finances. 💰💼
css3,javascript,postgresql,ruby,ruby-on-rails
2023-07-02T14:30:36Z
2023-07-08T12:51:36Z
null
1
2
27
0
0
2
null
MIT
Ruby
vgoutham786/LawConnect
main
# Law Connect 🍁Innovative live project. Experience it: (()) The Lawyer Appointment Portal is a dynamic web application that simplifies the process of scheduling appointments with legal professionals. It serves as a user-friendly platform for individuals seeking legal advice or representation to connect with experienced lawyers and book appointments based on their availability. ## Tech Stack **Client:** ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)&nbsp; ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)&nbsp; ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)&nbsp; **Server:** ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)&nbsp; ![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)&nbsp; ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)&nbsp; ![Nodemon](https://img.shields.io/badge/NODEMON-%23323330.svg?style=for-the-badge&logo=nodemon&logoColor=%BBDEAD)&nbsp; ![Netlify](https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7)&nbsp; ![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)&nbsp; ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)&nbsp; ![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)&nbsp; ## Pages ### Home Page Our home page serves as the welcoming entry point to our Lawyer Appointment Portal, where users can discover the benefits of our platform and explore the seamless process of connecting with experienced lawyers for their legal needs. We aim to make the daunting task of finding the right legal expert and booking appointments a breeze through our user-friendly interface and extensive lawyer database. ### Login and Sign up Page User Sign Up: Users can create a new account by providing their email, password, and other necessary information. User Login: Registered users can log in to access their account using their email and password. Lawyer Sign Up: Lawyers can create a new account by providing their email, password, and other necessary information. Lawyer Login: Registered lawyers can log in to access their account using their email and password. Account Verification: An email verification system is implemented to ensure valid user and lawyer accounts. Forgot Password: Users and lawyers can reset their passwords through the forgot password functionality. Account Management: Users and lawyers can update their profile information and change passwords. Security: Passwords are stored using strong encryption algorithms to ensure data security. ### Otp Page The OTP Validator Page is a crucial component of our Lawyer Appointment Portal, ensuring a secure and reliable user authentication process. This page is designed to verify the authenticity of users before granting them access to their accounts or confirming essential actions. The key features of the OTP Validator Page include: ###Find Lawyer Page The Lawyer Display Page is a central component of our Lawyer Appointment Portal, providing users with a comprehensive list of registered lawyers. This page is designed to showcase lawyers' profiles, experience, specialization, and reviews, helping users make informed decisions when choosing legal assistance. The key features of the Lawyer Display Page include: ### Lawyer Individual Page The Individual Lawyer Profile Page is a dedicated and comprehensive page that showcases the detailed information, expertise, and professional background of a specific lawyer on our Lawyer Appointment Portal. This page serves as a focal point for users to gain in-depth insights into a lawyer's qualifications, experience, and specialization, facilitating an informed decision-making process. The key discriminations and features of the Individual Lawyer Profile Page include: ### Slots Page The Slots Page is a crucial component of our Lawyer Appointment Portal, providing a user-friendly interface for both lawyers and users to manage and view available appointment slots. This page streamlines the process of scheduling consultations and ensures efficient time management for lawyers. The key features of the Slots Page include: ### Booking Page The Booking Page is a vital component of our Lawyer Appointment Portal, where users can schedule appointments with their chosen lawyers in a seamless and user-friendly manner. This page serves as the gateway to secure legal consultations and facilitates a smooth process for both new and returning clients. The key features of the Booking Page include
The Lawyer Appointment Portal is a dynamic web application that simplifies the process of scheduling appointments with legal professionals.
css,express,html,javascript,mongodb,mongoose,nodejs,websocket
2023-07-18T10:37:38Z
2023-07-27T08:46:22Z
null
6
16
45
0
3
2
null
null
HTML
dfchang149/dfchang149.github.io
main
# Feel free to check out my portfolio! `Always a work in progress` <div align="center"> <img src="assets\images\OpenGraphImg.png" /> </div>
My very own portfolio website!
portfolio-website,website,html,css,javascript
2023-07-16T01:02:10Z
2024-01-25T03:43:24Z
null
1
0
73
0
0
2
null
null
HTML
Kavin-crew/react-course-exercises
main
# Learning fundamentals of react <a href="https://www.udemy.com/course/the-ultimate-react-course/">The Ultimate React Course 2023: React, Redux & More</a>
learning react
css,html,javascript,react,tailwindcss,react-redux,react-router,styled-components,supabase,react-query
2023-07-17T09:26:55Z
2024-02-20T13:41:56Z
null
2
0
318
0
0
2
null
null
JavaScript
VonKaeyserling/bank-landing-page
master
# Frontend Mentor - Easybank landing page ![Design preview for the Easybank landing page coding challenge](./design/desktop-preview.jpg) ## Welcome! 👋 Thanks for checking out this front-end coding challenge. [Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects. **To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.** ## The challenge Your challenge is to build out this landing page and get it looking as close to the design as possible. You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go. Your users should be able to: - View the optimal layout for the site depending on their device's screen size - See hover states for all interactive elements on the page Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel. ## Where to find everything Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design. The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`. If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro). You will find all the required assets in the `/images` folder. The assets are already optimized. There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts. ## Building your project Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps: 1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/). 2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below. 3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles. 4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content. 5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`. 6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on. ## Deploying your project As mentioned above, there are many ways to host your project for free. Our recommend hosts are: - [GitHub Pages](https://pages.github.com/) - [Vercel](https://vercel.com/) - [Netlify](https://www.netlify.com/) You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe). ## Create a custom `README.md` We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code. The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like. Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file. ## Submitting your solution Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this. Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community. ## Sharing your solution There are multiple places you can share your solution: 1. Share your solution page in the **#finished-projects** channel of the [Slack community](https://www.frontendmentor.io/slack). 2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around. 3. Share your solution on other social channels like LinkedIn. 4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/). We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback. The more specific you are with your questions the more likely it is that another member of the community will give you feedback. ## Got feedback for us? We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io. This challenge is completely free. Please share it with anyone who will find it useful for practice. **Have fun building!** 🚀
a landing page based on frontend mentor design
css-animations,css-flexbox,css-grid,html,javascript,sass,scss
2023-07-15T22:02:46Z
2023-09-24T17:38:40Z
null
1
0
9
0
0
2
null
null
HTML
divykantsharma/7-Drum-Kit
main
# 7-Drum-Kit Made this project with the help of JavaScript and using the DOM model and included sound and animations in the project. Here the sounds are produced either if we click the icons on the screen or if we tap those keys on the keyboard. A drum kit webpage which allows users to play different drum sounds by clicking on buttons or pressing corresponding keys on the keyboard. Here's an overview of how the code works: 1. The script first selects all elements with the class "drum" and stores them in a NodeList called numberOfDrumButtons. 2. A loop is then used to iterate over each drum button in numberOfDrumButtons. 3. For each drum button, an event listener is added to detect the "click" event. When a drum button is clicked, the makeSound function is called with the inner HTML of the clicked button as an argument, and the buttonAnimation function is also called with the same argument. 4. Another event listener is added to the entire document to detect the "keydown" event. When a key is pressed, the makeSound function is called with the pressed key as an argument, and the buttonAnimation function is also called with the same argument. 5. The makeSound function takes the key as a parameter and uses a switch statement to determine which sound to play based on the key. 6. Each case in the switch statement corresponds to a specific key ("w", "a", "s", etc.) and creates a new Audio object with the corresponding sound file path. The sound is then played using the play method of the Audio object. 7. The buttonAnimation function is called to add a visual effect to the drum button or key that was pressed. It adds the class "pressed" to the corresponding button element, which triggers a CSS animation. After a short delay (100 milliseconds), the "pressed" class is removed, causing the animation to end. -> Overall, this code allows users to interact with the drum kit webpage by clicking on buttons or pressing keys, producing different drum sounds and visual effects in response. -> Advantages to a website that provides interactive features like the drum kit: 1. User Engagement: Interactive websites enhance user engagement and provide a more immersive experience. By allowing users to actively participate and interact with the content, it can capture and maintain their attention for longer periods. 2. Entertainment and Enjoyment: Interactive features like a drum kit can be fun and entertaining for users. They can enjoy playing different drum sounds and create their own rhythms, which can be a source of relaxation and enjoyment. 3. Learning and Skill Development: Interactive websites can provide a platform for users to learn and develop new skills. In the case of a drum kit, users can practice rhythm, coordination, and musical creativity. It can be a valuable learning tool for aspiring musicians or those interested in exploring percussion instruments. 4. Personalization and Customization: Interactive features allow users to personalize their experience. They can choose which drum sounds to play, experiment with different rhythms, and create unique compositions. This sense of personalization can enhance user satisfaction and make the website more memorable. 5. Branding and Differentiation: An interactive website can help a brand stand out from competitors. It showcases the brand's creativity, innovation, and commitment to delivering an engaging user experience. It can leave a lasting impression on visitors and contribute to a positive brand image. 6. Social Sharing and Virality: Interactive features have the potential to go viral on social media platforms. If users find the interactive experience enjoyable or unique, they may share it with their friends and followers, generating more exposure and traffic for the website. -> Overall, interactive websites offer a range of advantages, including increased engagement, entertainment value, learning opportunities, personalization, and the potential for increased website traffic and brand recognition. They can contribute to a positive user experience and help businesses or individuals achieve their goals, whether it's entertainment, education, or promotion.
Made this project with the help of JavaScript and using the DOM model and included sound and animations in the project. Here the sounds are produced either if we click the icons on the screen or if we tap those keys on the keyboard.
css,dom,dom-manipulation,html,javascript
2023-07-01T13:29:30Z
2023-07-04T12:25:57Z
null
1
0
10
0
0
2
null
null
JavaScript
Cidinha-dev/Challende-Decodificador-de-Texto
main
## Challenge-ONE-Decodificador-de-Texto Aprendendo Funções, eventos, copiar texto em javascript com navigator.clipboard.writeText, aprendendo sobre como utilizar o - .replace para alterar as letras, copiar a resposta de um input para outro input com o .innerHTML, a trabalhar de forma responsiva e muito mais...✨ Challenge Iniciante em Programação - Decodificador de Texto construido usando: #### HTML5; #### CSS3; #### JavaScript ### projeto => [challenge](https://cidinha-dev.github.io/Challende-Decodificador-de-Texto/) ------------------- ![exemplo](/img/img-projeto-challenge.png)
null
challengeoneconversorbr5,challenge,css3,html5,javascript
2023-07-19T19:20:13Z
2023-07-19T20:21:20Z
null
1
0
14
0
0
2
null
null
CSS
Mp-keyner/TaskMaster
main
null
TaskMaster CRUD usando Django RestAPI y Reac.js
css,django,django-rest-framework,html,javascript,python,react
2023-07-03T21:19:12Z
2023-07-05T20:53:55Z
null
1
0
4
0
0
2
null
null
Python
guilhermesousag/credit-card
master
<h1 align="center"> Explorer Lab #01 </h1> <p align="center"> Evento exclusivo e gratuito, promovido pela Rocketseat para ensino de tecnologias WEB. </p> <p align="center"> <a href="#-tecnologias">Tecnologias</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-projeto">Projeto</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-layout">Layout</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#memo-licença">Licença</a> </p> <p align="center"> <img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000"> </p> <br> <p align="center"> <img alt="rocketpay" src=".github/project.png" width="100%"> </p> ## 🚀 Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: - HTML e CSS - JavaScript e JSON - [Node e NPM](https://nodejs.org/) - [Vite](https://vitejs.dev/) - [iMask](https://imask.js.org) ## 💻 Projeto O Rocketpay é um componente que simula o formulário de preenchimento de cartão de crédito, onde é possível adicionar máscara aos inputs e atualizar elementos HTML via DOM. ## 🔖 Layout Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/file/gpqavL469k0pPUGOmAQEM9/Explorer-Lab-%2301/duplicate). É necessário ter conta no [Figma](https://figma.com) para acessá-lo. ## :memo: Licença Esse projeto está sob a licença MIT. --- Feito com ♥ by Rocketseat :wave: [Participe da nossa comunidade!](https://discord.gg/rocketseat)
Projeto de pagamento via cartão [Utilizando JS]
css,html,imask,javascript,node,npm,vite
2023-07-04T22:46:49Z
2023-07-04T22:48:45Z
null
1
0
1
0
0
2
null
null
HTML
isaric/weather-app
main
### weather-app This is a small demo app that lets the user search for a city from the world list of cities and get a weather report graph back from the open-metao API. There are two types of data the user can choose from - a prognosis or a the historical data from the last 10 days. The form offers autocomplete functionality that helps the user choose a city after typing in the first three letters. The weather data is visualised using the bokeh library. The server is built using the Flask Python web framework. This application was created to help teach learners enrolled in the Python Developer program at Algebra in Zagreb. You can also run it as a Docker container. Build your own image using the Dockerfile included in the repo or pull the public image [here](https://hub.docker.com/r/isaricpv/weather-app) | Start | City search | | ------------------------------------------------------|------------------------------------------------------| | ![Screen 1](doc/screen_1.png?raw=true "Start") | ![Screen 2](doc/screen_2.png?raw=true "City Search") | | Prognosis | Historical | | ------------------------------------------------------|------------------------------------------------------| | ![Screen 3](doc/screen_3.png?raw=true "Prognosis") | ![Screen 4](doc/screen_4.png?raw=true "Historical") |
A simple python app that uses flask, requests and bokeh to give the user a weather report. This project is an exercise for an educational Python course.
bokeh,flask,javascript,python3,open-meteo-api
2023-07-20T16:27:33Z
2023-11-28T12:06:46Z
null
7
6
26
0
0
2
null
MIT
Python
tajulafreen/TO-DO-LIST_React
development
<a name="readme-top"></a> <div align="center"> <br/> <h3><b>React Todo App</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) - [💻 Getting Started](#getting-started) - [Setup](#setup) - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Run tests](#run-tests) - [Deployment](#deployment) - [👥 Authors](#authors) - [🔭 Future Features](#future-features) - [🤝 Contributing](#contributing) - [⭐️ Show your support](#support) - [🙏 Acknowledgements](#acknowledgements) - [❓ FAQ (OPTIONAL)](#faq) - [📝 License](#license) <!-- PROJECT DESCRIPTION --> # 📖 [React Todo App] <a name="about-project"></a> **[React Todo App]** is the app offers a seamless experience for managing todos effectively. Its user-friendly interface combined with powerful features like adding, removing, and editing todos make it an indispensable tool for individuals seeking better organization and productivity in their daily lives. ## 🛠 Built With <a name="built-with"></a> ### Tech Stack <a name="tech-stack"></a> - **React** - **JavaScript(ES6)** - **HTML5** - **CSS3** <!-- Features --> ### Key Features <a name="key-features"></a> - **[Adding and Removing Task]** - **[Display Result]** <!-- LIVE DEMO --> ## 🚀 Live Demo <a name="live-demo"></a> > Coming Soon... <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED --> ## 💻 Getting Started <a name="getting-started"></a> ### Prerequisites In order to run this project you need: <!-- Example command: ```sh gem install rails ``` --> ### Setup Clone this repository to your desired folder: Example commands: ```sh cd my-folder git clone https://github.com/tajulafreen/TO-DO-LIST_React.git ``` ### Install Install this project with: Example command: cd my-project npm install ### Usage To run the project, execute the following command: Example command: npm start ### Deployment You can deploy this project using: github pages <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- AUTHORS --> ## 👥 Authors <a name="authors"></a> 👤 **Author** - GitHub: [@tajulafreen](https://github.com/tajulafreen) - Twitter: [@tajulafreen](https://twitter.com/tajulafreen) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/tajul-afreen) <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- FUTURE FEATURES --> ## 🔭 Future Features <a name="future-features"></a> - [ ] **[Add more dynamic pages]** <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 give ⭐️ <p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGEMENTS --> ## 🙏 Acknowledgments <a name="acknowledgements"></a> I would like to thank Microverse for initiating the idea behind the project. <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>
React Todo App] is the app offers a seamless experience for managing todos effectively. Its user-friendly interface combined with powerful features like adding, removing, and editing todos
css,html5,javascript,reactjs
2023-07-17T15:09:19Z
2023-07-18T18:48:07Z
null
1
1
4
0
0
2
null
MIT
JavaScript
ihorrandev/gradePointer
main
# GradePointer Web Aplication _This project is a calculator of school averages, with teachers as the target audience._ ## Technologies used 📌 - All technologies used within the project > **JavaScript**: In this project, the JS programming language was used to review content for future specializations within the language. > **Stylization (SASS):** In order to make me learn a new CSS framework, I used SASS in this project, to challenge myself to learn this technology. <img src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E"> <img src="https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white"> Figma Link: [Click here to Figma! ](https://www.figma.com/file/kCBl7bQBRfEibv1Y62xKmY/GradePointer?type=design&node-id=0%3A1&mode=design&t=xX0TbGPy00WnUWrP-1) <img src="https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white"> ## Views 📌 - Here is the project layout! > **colors:** _. #315CF4 (blue) | #2C2C2C (grey)_ <img src="https://github.com/ihorrandev/gradePointer/assets/92957629/f66fc58d-032e-4f4f-86b1-ab09af5caba2">
This project is a calculator of school averages, with teachers as the target audience.
css,html,javascript,study-project
2023-07-15T01:34:52Z
2023-09-15T22:28:39Z
null
1
0
39
0
0
2
null
null
JavaScript
Chebil-Ilef/TicketHive
main
# TicketHive TicketHive is an e-commerce platform that allows users to easily purchase tickets for concerts, sports events, and other entertainment events and event organizers or associations to sell their tickets. 💫 Our website is built using modern web technologies, including for the : - Fontend: Html, Css, Bootstrap, Javascript - Backend: MySql, PHP, Symfony framework and includes: * user authentification * event adding with map localisation * event filter (date/genre..) * CRUD operations for tickets and users * Ticket pdf + qr code generating * Admin dashboard with stats and graphs using graphjs * Contact message using APIs NOTE: this repository conatains the full source code of the website. (both frontend and backend) 💫 Collaborators: Ilef Chebil : https://github.com/Chebil-Ilef Med Fedi Adel : https://github.com/Med-Fedi-Adel Fkih Mehdi : https://github.com/FkihMehdi Oumayma Elfidha: https://github.com/oumayma159 Abdelhak Ghribi : https://github.com/AbdelhakGhribi
TicketHive is an e-commerce platform that allows users to easily purchase tickets for concerts, sports events, and other entertainment events and event organizers or associations to sell their tickets. Our website is built using modern web technologies, including HTML, CSS, BOOTSTRAP, JavaScript ,PHP and Symfony.
javascript,php,symfony,webdevelopment
2023-07-08T10:02:26Z
2023-07-08T14:59:48Z
null
1
0
6
0
0
2
null
null
Twig
Marlinsk/nestjs-backend-local-file-upload
main
# <img src="https://github.com/Marlinsk/upload-file-nestjs-application/blob/main/.github/upload-file.png" width="48px" height="48px"> Aplicação back-end NestJs de upload de arquivos O grande recurso dessa aplicação é servir como um tipo de canal para salvar arquivos, que são enviados via web. Para esse canal funcionar em uma aplicação desenvolvida em **Node.js** e **Nest.js**, utiliza-se o **Express.js middleware multer**, através dele podemos tratar e manipular diferentes tipos e formatos de arquivos que o back-end captura em uma **requisição HTTP**. Para poder salvar o arquivo recebido, existem duas formas, a primeira através de integração com algum serviço de cloud como por exemplo um **Bucket** na **AWS**, a segunda opção é salvar em uma pasta de uploads dentro da aplicação. A opção de salvar o arquivo dentro da aplicação não é muito recomendável ser feito em aplicações que são alocadas dentro de conteineres, pois se o container cair, os arquivos somem ou são corrompidos, por isso utiliza-se essa técnica em projetos de escala menor ou de estudos, mas vale a pena fazer para entender como tudo funciona por baixo dos panos. Nesta aplicação, optei por utilizar a segunda opção, por ser gratuita e não ser dependente de um serviço de cloud. ## Descrição A aplicação tem dois componentes de funcionalidade, sendo elas o com o banco de dados, onde é salvo os dados importantes do arquivo como por exemplo o nome e o caminho do arquivo, isso é feito para auxiliar na gestão do arquivo por meio de requisição HTTP, tendo esses dados salvos em um banco de dados, fica fácil do back-end buscar esse arquivo na pasta. O outro componente serve para salvar o arquivo na pasta de upload, esse componente na ocasião pega o nome original do arquivo e renomeia a partir de um conjunto de caracteres e depois o salva na pasta de uploads, isso é feito na ocasião para não ocorrer problemas de nome de arquivo igual dentro do sistema. A forma como esses arquivos são geridos são a partir dos dados salvos no banco de dados. ## Clonando o projeto em sua máquina Execute o comando abaixo para clonar o projeto: ``` git clone https://github.com/Marlinsk/upload-file-nestjs-application.git ``` Após clonar o repositório instale as dependências executando comando abaixo: ``` npm install ``` > Finalizando isso vamos para a próxima etapa que é gerar o banco de dados utilizando o docker compose. ## Criação do banco de dados com Docker 🐳 Execute o seguinte comando no terminal para criar uma imagem com o banco de dados PostgreSQL: ``` docker-compose -f docker-compose.yml up -d ``` > Após a execução a imagem do banco de dados da aplicação será gerada no seu Docker. ## Criando a estrutura básica do banco de dados 🐘 Crie um arquivo **.env** e cole o schema abaixo para se conectar com o banco de dados: ``` DATABASE_URL="postgresql://prisma:prisma@localhost:5433/upfiledb?schema=public" ``` Para criar as tabelas no banco de dados, execute o seguinte comando: ``` npx prisma db push ``` ## Rodando a aplicação 🚀 **Obs.:** Antes de por a aplicação para rodar, certifique-se que a imagem do banco de dados docker esteja rodando, caso contrário ocorrerá um erro. Para executar o servidor rode o seguinte comando: ``` npm run start:dev ``` > Se estiver tudo ok aparecerá a seguinte mensagem no terminal: Server starting 🚀 http://localhost:3000. ## Rotas HTTP da aplicação 🚏 Descrição das rotas da aplicação junto da instrução de como fazer a requisição pelo **Postman**. **POST** Upload file Rota de upload do arquivo > / Para poder fazer a requisição nesta rota via **Postman,** acesse a aba body e clique em form-data, feito isso basta colocar o nome do campo na coluna **Key** para file e mudar o tipo dele para arquivo, feito isso aparecerá na coluna **Value** o **Select files**, clique nele e selecione o arquivo que deseja fazer upload, após isso só fazer a requisição. <img align="center" src="https://github.com/Marlinsk/upload-file-nestjs-application/blob/main/assets/255339216-64043c98-4115-4732-a618-ad0d38222c5e.png"> **Obs.:** Em outras ferramentas, basta procurar uma opção de form-data na aba de corpo da requisição. **GET** List all files Lista todos os dados dos arquivos salvos na pasta **uploads** > / Basta fazer uma requisição http do tipo **GET** sem nenhum parâmetro na url <img align="center" src="https://github.com/Marlinsk/upload-file-nestjs-application/blob/main/assets/255339439-552c7d7f-95be-4ed7-9e19-ece127df52f6.png"> **GET** Get file Busca um arquivo salvo na pasta **uploads** pelo id > /:id Faça uma requisição http do tipo **GET** com o id na url <img align="center" src="https://github.com/Marlinsk/upload-file-nestjs-application/blob/main/assets/255340143-8da5448f-4edf-4213-a96e-a2f45abb8dad.png"> **PATCH** Change file Substitui o arquivo salvo com aquele id > /:id Repita o mesmo processo ensinado na requisição POST, mas passando o id na url do arquivo que deseja mudar, feito isso faça a requisição http no tipo PATCH. <img align="center" src="https://github.com/Marlinsk/upload-file-nestjs-application/blob/main/assets/255339159-bd16e0d5-272c-49b4-95c4-d56c20a6a37b.png"> **DELETE** Remove file Remove o arquivo a partir do id dele registrado no banco > /:id Faça a requisição passando o id, fazendo isso o arquivo é removido junto com o dado salvo no banco de dados. <img align="center" src="https://github.com/Marlinsk/upload-file-nestjs-application/blob/main/assets/255340245-43c6f738-b0d1-42d7-ab12-9e60e7d8c423.png">
Aplicação de upload de arquivos, onde o arquivo é armazenado localmente dentro do back-end. Aplicação desenvolvida com node.js, nest.js, multer, docker-compose, postgresql, prisma orm.
docker,express,multer,nestjs,nodejs,postgresql,prisma,docker-compose,javascript,typescript
2023-07-07T04:16:13Z
2023-07-22T16:32:06Z
null
1
0
39
0
1
2
null
null
TypeScript
ozaharsh95/JS_BEGINNING_TO_MASTERY
main
# JavaScript Beginning to Mastery Course This repository contains the my personal code notes for the **JavaScript Beginning to Mastery** course by Harshit Vashisth, a YouTube educator. The course covers various topics in JavaScript, starting from the basics and progressing towards more advanced concepts. ## Course Topics ### Basics of Programming in JavaScript - Hello world program - Declare variable using `var` - More about variables - `let` - `const` - String Indexing - Useful string methods - Template Strings - Null, undefined, BigInt, `typeof` - Booleans and Comparison Operators - Truthy and Falsy Values ### Conditional Statements and Operators - If-else statement - Ternary Operator - Logical Operators (`&&`, `||`) - Nested if-else statements - If-elseif-else statement - Switch statement ### Loops - While loop - While loop examples - For loop - For loop examples - Break and continue keywords - Do-while loop ### Arrays in JavaScript - Introduction to arrays - Push, pop, shift, unshift methods - Primitive vs reference data types - Clone array and spread operator - For loop with arrays - Using `const` to create arrays - While loop with arrays - For...of loop - For...in loop - Array destructuring ### Objects in JavaScript - Introduction to objects - Dot vs Bracket notation - Iterating through objects - Computed properties - Spread operator in objects - Object destructuring - Objects inside an array - Nested destructuring ### Functions in JavaScript - Function declaration - Function expression - Arrow functions - Function declarations are hoisted - Functions inside functions - Lexical Scope - Block Scope vs Function Scope - Default parameters - Rest parameters - Parameter destructuring - Brief introduction to callback functions - Functions returning functions ### Important Array Methods - `forEach` method - `map` method - `filter` method - `reduce` method - `sort` method - `find` method - `every` method - `some` method - `fill` method - `splice` method ### Other Useful Concepts - Iterables - Sets - Maps - `Object.assign` - Optional chaining ### Object-Oriented JavaScript / Prototypal Inheritance - Methods - `this` keyword and Window object - `call`, `apply`, and `bind` methods - Warnings - `this` inside arrow functions - Short syntax for methods - Factory functions and memory-related problems - First solution and its limitations - `__proto__` and `[[prototype]]` - Prototype and `prototype` object - Using prototype - The `new` keyword - Constructor function with `new` - More about `__proto__` and `prototype` - `class` keyword - Example using `class` keyword - `super` keyword - Method overriding - Getters and setters - Static methods and properties ### How JavaScript Works - Global Execution context - `this` and Window in global execution context - Hoisting - Are `let` and `const` hoisted? - What is a reference error? - Function execution context - Scope chain and lexical environment - Introduction to closures - Closure examples ### DOM Tutorial - HTML and CSS Crash course - Async vs defer - Selecting elements using id - `querySelector` - `textContent` and `innerText` - Changing styles of elements using JavaScript - Getting and setting attributes - Selecting multiple elements and looping through them - `innerHTML` - Understanding the DOM tree, root node, element nodes, and text nodes - `classList` - Adding new elements to the page - Creating elements - Inserting adjacent elements - Cloning nodes - More methods to add elements to the page - Getting the dimensions of an element - Introduction to events - `this` keyword inside eventListener callback - Adding events to multiple elements - Event object - How event listeners work - Practicing with events - Creating a demo project - More events - Event bubbling - Event capturing - Event delegation - Creating a project using event delegation ### Asynchronous JavaScript - Is JavaScript synchronous or asynchronous? - `setTimeout()` - `setTimeout()` with 0 milliseconds - Callback Queue - `setInterval()` and creating a project with `setInterval()` - Understanding callbacks in general - Callbacks in asynchronous programming - Callback Hell and Pyramid of doom - Introduction to promises - Microtask Queue - Functions that return promises - Promises and `setTimeout()` - `Promise.resolve()` and more about the `then()` method - Converting nested callbacks to flat code using promises - Introduction to Ajax and HTTP Requests - XHR requests - Error handling in XHR requests - XHR request chaining - Promisifying XHR requests and chaining using `then()` - Fetch API - Error handling in Fetch API - Consuming promises with async and await - Splitting code into multiple files using ES6 modules. ## Acknowledgments Special thanks to [@harshitvee](https://github.com/harshitvee) **(Harshit Vashisth)** for creating the "JavaScript Beginning to Mastery" course and providing valuable learning resources for the JavaScript community.
This repo contains coding notes of harshit vashisth's JS mastery playlist.
html5,javascript,js,playlist,youtube,harshit,vashishth
2023-07-16T05:51:29Z
2023-10-14T05:57:33Z
null
1
0
7
0
0
2
null
null
JavaScript
ShivankK26/Desktop-Image-Resizing-App
main
<!-- ABOUT THE PROJECT --> # About The Project ![Electronjs App](https://github.com/ShivankK26/Desktop-Image-Resizing-App/assets/115289871/99a1c689-b40e-4537-a78d-f1d543348f61) In this Project, I've built a Desktop App called Image Resizing App in which a user can easily resize an Image as per their convenience. The Best part of this Application is that it is to be used on a Desktop, i.e the user does not need to have an Active Internet Connection. It can be easily used in a Laptop, Tablet, Desktop, etc. So, just use it and have fun! Use the `README.md` to get started. <!-- BUILT WITH --> # Built With The Tech Stacks used are: <div align="center"> <a href="https://skillicons.dev"> <img src="https://skillicons.dev/icons?i=html,tailwindcss,js,electron" /> </a> </div> <!-- GETTING STARTED --> # Getting Started To get started, download the entire Source Code and then follow the Documentation. * electronjs Documentation Link ```sh https://www.electronjs.org/docs/latest/ ``` * modules ```sh const path = require('path'); const os = require('os'); const fs = require('fs'); ``` <!-- CONTACT --> # Contact Name: Shivank Kapur - shivankkapur2004@gmail.com Project Link:
In this Project, I've built a Desktop App called Image Resizing App in which a user can easily resize an Image as per their convenience. The Best part of this Application is that it is to be used on a Desktop, i.e the user does not need to have an Active Internet Connection. It can be easily used in a Laptop, Tablet, Desktop, etc...
electronjs,html,javascript,tailwindcss
2023-07-16T18:53:25Z
2023-07-31T11:55:36Z
null
1
0
4
0
0
2
null
null
JavaScript
SuhelMakkad/react-stocks-app
main
# React Stock App This app is build with [Vite](https://vitejs.dev/), [TypeScript](https://www.typescriptlang.org/), [React](https://react.dev/), and [Tailwindcss](https://tailwindcss.com/). ## Start Locally 🚀 First clone this repository ``` git clone https://github.com/SuhelMakkad/react-stocks-app.git ``` Install pnpm ``` npm install -g pnpm ``` Install dependencies ``` pnpm install ``` Start the dev server ``` pnpm run dev ``` Get more details [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) on how to install npm and node ## Deployment 📦 Install dependencies ``` pnpm install ``` Build the app for production ``` pnpm run build ``` All the static assets will be added to the dist folder. This folder can be hosted on any CDN. > We can also use npm instead pnpm, just replace pnpm with npm
null
javascript,pnpm,stock-app,tailwindcss,typescript,vite,vercel
2023-07-13T17:15:42Z
2023-07-17T05:46:56Z
null
1
0
131
0
0
2
null
null
TypeScript
asynched/reactive
master
# Reactive This is a test on building state-driven UIs without the virtual DOM. ## How to run ### Requirements - Node >= 18 - pnpm (or any other package manager for Node) ### Install ```sh pnpm i ``` ### Run ```sh pnpm dev ``` ## How it works Reactive UI here is based on the `observer` pattern, the UI is mounted only once when a function component is initialized. Once a subject (`reactive` value) state has changed (via `update` or `set`), the element that depends on that subject's value is updated. ## Author | ![Eder Lima](https://github.com/asynched.png?size=128) | | ------------------------------------------------------ | | Eder Lima |
This is a test on building state-driven UIs without the virtual DOM.
javascript,react,signals,typescript,virtual-dom
2023-07-03T22:43:17Z
2023-07-03T22:44:27Z
null
1
0
2
0
0
2
null
null
JavaScript
muhammadmasud1/thakpoly.gov.bd
main
# thakpoly.gov.bd
Thakurgaon Polytechnic Institute
boostrap5,css3,html5,javascript
2023-07-19T16:26:12Z
2023-07-19T19:24:23Z
null
1
0
3
0
0
2
null
null
HTML
shivakrishnak13/stylespot_project
main
# StyleSpot Worlds Largest Clothing Store Welcome to Stlespot StyleSpot is a trendy and vibrant e-commerce clothing store, offering a wide range of fashionable apparel for men, women, and children. With a keen eye for the latest fashion trends, StyleSpot curates a carefully selected collection of clothing, accessories, and footwear to cater to the diverse tastes and styles of its customers. From casual everyday wear to formal attire, shoppers can find the perfect ensemble to suit any occasion. With a user-friendly interface, convenient browsing options, and secure payment methods, StyleSpot ensures a seamless shopping experience. Whether you're looking for timeless classics or the hottest fashion statements, StyleSpot is the go-to destination for all your clothing needs. Deployed URL 👉 https://style-spot-dusky.vercel.app 💻 Tech Stack ![Untitled design (1)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/f45f51a3-13d8-4922-8ce4-f79f88074740) ![Chackra Ui (2)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/ba7c22fb-a572-4e1c-bc2e-177ac783979f) ![Chackra Ui](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/f311cc78-d26f-41ff-90b5-74a54223dcbc) ![Chackra Ui (1)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/c677ec12-0ce1-4e38-bd99-af70bad1e6e6) Tools ![image](https://user-images.githubusercontent.com/80309747/229348866-a41c6e5d-458a-4396-a0f6-ce974e5cfae0.png) ![image](https://user-images.githubusercontent.com/80309747/229348874-6e5a14c8-46e7-457c-b14c-c2491866064f.png) ![image](https://user-images.githubusercontent.com/80309747/229348882-7a0c4058-7f44-48be-88a0-d37da699bbfc.png) ![image](https://user-images.githubusercontent.com/80309747/229348884-8fd728ce-a616-4341-a4ca-fe15677f0d3c.png) Let's Dive into What we have made Home Page : ![Screenshot (1148)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/7f3f7c73-23fc-4a92-bce4-b90efe342e06) ![Screenshot (1149)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/0c13caf7-4526-467d-aacf-21449ab7c042) Sign-Up Page : ![Screenshot (1155)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/530a7b3e-4005-4268-b505-3ab3608478eb) Login Page : ![Screenshot (1154)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/3c347d03-db78-4d35-84f5-733a4d71145a) Product Page : ![Screenshot (1151)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/845c863b-55dc-4e9a-95ef-bb1b21a68b7e) ![Screenshot (1152)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/da825f73-7f85-41e1-a59d-8d345bc51522) SingleProduct Page : ![Screenshot (1153)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/24473774-56e2-45be-be35-069ffdce3ffc) Admin Dashboard Page : ![Screenshot (1156)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/cb89039f-1c61-4305-a422-f180ca4ba7be) Admin Add Product Page : ![Screenshot (1157)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/5e2ac5ee-6054-430e-894c-c0da45cb6ac9) Cart Page : ![Screenshot (1172)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/57e00b65-4f33-45ca-bfdd-adb239a56cc1) ![Screenshot (1173)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/29b2cf4b-63ef-43f0-aa05-3dd6b1751095) ![Screenshot (1174)](https://github.com/shivakrishnak13/stylespot_project/assets/119391118/8f8c6de9-0105-437e-ab53-e90aaeaaa3c6) Show your support Give a ⭐ if you like this project! Thank you
StyleSpot is a trendy and vibrant e-commerce clothing store, offering a wide range of fashionable apparel for men, women, and children. With a keen eye for the latest fashion trends
chakra-ui,javascript,json-server,react,redux,styled-components
2023-07-20T07:14:40Z
2023-07-30T06:16:41Z
null
1
0
26
0
1
2
null
null
JavaScript
ISO53/ISO53.github.io
main
# iso53.github.io Welcome to my Github portfolio website! This repository serves as the hosting platform for my personal website. Below, you will find information on how to navigate this repository and make the most of its contents. ## Table of Contents 1. [Introduction](#introduction) 2. [Website URL](#website-url) 3. [About](#about) 4. [License](#license) ## Introduction This repository hosts the source code and content for my personal website. It is designed to provide a information about what i do for life and share my experiences. ## Website URL You can access the website associated with this repository by clicking [here](https://iso53.github.io)! ## About This enigmatic website stands as a gateway to my professional world, concealing within its depths a treasure trove of skills, projects, and experiences. To gain access to these closely guarded secrets, you must navigate the cryptic code puzzle <sub>a fairly easy one</sub> on the main page. Once you crack this code, you'll unveil the hidden passages that lead you on a mysterious journey through my development odyssey, shrouded in the intrigue of discovery. ## License This project is licensed under the [GNU General Public License v3.0](LICENSE). --- Thank you for visiting my GitHub Pages repository. I hope you find the content useful and informative. If you have any questions or feedback, please don't hesitate to contact me. Enjoy exploring the website! [![Follow me on GitHub](https://img.shields.io/github/followers/iso53?label=Follow%20%40iso53&style=social)](https://github.com/iso53)
My github portfolio website.
css,github-pages,html,javascript
2023-07-04T12:27:14Z
2023-12-24T17:57:14Z
null
1
0
49
0
0
2
null
GPL-3.0
JavaScript
yasminhohenfeld/german-food
main
# :de: German Food :de: ## Visão Geral Olá, seja bem-vindo(a) ao meu projeto de aplicação web de comida alemã. ## Descrição Esta é uma aplicação em desenvolvimento que tem como objetivo proporcionar aos usuários explorar a gastromia alemã. Nesta lojinha virtual, os usuários irão poder navegar nos produtos e suas descrições, conhecer mais sobre a loja, fazer cadastro e efetuar compras. ## :computer: Frontend **Aplicação disponível no link: https://yasminhohenfeld.github.io/german-food/** #### Tecnologias e ferramentas utilizas para o projeto frontend: - React - HTML - Bootstrap - JavaScript ## :computer: Backend **Pré-requisitos**: É necessário ter o [node.js](https://nodejs.org/en/download) e [docker](https://docs.docker.com/get-docker/) instalados em sua máquina. **Instalação das Dependências**: Abra o terminal e navegue até a pasta do projeto backend. Em seguida, execute o seguinte comando para instalar as dependências: ``` npm install ``` **Banco de Dados com Docker**: A aplicação utiliza docker para gerenciamento de banco de dados. Após a instalação na sua máquina, execute o seguinte comando para baixar e iniciar uma instância do PostgreSQL como um contêiner Docker: ``` docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres ``` Em seguida verifique no terminal se o contêiner está em execução corretamente com o seguinte comando: ``` docker ps ``` Se estiver tudo certinho com o tutorial acima, o contêiner do PostgreSQL será listado entre os contêineres em execução. Agora precisaremos criar o banco de dados da aplicação, o esquema está localizado ainda na pasta backend disponível no arquivo: 'createDataBases.sql'. **Rodar a Aplicação**: Agora que todas as configurações estão ok, vamos rodar a aplicação com o seguinte comando: ``` node index.js ``` Se tudo estiver certo, você verá uma mensagem no terminal: 'Api rodando'. #### Tecnologias e ferramentas utilizas para o projeto backend: - Node.js - Docker - Yup - Bcrypt - Express - Jsonwebtoken - PostgreSQL - Docker ## :gear: Estado do Projeto ## Atualmente, a aplicação encontra-se em fase de desenvolvimento. O frontend e o backend estão sendo implementados separadamente, mas em breve pretendo interligá-los para entregar uma versão completa da aplicação.
Aplicação de uma loja de comida alemã ainda em desenvolvimento
bootstrap,docker,javascript,node-js,postgresql,react,css,html
2023-07-19T13:31:20Z
2023-12-29T00:54:09Z
null
1
0
17
0
0
2
null
null
JavaScript
trucka312/PHP_Laravel_VMMS_fooods_BE
master
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p> <p align="center"> <a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a> </p> ## About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: - [Simple, fast routing engine](https://laravel.com/docs/routing). - [Powerful dependency injection container](https://laravel.com/docs/container). - Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. - Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). - Database agnostic [schema migrations](https://laravel.com/docs/migrations). - [Robust background job processing](https://laravel.com/docs/queues). - [Real-time event broadcasting](https://laravel.com/docs/broadcasting). Laravel is accessible, powerful, and provides tools required for large, robust applications. ## Learning Laravel Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch. If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. ## Laravel Sponsors We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell). ### Premium Partners - **[Vehikl](https://vehikl.com/)** - **[Tighten Co.](https://tighten.co)** - **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** - **[64 Robots](https://64robots.com)** - **[Cubet Techno Labs](https://cubettech.com)** - **[Cyber-Duck](https://cyber-duck.co.uk)** - **[Many](https://www.many.co.uk)** - **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)** - **[DevSquad](https://devsquad.com)** - **[Curotec](https://www.curotec.com/services/technologies/laravel/)** - **[OP.GG](https://op.gg)** - **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)** - **[Lendio](https://lendio.com)** ## Contributing Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). ## Code of Conduct In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). ## Security Vulnerabilities If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. ## License The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
Mô hình MVC website đặt bàn nhà hàng VMMS
css3,html5,javascript,laravel,mysql-database,php8
2023-07-03T09:53:42Z
2023-07-22T11:55:53Z
null
1
0
2
0
0
2
null
null
Blade
yazid120/AfricaExpress
main
# AfricaExpress BYPASSED
AfricaExpress an E commerce website in Laravel & React js / Tailwind css / Flowbite
css,flowbite,javascript,json-api,laravel,php,react,rest-api,tailwind-css,mysql
2023-07-12T16:21:15Z
2024-05-08T22:55:27Z
null
1
36
146
11
0
2
null
null
CSS
mirzaazwad/vaccine-app-server
main
# Server Side for Vaccine App In this app, we tried to integrate a dev ops based approach, with a CI/CD pipeline that consists of github actions being configured thorugh the yml workflows. We also integrated google cloud build and cloud run to deploy the system. The deployment was automated using the existing features provided by GCP. Now the underlying technologies used to develop this simple system was: ![ReactJS](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)![TailwindCSS]( https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)![ExpressJS](https://img.shields.io/badge/Express.js-404D59?style=for-the-badge)![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white) as the employed development stack, that being MERN. Additionally we also used: ![Google Cloud](https://img.shields.io/badge/Google_Cloud-4285F4?style=for-the-badge&logo=google-cloud&logoColor=white)![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)![Datadog](https://img.shields.io/badge/datadog-%23632CA6.svg?style=for-the-badge&logo=datadog&logoColor=white)![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)![Jest](https://img.shields.io/badge/Jest-323330?style=for-the-badge&logo=Jest&logoColor=white) to implement a very basic level of dev ops This project is divided into 2 segmrents in 2 seperate repositories: - client: [Client Side](https://github.com/NafisaMaliyat-iut/vaccine-app-client) - server: [Server Side](https://github.com/mirzaazwad/vaccine-app-server) Those who contributed heavily to this project includes: - [Nafisa Maliyat](https://github.com/NafisaMaliyat-iut) - [Nawsheen Mehereen](https://www.linkedin.com/in/nawsheenmehereen/) - [Mirza Mohammad Azwad](https://www.linkedin.com/in/mirza-mohammad-azwad-b5239b1a4/)
BUET CSE Fest Hackathon DevOps segment backend server
expressjs,github-actions,google-cloud,javascript,nodejs,docker
2023-07-13T14:37:27Z
2023-07-17T18:36:42Z
null
3
0
51
0
1
2
null
null
JavaScript
rizmyabdulla/Anonymous-dp
main
# Anonymous-dp V2 ![cover picture](./assets/cover.jpg) ## Anonymous-dp updated ! > preview features : https://rizmyabdulla.github.io/Anonymous-dp/index.html #### Many <span style="background-color:red;border-radius:5px;padding:2px;font-weight:bold;">new</span> features are unlocked in this version. ### features - Obtaining the initial letters from the user's first name and last name and drawing them at the center of the display picture (DP). - Applying any color to the initial letters. - The initial letters also automatically adjust their color based on the background, using complementary function. - Adjustable font size of initial letters. - Adjustable font color of initial letters. - Random Colors for DP and initial letters in mode 3. | Features | Mode-1 | Mode-2 | Mode-3 | | ---------------------------- | ------- | ------- | ------- | | Background Pattern | &#9745; | &#9745; | &#9746; | | Initial letters | &#9746; | &#9745; | &#9746; | | background solid color | &#9746; | &#9746; | &#9745; | | random profile picture Color | &#9746; | &#9746; | &#9745; | | random letter Color | &#9746; | &#9745; | &#9745; | | complementary letter color | &#9746; | &#9745; | &#9745; | | manual letter color | &#9746; | &#9745; | &#9745; | ## docs The following documentation provides a comprehensive guide on how to customize and personalize a user's profile, including generating a display picture (DP), changing text, and adjusting colors using JavaScript. This documentation is intended for developers and users interested in implementing profile customization features. ## Table of Contents 1. [Introduction](#introduction) 2. [Prerequisites](#prerequisites) 3. [Initialization](#initialization) 4. [Profile Customization](#profile-customization) - [Mode 1 - Random Color Pattern](#mode-1-random-color-pattern) - [Mode 2 - Initials](#mode-2-initials) - [Mode 3 - Colored Background and Initials](#mode-3-colored-background-and-initials) 5. [Events and Interactions](#events-and-interactions) - [Generate and Save Display Picture](#generate-and-save-display-picture) - [Color Picker](#color-picker) - [Name Change](#name-change) 6. [Canvas Modes](#canvas-modes) 7. [Customization Functions](#customization-functions) ## Introduction This documentation explains how to create a user profile customization system that allows users to personalize their profile pictures, text, and colors. The system is built using JavaScript and HTML5 Canvas for creating dynamic display pictures. ## Prerequisites Before you implement the profile customization features, ensure you have the following elements in your HTML: - `profile-name`: The element that displays the user's name. - `profile-color-picker`: An input element for selecting text color. - `profile-generate-dp`: A button for generating the display picture. - `profile-save-dp`: A button for saving the display picture. - `profile-cname-btn`: A button to change the name. - `profile-name-submit`: A button to submit the changed name. - `profile-picture`: The HTML5 canvas element for rendering the display picture. - `profile-fname-input`: An input element for the first name. - `profile-lname-input`: An input element for the last name. - `profile-font-color-xxx`: CSS classes for specifying custom font color. - `profile-font-complementary`: CSS class for complementary font color. - `profile-random-font-color`: CSS class for random font color. - `profile-font-size-xx`: CSS classes for specifying custom font size. - `profile-dp-color-xxx`: CSS classes for specifying custom display picture background color. - `profile-random-dp-color`: CSS class for random display picture background color. ## Initialization The profile customization system is initialized when the DOM is ready. To ensure this, an event listener is added for the `DOMContentLoaded` event. The system retrieves necessary DOM elements and initializes the HTML5 canvas. ## Profile Customization ### Mode 1 - Random Color Pattern In Mode 1, a random color pattern is generated and displayed on the canvas. The user's name is not used in this mode. To create a random color pattern, the system generates random colors and fills the canvas with rectangles of random colors. ### Mode 2 - Initials In Mode 2, the user's initials are displayed on the canvas. The system generates a random color pattern as a background and sets the font color based on the selected color or other customization options. ### Mode 3 - Colored Background and Initials Mode 3 combines a colored background with user initials. The background color and font color can be customized based on user preferences. ## Events and Interactions ### Generate and Save Display Picture Users can generate and save their display pictures by clicking the "Generate DP" and "Save DP" buttons, respectively. The system generates the DP on the canvas and allows users to save it as an image. ### Color Picker Users can select a custom text color using the color picker input. The text color is applied to the user's name and initials. ### Name Change Users can change their displayed name by clicking the "Change Name" button. They can input their first and last names and submit the changes by clicking the "Submit" button. ## Canvas Modes The profile customization system supports three canvas modes: Mode 1, Mode 2, and Mode 3. Each mode provides different customization options. To change the canvas mode, add a class to the canvas element. The class names are "mode-1," "mode-2," and "mode-3." ## Customization Functions The system includes various functions for customization, such as generating random colors and calculating complementary colors for text. These functions enable dynamic display picture creation based on user preferences. For specific implementation details and usage examples, please refer to the code comments and the HTML structure of your project. ## <span id="dev-note">Developer Note</span> #### If you find this project useful or interesting, please consider giving it a star on GitHub by clicking the Star button at the top. Your support is greatly appreciated! &#10084; #### Contributions are welcome! If you find any bugs or want to improve the project, please open an issue or submit a pull request. Make sure to follow the contribution guidelines mentioned in the repository.
Anonymous dp - Random pixel Profile Picture For Anonymous Guy
generator,javascript,package
2023-07-10T16:01:13Z
2024-04-16T14:02:36Z
null
1
1
38
0
0
2
null
MIT
JavaScript
SarahAbuirmeileh/Mastering-JavaScript-in-10-Days
main
# Gaza Sky Geeks Learning Sprint - 10-Day Learning JavaScript Challenge 🚀🔥 ## Welcome to my -Day Learning JavaScript Challenge! 💻🔥 Brace yourself for a mind-blowing experience where JavaScript transcends its boundaries, revealing its hidden secrets and captivating intricacies 🌊🌟 With each passing day, witness your JavaScript prowess soar to new heights as we navigate through an enthralling curriculum. Let the harmonious blend of theory and practice sculpt your skills, empowering you to create mesmerizing projects that will leave a lasting impact. 🔬🎨 ### I'm ready to discover the secrets of JavaScript! 🚀🔥 ## Overview 🌐 * **Duration:** 10 days * **Objective:** Master core JavaScript fundamentals and explore advanced concepts through daily learning and practice ## Courses 🔥 * [JavaScript: From First Steps to Professional](https://frontendmasters.com/courses/javascript-first-steps/) * [JavaScript: The Hard Parts, v2](https://frontendmasters.com/courses/javascript-hard-parts-v2/) * [Deep JavaScript Foundations, v3](https://frontendmasters.com/courses/deep-javascript-v3/) ## Coding Challenges 🔥 * [Basic JavaScript 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/comment-your-javascript-code) - 113 Challenges * [ES6 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords) - 29 Challenges * [Regular Expressions 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/regular-expressions/using-the-test-method) - 33 Challenges * [Debugging 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/debugging/use-the-javascript-console-to-check-the-value-of-a-variable) - 12 Challenges * [Basic Data Structures 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-data-structures/use-an-array-to-store-a-collection-of-data) - Challenges * [Basic Algorithm Scripting 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-algorithm-scripting/convert-celsius-to-fahrenheit) - 16 Challenges * [Object Oriented Programming 1st challenge](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/object-oriented-programming/create-a-basic-javascript-object) - 26 Challenges ## Problem Solving 💪 [codewars](https://www.codewars.com/dashboard) ## Daily Learning Process 🏋️‍♂️💪 1. Each day, I'll watch at least 180 minutes of the assigned courses listed above. 2. Solve at least 5 JavaScript Challenges from freecodecamp. 3. Solve at least 2 problems (problem solving). 4. Summarize my daily learning and document your challenge solutions on a separate readme page. 5. Repeat the process for the next days, gradually advancing my JavaScript skills. ## Guidelines 💡💼 * Commit to a consistent schedule and allocate sufficient time each day to complete the learning activities. * Take notes, document my progress, and maintain a personal learning log throughout the challenge. * I should experiment, explore, and embrace the possibility of making mistakes. Learning is derived from both your successes and failures. * Engage with the other GSG trainees. Seek support, share insights, and collaborate with fellow learners using the dedicated discussion telegram channel. * Celebrate your achievements and reflect on your growth throughout the challenge. ## Folder Structure 🔥 [Day 0 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%0%.md) [Day 1 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%1%.md) [Day 2 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%2%.md) [Day 3 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%3%.md) [Day 4 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%4%.md) [Day 5 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%5%.md) [Day 6 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%6%.md) [Day 7 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%7%.md) [Day 8 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%8%.md) [Day 9 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%9%.md) [Day 10 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%10%.md) [Day 11 🔥💎](https://github.com/SarahAbuirmeileh/Mastering-JavaScript-in--Days/blob/main/Day%11%.md)
This repo is for tracking my progress to master JavaScript. Each day learning material, questions and problem solving.
codewars,frontendmasters,javascript,js,problem-solving,self-learning
2023-07-03T08:22:52Z
2024-03-13T04:24:54Z
null
1
0
25
0
3
2
null
null
null
SanojAhamed/Hotstar-Clone
main
# Hotstar-Clone ![image](https://github.com/SanojAhamed/Hotstar-Clone/assets/97176600/8823e771-282e-4a00-b284-d35548c3412a) # Demonstration Video https://github.com/SanojAhamed/Hotstar-Clone/assets/97176600/04e7598a-f7f6-4f3f-a295-85fc9d2a9fc2 # Disney+ Hotstar Clone Welcome to the Disney+ Hotstar Clone project repository! This project aims to recreate the magic of Disney+ Hotstar, providing a platform for streaming a wide range of movies, TV shows, sports, and more. ## Features - **Content Streaming:** Enjoy a vast library of movies, TV series, live sports, and exclusive content, just like on Disney+ Hotstar. - **Search and Recommendations:** Discover content easily with a powerful search engine and personalized recommendations. - **Responsive Design:** The platform adapts seamlessly to various screen sizes, ensuring an optimal viewing experience on all devices. ## Getting Started To experience the Disney+ Hotstar Clone, follow these steps: 1. Clone this repository to your local machine. 2. Set up the necessary dependencies and configurations. 3. Start the application and explore the world of entertainment! ## Technologies Used - **Frontend:** HTML, CSS, JavaScript ## Usage Feel free to explore the Disney+ Hotstar Clone and use it for your entertainment needs. You can also customize and extend the project to suit your specific requirements or learn from it to build your own streaming platform. ## Contributing Contributions to this project are highly encouraged! Whether you want to improve the user interface, enhance functionality, fix bugs, or add new features, your contributions are valuable. Please open an issue or submit a pull request if you have any ideas or improvements to share. Recreate the Disney+ Hotstar experience with this clone project. Dive into the world of streaming and entertainment, and make it your own. If you have any questions or suggestions, feel free to reach out! Thank you.
Hotstar Clone using HTML, CSS and JavaScript
clone-app,css,hotstar-clone,html5,javascript
2023-07-19T18:23:43Z
2023-09-11T15:44:12Z
null
1
0
26
0
3
2
null
null
HTML
timokoessler/easy-waf-data
main
# Easy WAF Data This repository provides data used by the Web Application Firewall [EasyWAF](https://github.com/timokoessler/easy-waf). A whitelist of IP address ranges of search engine crawlers and crawlers of other big platforms is scraped every 12 hours by a GitHub Action and stored in this repository. This list is used by the "Fake Crawlers" module of Easy WAF to block fake crawlers. For more information about the WAF visit the [EasyWAF repository](https://github.com/timokoessler/easy-waf). The authenticity of most crawlers can be determined with a reverse DNS lookup, but an additional IP whitelist increases performance. In addition, the authenticity of some crawlers, such as the Facebook crawler, can only be determined by the IP. **But why is the IP range list not created locally by EasyWAF itself?** The main reason is that the download of the BGP Routing Table Analysis takes some time, especially with poor internet connections. This effect would be amplified if an application is started multiple times in parallel, for example with Node.js cluster mode. In addition, it is possible to react more quickly to changes in the data sources used without having to update EasyWAF. **Why is this not a security issue?** The data is only used for the whitelist of the Fake Crawler module, so adding malicious IPs does not allow WAF bypassing from those IP addresses. A disruption or failure of this data source would currently only cause problems with Facebook crawlers and somewhat reduce the performance of EasyWAF. ## Data sources ### Google - Documentation: [Check Googlebot and other Google crawlers](https://support.google.com/webmasters/answer/80553) - Direct link to JSON: [Google IP ranges](https://www.gstatic.com/ipranges/goog.json) ### Bing - Direct link to JSON: [Bing IP ranges](https://www.bing.com/toolbox/bingbot.json) ### Facebook - Documentation: [Facebook Crawler](https://developers.facebook.com/docs/sharing/webmasters/crawler/) - IP ranges are scraped from BGP Routing Table Analysis ### Twitter - Documentation: [Twitterbot](https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/troubleshooting-cards) - IP ranges are scraped from BGP Routing Table Analysis ### DuckDuckGo - Documentation: [Is DuckDuckBot related to DuckDuckGo?](https://raw.githubusercontent.com/duckduckgo/duckduckgo-help-pages/master/_docs/results/duckduckbot.md) ### Pinterest - Documentation: [Pinterest Crawlers](https://help.pinterest.com/en/business/article/pinterest-crawler) ### BGP Routing Table Analysis - Website: [BGP Routing Table Analysis](https://thyme.apnic.net/) - Direct link to IPv4 ranges: [IPv4 Prefixes](https://thyme.apnic.net/current/data-raw-table) - Direct link to IPv6 ranges: [IPv6 Prefixes](https://thyme.apnic.net/current/ipv6-raw-table) ## Contact If a public GitHub issue or discussion is not the right choice for your concern, you can contact me directly: - E-Mail: [info@timokoessler.de](mailto:info@timokoessler.de) - My Website: [timokoessler.de](https://timokoessler.de)
This repository provides ip data for the Web Application Firewall EasyWAF.
javascript,nodejs,security,typescript,waf,web-application-firewall
2023-07-02T18:06:41Z
2024-05-19T00:05:46Z
null
2
0
115
0
0
2
null
MIT
TypeScript
bola-nabil/Ibsar
master
# Ibsar
book library management
bootsrap,bootstrap5,css,css3,html,html5,javascript,laravel,laravel-framework,myql
2023-07-13T11:32:16Z
2023-09-26T04:57:54Z
null
1
0
3
0
0
2
null
null
JavaScript
mdeluca13/voltwheels
main
# voltwheels ## Table Of Contents: - [Description Of Functionality](#description-of-functionality) - [Installation](#installation) - [Link to Deployed Application](#link-to-deployed-application) - [ScreenShot of Deployed Application](#screenshot-of-deployed-application) - [Built With](#built-with) - [License](#license) - [Creators](#creators) ## Description Of Functionality: - This website allows users to view, buy and sell electric vehicles. - Users must be signed up and logged in to buy cars and to create car ads. - The site uses stripe to accept payments for vehicles. ## Installation: - Open the website link to heroku ## Link To Deployed Application: Link: https://voltwheels-a4fbaac8309b.herokuapp.com/ ## ScreenShot of Deployed Application: Link:![image](https://github.com/mdeluca13/voltwheels/assets/123771567/181828fb-726b-48e7-b6a4-59a20fc65801) ## Built With: - React - CSS - graphql - node.js - express.js - MongoDB - Mongoose - Stripe - Javascript ## license: MIT License Copyright (c) 2023 ## Creators: Megan, Wyatt, Himali, Brendan, Joshua
MERN application that allows users to post cars for sale and purchase cars for sale
css,expressjs,graphql,javascript,mern-stack,mongodb,mongoose,nodejs,react,stripe-api
2023-07-07T00:06:54Z
2023-07-21T14:00:29Z
null
5
19
44
0
0
2
null
MIT
JavaScript
BrenoMorim/pokedex
development
# Pokédex Projeto em React-js que usa a PokeAPI para listar os Pokémons, permitindo buscas por tipo, nome, geração e entre outras funcionalidades. | :placard: Vitrine.Dev | | | -------------------- | ---------------------------------------- | | :sparkles: Nome | **Pokédex** | | :label: Tecnologias | React, JavaScript, HTML, CSS | | :rocket: URL | <https://pokedex-brenomorim.vercel.app/> | ![Página do Pokémon Charizard, contendo seus detalhes](https://github.com/BrenoMorim/pokedex/blob/development/imagens/pokemon-charizard.png?raw=true#vitrinedev) ## Link do deploy da Vercel: <https://pokedex-brenomorim.vercel.app/> ## Detalhes do Projeto O projeto usa a biblioteca axios para buscar as informações na PokeAPI, aplicando um cache com memoização para evitar fazer requisições desnecessárias. A biblioteca React foi usada para criar os componentes funcionais e reutilizáveis, usando dos hooks useEffect e useState para buscar os dados de forma assíncrona, contendo um componente de Carregando para dar feedback visual ao usuário em casos de demora nas requisições HTTP. O site segue o padrão de SPA, usando a biblioteca react-router-dom, por padrão os componentes de cabeçalho, barra de navegação e rodápe são colocados em todas as páginas. O mesmo componente de Carregando que é usado para as listas de Pokémons é também usado como fallback nas rotas, em caso de demora no carregamento. O projeto também conta com animações da biblioteca animate.css. ## Páginas ### Página Inicial - Banner do site e listas com os primeiros Pokémons de cada geração ![Página inicial, com seu banner](./imagens/pagina-inicial.png) ![Listas dos Pokémons de cada geração](./imagens/lista-geracoes.png) > A barra de navegação abaixo do cabeçalho pode ser usada para fazer buscas por tipo, região e geração. ![Barra de navegação](./imagens/barra-navegacao.png) ### Página de Detalhes - Mostra os dados de um Pokémon específico, suas sprites, atributos, tipos, habilidades e Pokémons próximos na Pokédex ![Página com os detalhes do Pokémon Salamence](./imagens/pokemon-salamence.png) ### Página de Erro - Usada como erro 404, quando Pokémon não é encontrado ou filtro não retorna resultado ![Página de erro da aplicação](./imagens/pagina-erro.png) ### Filtro dos Pokémons por Geração ![Página de filtro por geração](./imagens/busca-por-geracao.png) ### Filtro dos Pokémons por Tipo ![Página de filtro por geração](./imagens/busca-por-tipo.png) ### Filtro dos Pokémons por Região ![Página de filtro por geração](./imagens/busca-por-regiao.png) ## Comandos para rodar o projeto na sua máquina ```sh git clone https://github.com/BrenoMorim/pokedex.git pokedex cd pokedex npm install npm start ``` ---
Minha pokedex personalizada, usando a PokeAPI e ReactJS
frontend,javascript,pokeapi,react,vitrinedev
2023-07-17T12:38:12Z
2023-07-19T15:42:55Z
null
1
0
28
0
0
2
null
null
JavaScript
vitingr/tcc-project
main
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Projeto de TCC, relacionado com o tema "Inserção e manutenção de mulheres no mercado de trabalho". Aplicação desenvolvida utilizando Next.JS, Javascript, MongoDB e Google Providers
api,javascript,mongodb,nextjs,providers,ssr,cloudinary,route-api
2023-07-12T14:06:09Z
2023-12-05T03:10:55Z
null
1
0
137
0
0
2
null
MIT
JavaScript
merndev1101/solidity_chat-contract
main
# Sample Hardhat Project This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. Try running some of the following tasks: ```shell npx hardhat help npx hardhat test REPORT_GAS=true npx hardhat test npx hardhat node npx hardhat run scripts/deploy.js ```
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
javascript,solidity,solidity-contracts
2023-07-12T08:01:03Z
2023-07-12T08:01:49Z
null
1
0
1
0
0
2
null
null
JavaScript
LucasCavalheri/full-s-tasks
master
<div align='center'> <img width="180px" alt="plitter" src="https://cdn-icons-png.flaticon.com/128/6742/6742656.png" /> <h1>Full S"tasks"</h1> <p> Aplicação Full-Stack para gerenciamento de tarefas. Contando com autenticação de usuário, criação de notas, edição de notas, exclusão de notas e proteção de rotas. Aplicação feita para estudar o uso da integração de Laravel com Vue. </p> </div> <br /> ## 🌐 Veja online: ### <a href="https://full-s-tasks.vercel.app/">Full S"tasks"</a> <br /> ## 🧰 Funcionalidades - Autenticação e Autorização de usuário; - Criação de usuário; - Login de usuário; - Logout de usuário; - Usuário poderá ver suas tarefas e também as tarefas de outros usuários; - Usuário poderá criar, editar e excluir suas tarefas; - Usuário NÃO poderá editar ou excluir tarefas de outros usuários; - Proteção de rotas; ## 🖥️ Tecnologias Este projeto foi desenvolvido usando as seguintes tecnologias e stacks: #### 🖼️ Front-End - **JavaScript** como linguagem; - **Bootstrap** como framework CSS; - **Vue** como framework Front-End; - **Vue Router** para gerenciamento e proteção de rotas; - **Pinia** para gerenciamento de estado. #### 🧮 Back-End - **PHP** como linguagem; - **Laravel** como framework Back-End; - **MySQL** como banco de dados. <hr /> <br /> <p align='center'> Criado e desenvolvido por <b>Lucas Cavalheri</b> <br/><br/> <a href="https://www.linkedin.com/in/lucas-cavalheri"> <img alt="linkedIn" height="30px" src="https://i.imgur.com/TQRXxhT.png" /> </a> &nbsp;&nbsp; </p>
Aplicação Full-Stack para gerenciamento de tarefas. Contando com autenticação de usuário, criação de notas, edição de notas, exclusão de notas e proteção de rotas. Aplicação feita para estudar o uso da integração de Laravel com Vue.
javascript,laravel,mysql,php,pinia,vue
2023-07-12T18:56:34Z
2023-07-16T04:38:08Z
null
1
0
25
0
0
2
null
null
PHP
MukulKolpe/TokenGate
main
# TokenGate🚀 ## Introduction 🔥 Revolutionizing Ticketing Infrastructure. Secure your Experience. Tokenize your Journey. Empower your Possibilities! ## TechStack Used 🎯 - ReactJS - NodeJS - Typescript - Javascript - MongoDB - Ethersjs - Aurora Testnet - Solidity - OpenZeppelin - Chakra UI - React Router - Polybase - Nodemailer - Near Protocol - Google Maps API - React Places Autocomplete ## Deployed Contract address:- ``` 0xb3BCe2124d7ecA01aa484E4109B78E56d5aBF343 ```
Revolutionizing Ticketing Infrastructure.
aurora,ethersjs,google-maps-api,javascript,mongodb,nodejs,openzeppelin,polybase,react-places-autocomplete,reactjs
2023-07-01T05:28:46Z
2023-07-02T15:20:25Z
null
3
30
68
0
0
2
null
MIT
TypeScript
pratyushtiwary/toynn
main
<p align="center"> <img src="./logo.svg" alt="toynn"> </p> <p align="center">A toy NN library for JS to play and learn NN concepts.</p> <p align="center"> <img src="https://img.shields.io/npm/dt/toynn" alt="NPM Downloads"/> <img src="https://img.shields.io/github/license/pratyushtiwary/toynn" alt="License"/> <a href="https://github.com/pratyushtiwary/toynn/actions/workflows/publish.yml"> <img src="https://github.com/pratyushtiwary/toynn/actions/workflows/publish.yml/badge.svg" alt="Publish to NPM Status Badge"/> </a> <a href="https://codecov.io/gh/pratyushtiwary/toynn" > <img src="https://codecov.io/gh/pratyushtiwary/toynn/branch/main/graph/badge.svg?token=J67V3JHQPG"/> </a> </p> <p align="center"> <b>Contribution is much appreciated, if you feel like something is not right or you've found some bug feel free to raise an issue or create a PR</b> </p> ## Requirements [NodeJS](https://nodejs.org/) v18.0.0 or higher must be installed to use `toynn`. ## Installation | **Source** | **Info** | | ---------- | ------------------- | | npm | `npm install toynn` | | yarn | `yarn add toynn` | ## Usage ```js import toynn from "toynn"; const X = [ new toynn.NArray([0, 0]).reshape(1, 2), new toynn.NArray([0, 1]).reshape(1, 2), new toynn.NArray([1, 0]).reshape(1, 2), new toynn.NArray([1, 1]).reshape(1, 2), ]; const y = [ new toynn.NArray([0]), new toynn.NArray([0]), new toynn.NArray([0]), new toynn.NArray([1]), ]; const model = new toynn.NN("and"); const layer1 = new toynn.Layer(2, 3); layer1.use(toynn.functions.linear); const layer2 = new toynn.Layer(3, 1); layer2.use(toynn.functions.sigmoid); model.add(layer1); model.add(layer2); model.train({ x: X, y, epochs: 500, alpha: 0.001, loss: toynn.errors.MSE, verbose: true, }); let newData = new toynn.NArray([1, 0]).reshape(1, 2); // make prediction console.log(model.forward(newData).flatten()); ``` **Note: The above code only supports v2.0.0 or above** **You can use the library with typescript also. The code remains the same.** ## Docs Docs can be found [here](https://toynn.vercel.app/).
A toy NN library for JS to play and learn NN concepts.
javascript,neural-network,nn,toynn
2023-07-08T07:27:38Z
2024-01-20T09:45:28Z
2023-08-21T05:15:39Z
1
19
89
1
0
2
null
MIT
HTML
duogbachdev/ConfessToCrush
master
# ConfessToCrush ### Guide for this repository is here: Clone project and run test. ``` $ git clone https://git_url_clone <project_dir> $ cd <project_dir> ``` Demo: https://confess-to-crush.vercel.app/ Author: **DuogBachDev** aka **DuogBachDev** Blog: CV: YouTube: "A bit of fragrance clings to the hand that gives flowers!" Thanks for watching!
null
css,html,javascript
2023-07-12T03:32:43Z
2023-07-21T08:10:59Z
null
1
0
4
0
1
2
null
null
HTML
SenteraLLC/QASM
master
# Getting Started with QASM Welcome to the Quality Assurance State Machine (QASM)! QASM is a single-serve web application that runs using React and Electron, with the ability to run customizable QA jobs from a local host, a packaged windows .exe, or a statically hosted S3 website. ## Demo A demo of the app can be found [here](http://qasm-demo-frontend.s3-website-us-east-1.amazonaws.com/). The configuration used to generate the demo is found in `react-frontend/default-config.json`. ## Installation 1) Navigate to the frontend and install necessary packages >> cd react-frontend >> npm install 2) The main app entrypoint is the python script ``react-frontend/QASM.py``. This script will launch the Electron app and serve the React app. It does require some python dependencies, which can be installed using: >> pip install -r requirements.txt 3) The app can be run locally using >> npm run qasm This will launch an app based on the specifications found in ``react-frontend/config.json`` if present, else it will copy ``react-frontend/default-config.json``, load it, and save it to ``react-frontend/config.json``. Note that for any backend functionality that requires AWS (ie running in `"s3"` mode), you will need to have AWS credentials set up on your machine. See [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) for more information. Once your AWS credentials are set, you will need to deploy the backend to AWS using [Terraform](#terraform). 4) To create a Windows executable of the current configuration, run >> npm run qasm-build Which will deposit the executable in ``react-frontend/dist``. Note that this will only work on Windows machines. 5) To run using a specific configuration file, use >> npm run qasm -- --config_path <path/to/config.json> If encountering the error: `POST http://localhost:3000/undefinedopen_dir 431 (Request Header Fields Too Large)` when launching, ensure that the `react-frontend/.env.development` and `react-frontend/.env.production` files have been generated locally by running: >> terraform workspace select dev >> terraform apply >> terraform workspace select prod >> terraform apply Note that this will also apply any changes made to the terraform code, so be sure to double check that you are not accidentily destroying any resources. ## Usage QASM is a single-serve web application that can be run locally, as a packaged windows .exe, or as a statically hosted S3 website. The difference between these options is as follows: ### Deployment Options #### Local Running locally will launch the Electron app and serve the React app from the local machine. This is useful for development and testing, but is not recommended for production use. Not that running *locally* is different then running in *local mode*. Running locally will launch the Electron app and serve the React app from the local machine, but the React app will still be configured to run in either `s3` or `local` mode, which refers to which backend framework will be used in the app. See [Configuration](#configuration) for more details. #### Windows .exe After building a Windows .exe following the instructions in [Installation](#installation), the app can be run by simply double clicking the .exe file. This will preform a one-time installation and run QASM as a Windows application, after which it can be run by double clicking the application shortcut or however you prefer to run Windows applications. Note that the `"name"` field in the configuration file will be used as the name of the application, so configurations with the exact same name with overwrite each other, which is intended behavior to enable versioning without creating spurious applications. If different installations are needed, simply change the `"name"` field in the configuration file. #### S3 Static Website The S3 Static Website deployment option is an easy way to setup a public website and url from which anyone can access a QASM job. In the config field `"static_site_bucket"`, put the desired name of an s3 bucket that will host the QASM app. Run `npm run qasm-push`, which will create and setup an S3 bucket with the name you specified, build the app, and upload the contents of the ``react-frontend/build`` folder to the bucket. Note that the bucket created by this process will be public, so anyone with the url will be able to access the app. The website URL will be printed to the console if the process is successful. Alternatively, see the AWS [docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/HostingWebsiteOnS3Setup.html) for a more detailed explanation of how to manually setup a static website on S3. Follow the steps in the link provided above to setup an S3 bucket and configure it to host a static website. Once the bucket is configured, you can build the app by running `npm run qasm-build`. Then upload the build files manually via the AWS console (just upload the contents of `react-frontend/build` to the bucket), or via the AWS CLI using >> aws s3 sync react-frontend/build s3://<bucket_name_here> ***Note that this deployment method currently only supports `"app": "s3"` mode. ### Backend Options #### Local An app configured with `"app": "local"` will run using files on the local machine. QASM jobs that require images or other inputs will prompt the user to select files using the Windows File Explorer. Note that this option is currently not supported for S3 static websites. #### S3 An app configured with `"app": "s3"` will run using files on S3. QASM jobs that require images or other inputs will prompt the user to select files using the S3 Browser component. The S3 Browser component will allow the user to select files from any S3 bucket that they have access to. The S3 Browser component will also allow the user to upload files to the selected bucket. Note that the S3 Browser component will only allow the user to select files from a single bucket at a time, which is specified in the config file under the `"bucket"` field. ## Configuration ``react-frontend/config.json`` expects the following fields: - ``"app": <string>`` - ``"s3"`` for an app that runs using AWS Cloud resources managed by [Terraform](#terraform). - ``"local"`` for an app that runs using local files - ``"bucket": <string>`` - Name of the s3 bucket from which to pull data (only required for ``"app": "s3"``) - ``"intercept_s3_protocol": <Array>`` - (Optional) When present, clicking/navigating to a link that starts with ``"s3://"`` will open a prompt to open the link in the app instead. The value in the config should be a list of component names, as shown in the example below. The first component in the list will be the default handler for s3 links, *except* when another component in the list is currently open. For example, if the ``"grid"`` screen is open, it will handle all s3 links, even though ``"imagelabeler"`` is listed first in the list. Only availible for ``"app": "s3"`` mode, and not supported for static website deployments. ```js "intercept_s3_protocol": [ "imagelabeler", "grid" ] ``` - Components that currently have special s3 protocol functionality are as follows: - ``"imagelabeler"``: If the s3 link points to an image, the image will be loaded into the imagelabeler component. If the s3 link points to a json file, the file will be loaded as an annotation. If the s3 link points to a directory, the user will be prompted to select if it should be loaded as the image or annotation directory. - ``"grid"``: If the s3 link points to an json file, the file will be loaded as a labels file. If the s3 link points to a directory, the directory will be used as the image directory and the images will be loaded. - ``"multiclassgrid"``: Same as ``"grid"`` - For packaged (.exe) instances of the app, the protocol will be active upon install, and will open the app even if it is not currently running. If multiple apps are installed with the s3 protocol active, than only the first one installed will use the protocol. The protocol interception will be removed after uninstalling the app using the packaged uninstaller, after which a new installation will need to be performed to re-enable the protocol. - ``"static_site_bucket": <string>`` - (Optional) Name of the s3 bucket to which to upload the static website (only required to run ``npm run qasm-push``) - ``"name": <string>`` - (Optional) Display name of the app - ``"components": <Array>`` Array of component config objects. Order of the components is the order they appear in the toolbar - Required for all components: - ``"component": <string>`` One of the following component names: - ``"home"`` for a home screen, which shows the QASM Logo and a button to show the active config JSON. If not included, the home screen will not be shown in the navbar, but can still be accessed by pressing the QASM logo in the top left corner. - ``"grid"`` for a grid of images, and the ability to label each image as a single class type - ``"multiclassgrid"`` for a grid of images that supports multiple class types per image - ``"imagelabeler"`` for a [ULabel](https://github.com/SenteraLLC/ulabel) image labeling tool - ``"binaryeditor"`` for a binary image editor, where simple dilation and erosion operations can be performed - Optional for all components: - ``"display_name": <string>`` Change the navbar display name - ``"grid"`` Configuration ``<Object>``: - ``"grid_width": <Number>`` Default number of images to show per row - ``"classes": <Array>`` - ``<Object>`` with class details - ``"class_name": <string>`` (Required) Custom name for a class - ``"svg_overlay": <string>`` (Optional) Name of the class overlay - ``"x_overlay"`` for a big red 'X' - ``"sparse"`` for very spaced out dots (*Color options not implemented*) - ``"criss_cross"`` for grid of criss crossing lines (*Color options not implemented*) - ``"curved"`` for curved lines (*Color options not implemented*) - ``"field_edge"`` for parallel lines next to a blob of vegetation (*Color options not implemented*) - ``null`` for nothing - ``"color": <string>`` (Optional) Color of overlay - ``"red"`` red - ``"yellow"`` yellow - ``"white"`` white - ``"green"`` green - ``"label_loadnames": <Array[string]>`` (Optional) An ordered list of label filenames to automatically try and load. Will search one folder above the current directory. - ``"autoload_labels_on_dir_select": <boolean>`` (Optional) Whether to try and autoload labels after each new directory selection. Default is false. Can also be changed in app via the checkbox "Autoload Labels on Directory Select". Default is false. - ``"image_layer_folder_names": Array[Array[<string>], ...]``: (Optional) Ordered list of folder names of image layers to automatically try and load when a directory is selected. Supports having multiple anticipated folder names. Eg, for an input shown below, the first set of `_thumbnails` layers will try and load, and if any of them are not present, it will instead load the next Array of folders. Preference is given to the folders in any Array that contains the name of the currently selected folder, eg if the currently selected folder is `nadir`, then ``bottom` and `oblique` would be loaded. ```js "image_layer_folder_names": [ [ "bottom_thumbnails", "nadir_thumbnails", "oblique_thumbnails" ], [ "bottom", "nadir", "oblique" ] ] ``` - ``"save_labels_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to save the current labels. Defaults to ["ctrlKey", "s"]. - ``"toggle_image_layer_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to toggle between image layers when hovering over an image. Defaults to "b". - ``"toggle_all_image_layers_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to toggle the image layer of all images. Defaults to "B". - ``"next_row_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to advance to the next row when hovering over an image. Defaults to "n". - ``"prev_row_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to advance to the previous row when hovering over an image. Defaults to "h". - ``"next_dir_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to advance to the next directory. Defaults to "Enter". - ``"multiclassgrid"`` Configuration ``<Object>``: - ``"grid_width": <Number>`` Default number of images to show per row - ``"classes": <Array>`` - ``<string>: <Object>`` class type with class details object - ``"class_values": <Array[string]>`` (Required) List of class values within the class type - ``"selector_type": <string>`` (Required) Method of selecting between class values in app - ``"radio"`` Radio buttons - ``"checkbox"`` Checkboxes - ``"default": <string>`` (Optional) Default class value for this class type. Must be one of the class_values. - ``"class_colors": <Object>`` (Optional) Text colors used in the class selector - ``<string>: <string>`` The key must be one of the class_values. The value must be a valid css color (name or hexcode). - Ex: to make the class_value `"Normal"` appear in blue text, ``"Normal": "blue"`` - ``"class_overlays": <boolean>`` (Optional) Whether to have an "X" appear in the bottom left of every class that has an assigned `class_color` - ``"label_savenames": <Object>`` (Optional) Define custom buttons that will allowing saving to a custom filename. - ``<string>: <string>`` Where the key is the name that will appear on the button and the value is the filename. - ``"label_loadnames": <Array[string]>`` (Optional) An ordered list of label filenames to automatically try and load. Will search one folder above the current directory. - ``"autoload_labels_on_dir_select": <boolean>`` (Optional) Whether to try and autoload labels after each new directory selection. Default is false. Can also be changed in app via the checkbox "Autoload Labels on Directory Select". Default is false. - ``"image_layer_folder_names": Array[Array[<string>], ...]``: (Optional) Ordered list of folder names of image layers to automatically try and load when a directory is selected. See ``"grid"`` for more details. - ``"save_labels_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to save the current labels. Defaults to ["ctrlKey", "s"]. - ``"toggle_image_layer_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to toggle between image layers when hovering over an image. Defaults to "b". - ``"toggle_all_image_layers_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to toggle the image layer of all images. Defaults to "B". - ``"next_row_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to advance to the next row when hovering over an image. Defaults to "n". - ``"prev_row_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to advance to the previous row when hovering over an image. Defaults to "h". - ``"next_dir_keybind": <string> or <Array[<string>]>`` (Optional) Keybind to advance to the next directory. Defaults to "Enter". - ``"imagelabeler"`` Configuration ``<Object>``: ULabel is the core of this component. Find the most recent ULabel API spec [here](https://github.com/SenteraLLC/ulabel/blob/main/api_spec.md). Of the required fields in the ULabel constructor object, `container_id`, `image_data`, and `on_submit` are handled internally by this component. The `subtasks` field is also handled internally, but can be configured via the `subtasks` field in the config file. The remaining fields can be included in the config and will be passed directly to the ULabel constructor, so see the API Spec for details. The following fields are also supported: - ``"subtasks": <Object>`` ULabel [subtasks](https://github.com/SenteraLLC/ulabel/blob/044c24072fe00a30b89e0f370fb8d4ddad28b59d/api_spec.md#subtasks) definition(s) - ``<string>: <Object>`` Custom subtask name, followed by the subtask definition object - ``"display_name": <string>`` Displayed subtask name - ``"classes": <Array>`` List of class definition objects - ``<Object>`` Object with class definition - ``"name": <string>`` Class name - ``"color": <string>`` Class color - ``"id": <Number`` Class id number - ``"allowed_modes: <Array>"`` List of allowed annotation modes - ``"polyline":`` A simple series of points that needn't define a closed polygon - ``"bbox":`` A simple single-frame bounding box - ``"bbox3":`` A bounding box that can extend through multiple frames - ``"polygon":`` A simple series of points that must define a closed polygon - ``"tbar":`` Two lines defining a "T" shape - ``"contour":`` A freehand line - ``"whole-image":`` A label to be applied to an entire frame - ``"global":`` A label to be applied to the entire series of frames - ``"point":`` A keypoint within a single frame - ``"resume_from": <string>`` (Optional) Key used in annotation jsons. Used to load in annotations from the annotation directory (*Use `null` for no anno loading`*) - ``"image_dir": <string>`` (Optional) Path to directory of images - ``"anno_dir": <string>`` (Optional) Path to directory of labels or annotations - ``"binaryeditor"`` Configuration ``<Object>`` (s3 mode only): - ``"dilate_keybind": <string> or <Array[<string>]>`` Keybind to dilate the binary. Defaults to "=" - ``"erode_keybind": <string>`` Keybind to erode the binary. Defaults to "-" ## Keybinds Certain components support user-defined keybinds for set operations. Keybinds are stored in the following format: `{<string keybind_name>: <string keybind> or Array[<string keybind1>, <string keybind2>], ...}` Example: ``` { ..., "save_labels_keybind": ["ctrlKey", "s"], "toggle_image_layer_keybind": "b", "next_row_keybind": ["ctrlKey", "ArrowDown"], "prev_row_keybind": ["ctrlKey", "ArrowUp"], } ``` The "control", "shift", and "alt" keys are represented by "ctrlKey", "shiftKey", and "altKey", since that is how they are represented in the keydown event. See [here](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values) for more details. Providing an array of keybinds requires all keys to be pressed simultaneously, and thus is only supported for the "control", "shift", and "alt" keys and any single other key, eg ["ctrlKey", "shiftKey", "s"]. ## Terraform Terraform automatically takes our lambda code and deploys it to all the necessary AWS services (Lambda, API Gateway, IAM, etc) to allow our serverless applications to run. Install Terraform (https://learn.hashicorp.com/tutorials/terraform/install-cli) Start a new project or connect to an existing Terraform project >> cd terraform-backend >> terraform init Note: Since S3 buckets are globally scoped (no two buckets can share the same name), you may need to change the bucket name in the terraform code. To do this, open the file ``terraform-backend/main.tf`` and change references to the bucket name ``qasm-lambdas`` to something unique. To prevent developer testing from interfering with active users, we can utilize terraform 'workspaces' to keep development and production environments seperate. To work in the development workspace, use >> terraform workspace select dev And for production, >> terraform workspace select prod Both workspaces use the same source code, but the prefix "${terraform.workspace}-" is added to every unique resource, so that the two workspaces deploy to seperate 'dev' and 'prod' AWS resources. When creating new resouces, be sure to add this prefix so as to avoid hidden dependencies. To deploy changes to a Terraform project, use >> terraform apply You will be shown a summary of the changes that terraform will be applying, so be sure to double check that (a) you are on the desired workspace and (b) that you aren't accidentily destroying unexpected resources. To check what workspace you are in, you can use >> terraform workspace list Once changes have been tested in development and are ready to be applied to the production resources, these changes are applied by simply switching workspaces and running the apply command. >> terraform workspace select prod >> terraform apply ## Development The core Electron logic is found in ``react-frontend/public/electron.js``. This file will launch the Electron app and load the React app. In order to initialize the local backend, the functions found in ``react-frontend/public/electron_utils.js`` are automatically exposed to the Electron runtime via the logic found in ``react-frontend/public/preload.js``. The main React entrypoint is ``react-frontend/src/index.js``. This file will load the config file and use it to initialize the React app in the configured mode (ie `local` or `s3`). The two different modes are setup in ``react-frontend/src/QASM/QASM.js``. The `local` mode will load the React app using the local backend (the functions defined in ``react-frontend/public/electron_utils.js``), while the `s3` mode will load the React app using the AWS backend (the functions found in ``react-frontend/src/QASM/lambda_handlers.js``). As long as any new functions are added to the list of ``function_handlers`` within ``lambda_handlers.js``, they will be automatically be exposed to the React app. When adding any backend functionality, in order for it to be compatible with both modes, the function must be defined in both ``electron_utils.js`` and ``lambda_handlers.js``. The decision of which backend to use is made in ``QASM.js`` based on the config file, and so within the React components, both backends are accessed via ``this.QASM.call_backend(window, <function_name_here>, <function_args_here>)``. This function will automatically call the correct backend based on the configured mode. ### Local Backend As long as any new functions are added to the list of ``exports.function_handlers`` within ``electron_utils.js``, they will be automatically be exposed to the Electron runtime in local mode. By addition the function logic to ``electron_utils.js``, the function will be available within any React component via ``this.QASM.call_backend(window, <function_name_here>, <function_args_here>)``. Since the backend is running locally, the function will be called directly, and there is access to the local Windows file system via the ``fs`` module. ### AWS Backend In order to add a new function to the AWS backend, the function must be added to the list of ``exports.function_handlers`` within ``lambda_handlers.js``. This will automatically expose the function to the React app in s3 mode. Since the backend is running on AWS, the function will be called via an API call to AWS API Gateway. The function will access the AWS S3 bucket that is configured in the ``config.json`` file instead of the local file system. Adding s3 compatibility is comprised of two steps: (1) adding the function to ``lambda_handlers.js`` and (2) adding the function to the AWS API Gateway via Terraform. 1) The functions in ``lambda_handlers.js`` ultimately are just intermediate steps that call some AWS API Gateway endpoint that points to a AWS Lambda function defined in ``terraform-backend/lambdas/``. Common operations involved opening the S3 Browser component to allow the user to make some selection, and/or parsing the input arguments and passing them to the AWS Lambda function. The AWS Lambda function will then perform the desired operation and return the result. 2) The AWS Lambda function is defined in ``terraform-backend/lambdas/``. The function is defined in one of the python files (for example, ``s3_browser.py``) as a single python function ``function_name_here(event, context)``. The arguments that are passed in from the ``lambda_handlers.js`` function are available in the ``event`` variable. See some of the functions in ``s3_browser.py`` for examples of how to read from the event, handle the AWS logic, and return the result. The python logic is then passed into the AWS Lambda function via Terraform. When adding a new function, add a handler block to the list of ``lambda_defs`` in ``terraform-backend/lambdas.tf``. The handler block should look like: ``` { base_name = "function-name-here" handler = "python_filename_here.function_name_here" }, ``` This file will automatically take the python code and deploy it to the AWS Lambda function. ### React Components The React components are found in ``react-frontend/src/Components/``. Each component is defined in a file ``<component_name>.js``. The component is then imported into ``react-frontend/src/App.js`` and added to the list of components. To enable a component to be added to the ``config.json``, the component must be added (1) to the list of ``COMPONENT_KEYS`` in ``react-frontend/src/App.js`` as well as (2) the list of ``QASM_COMPONENTS`` in ``QASM.py``.
QASM is a single-serve web application that runs using React and Electron, with the ability to run customizable QA or labeling jobs from a local host, a packaged windows .exe, or a statically hosted S3 website.
electron,frontend,qa,react,labeling,labeling-tool,annotation-tool,css,desktop-application,electron-builder
2023-07-03T18:56:11Z
2024-05-07T20:18:29Z
null
22
13
1,199
9
1
2
null
null
Python
olgatenison/next-choco
main
## Choco Shop Next project ![site prew](https://github.com/olgatenison/next-choco/blob/main/public/forDescription/17065334873923237.jpg) next-choco is a web application for an online chocolate store built with Next.js framework. ## Technologies Used - **Next.js**: A React framework for building server-side rendered and statically generated applications. - **React**: A JavaScript library for building user interfaces. - **CSS Modules**: Local scoping of CSS by default in Next.js. - **Context API**: For managing global state across the app. - **SWR**: React Hooks library for data fetching. - **JavaScript**: Programming language used for client-side and server-side logic. ![site map](https://github.com/olgatenison/next-choco/blob/main/public/forDescription/itWorks_01.jpg) ## Implemented Features - **Routing**: Static and dynamic routing, including grouping folders and infinite dynamic pages. - **Pages and Layouts**: Creation of various pages and layout files affecting all subfolders. - **Components and Properties**: Writing reusable components with methods, passing attributes, and looping through lists. - **State Management**: Using useState for managing component state. - **CSS Styling**: Global CSS and component/module CSS. - **Event Handling**: Handling button clicks and informing parent components of updates. - **Client vs Server Rendering**: Rendering pages on both client and server. - **Data Fetching**: Fetching data on both client and server, utilizing SWR for client-side data fetching. - **Context Handling**: Sharing state across the app using Context API. - **Next.js Components**: Utilizing Link, Image, Head, Script components provided by Next.js. - **API Creation**: Creating APIs with route.js for AJAX calls. ![site map context](https://github.com/olgatenison/next-choco/blob/main/public/forDescription/itWorks_02.jpg) ## Project Structure The project follows a standard Next.js project structure: - **pages**: Contains all the page components. - **components**: Contains reusable UI components. - **app**: Contains context and services used across the app. - **styles**: Contains global CSS files. - **public**: Contains static assets like images and fonts. - **data**: Contains JSON data for products and reviews. ![site page](https://github.com/olgatenison/next-choco/blob/main/public/forDescription/02_page_s.jpg) ## How to Run 1. Clone this repository: `git clone https://github.com/olgatenison/next-choco.git` 2. Install dependencies: `npm install` 3. Run the development server: `npm run dev` This project, including design and execution, was skillfully crafted by [Olga Tenison](https://github.com/olgatenison) under the invaluable mentorship of [Matthias Bruch](https://github.com/matthiasbruch). This project uses [Montserrat](https://fonts.google.com/specimen/Montserrat) and [Marcellus SC](https://fonts.google.com/specimen/Marcellus+SC) from Google Fonts.
"Next Choco" is a web application for an online chocolate store built using the Next.js framework. This project demonstrates various features and best practices for building modern web applications with React and Next.js. Technologies Used: JavaScript, React, Next.js, CSS Modules, Context API, SWR
css,javascript,nextjs,versel,context-api,swr
2023-07-11T08:52:37Z
2024-05-21T12:55:01Z
null
1
0
67
0
0
2
null
null
CSS
faresemad/whatsapp-clone
main
# Whatsapp Clone clone whatsapp using django and channels ## Basic Setup & Installation ```bash python -m pip install -U channels["daphne"] ``` - Add `dephne` to `INSTALLED_APPS` in `settings.py` ```python INSTALLED_APPS = ( "daphne", ... ) ``` - Then, adjust your project’s `asgi.py` file, e.g. `project/asgi.py`, to wrap the Django ASGI application: ```python import os from django.core.asgi import get_asgi_application from channels.routing import ProtocolTypeRouter, URLRouter from channels.security.websocket import AllowedHostsOriginValidator from channels.auth import AuthMiddlewareStack import chat.routing os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings") django_asgi_app = get_asgi_application() application = ProtocolTypeRouter( { "http": django_asgi_app, "websocket": AllowedHostsOriginValidator( AuthMiddlewareStack(URLRouter(chat.routing.websocket_urlpatterns)) ), } ) ``` - Add `ASGI_APPLICATION` to `settings.py` ```python ASGI_APPLICATION = "project.routing.application" ``` ## Implement a Chat Server - Create a new file called `consumer.py` in the `chat` app directory, and add the following code: ```python import json from channels.generic.websocket import AsyncWebsocketConsumer from channels.db import database_sync_to_async from .models import Message, ChatRoom from django.contrib.auth import get_user_model User = get_user_model() class ChatConsumer(AsyncWebsocketConsumer): async def connect(self): self.room_name = self.scope["url_route"]["kwargs"][ "room_name" ] # get room name from url self.room_group_name = "chat_%s" % self.room_name # create group name self.user = self.scope["user"] # get user from scope # Join room group await self.channel_layer.group_add(self.room_group_name, self.channel_name) # accept connection await self.accept() async def disconnect(self, close_code): # Leave room group await self.channel_layer.group_discard(self.room_group_name, self.channel_name) # Receive message from websocket async def receive(self, text_data): text_data_json = json.loads(text_data) message = text_data_json["message"] # get message from json # Save message to database await self.save_message(message) # Send message to room group await self.channel_layer.group_send( self.room_group_name, { "type": "chat_message", # call chat_message method "message": message, "user": self.user.username, "room": self.room_name, }, ) # Receive message from room group async def chat_message(self, event): message = event["message"] # get message from event user = event["user"] # get user from event room = event["room"] # get room from event # Send message to WebSocket await self.send( text_data=json.dumps({"message": message, "user": user, "room": room}) ) @database_sync_to_async def save_message(self, message): user = User.objects.get(username=self.user.username) room = ChatRoom.objects.get(name=self.room_name) message = message if message != "": Message.objects.create(user=user, chatroom=room, message=message) return True ``` - Create a new file called `routing.py` in the `chat` app directory, and add the following code: ```python from django.urls import re_path from . import consumers websocket_urlpatterns = [ re_path(r"ws/chat/(?P<room_name>\w+)/$", consumers.ChatConsumer.as_asgi()), ] ``` ## Enable a channel layer - Add `CHANNEL_LAYERS` to `settings.py` ```python CHANNEL_LAYERS = { "default": { "BACKEND": "channels.layers.InMemoryChannelLayer" } } ``` ## Create a ChatRoom model - Create a new file called `models.py` in the `chat` app directory, and add the following code: ```python class ChatRoom(models.Model): creator = models.ForeignKey(User, on_delete=models.CASCADE) users = models.ManyToManyField(User, related_name="chatrooms", blank=True) name = models.CharField(max_length=100) image = models.ImageField(upload_to="chatroom/", blank=True, null=True) description = models.TextField(blank=True, null=True) created_at = models.DateTimeField(auto_now_add=True) updated_at = models.DateTimeField(auto_now=True) def __str__(self): return f"{self.name}" class Meta: verbose_name = "Chat Room" verbose_name_plural = "Chat Rooms" ``` ## Create a Message model - Create a new file called `models.py` in the `chat` app directory, and add the following code: ```python class Message(models.Model): chatroom = models.ForeignKey(ChatRoom, on_delete=models.CASCADE) user = models.ForeignKey(User, on_delete=models.CASCADE) message = models.TextField() created_at = models.DateTimeField(auto_now_add=True) def __str__(self): return f"{self.chatroom.name} - {self.user.username}" class Meta: verbose_name = "Message" verbose_name_plural = "Messages" ``` ## Create a ChatRoomForm - Create a new file called `forms.py` in the `chat` app directory, and add the following code: ```python class ChatRoomForm(forms.ModelForm): class Meta: model = ChatRoom fields = ["name", "image", "description"] ... ... ``` ## Create a Room (Detail/List) View - Create a new file called `views.py` in the `chat` app directory, and add the following code: ```python @login_required def room_detail(request, room_name): if not request.user.is_authenticated: return redirect("account:login") try: # check if current user in chat room users room = ChatRoom.objects.get(name=room_name, users=request.user) if room: messages = Message.objects.filter(chatroom=room) else: messages = None except ChatRoom.DoesNotExist: return render(request, "chat/error.html", {"message": "Room does not exist or you are not a member of this room"}) return render(request, "chat/chat.html", {"room_name": room.name, "messages": messages}) @login_required def room_list(request): if not request.user.is_authenticated: return redirect("account:login") rooms = ChatRoom.objects.filter(users=request.user) return render(request, "chat/chats.html", {"rooms": rooms}) ``` - Create a new file called `urls.py` in the `chat` app directory, and add the following code: ```python from django.urls import path from .views import room_detail, room_list app_name = "chat" urlpatterns = [ path("<str:room_name>/", room_detail, name="room_detail"), path("list", room_list, name="room_list"), ] ``` - Add `chat` urls to `project/urls.py` ```python urlpatterns = [ ... path("", include(("chat.urls", "chat"), namespace="chat")), ... ] ``` ## Create a ChatRoomForm - Create a new file called `forms.py` in the `chat` app directory, and add the following code: ```python class ChatRoomForm(forms.ModelForm): class Meta: model = ChatRoom fields = ["name", "image", "description"] ... ... ```
clone whatsapp using django and channels
channels,css,django,html,python,real-time,websocket,javascript
2023-07-15T11:50:46Z
2023-07-17T14:21:43Z
null
1
0
9
0
0
2
null
MIT
Python
nihalpawar4/Free_DEV_Resources
main
# Free_DEV_Resources Welcome to the Free Resources for WEB DEV Beginners repository! Here, you'll find a treasure trove of free resources to help you master WEB development. This curated collection includes a handpicked selection of YouTube channels, blogs, notes, and cheatsheets that provide valuable insights.
Welcome to the FREE Resources for Beginners repository! Here, you'll find a treasure trove of free resources to help you master web development. This curated collection includes a handpicked selection of YouTube channels, blogs, notes, and cheatsheets that provide valuable insights.
css,git,github,html,javascript,react,reactjs,redux,tailwindcss,threejs
2023-07-07T16:12:49Z
2023-08-22T17:28:41Z
null
1
0
78
0
0
2
null
null
null
web-dev-simplified-2/tarkhineh
main
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
null
ecommerce,figma-ui,javascript,mongodb-database,nextjs,prisma,tailwindcss
2023-07-01T10:34:33Z
2023-08-03T21:01:29Z
null
3
24
68
0
0
2
null
null
TypeScript
IsaKaillany/Steam-Clone
main
<h1 align="center"> DevSteam </h1> <p align="center"> Projeto desenvolvido durante o evento Semana da Evolução na Programação oferecido pelo Seja Dev. </p> <p align="center"> <a href="#-tecnologias">Tecnologias</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-projeto">Projeto</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#-layout">Layout</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="#memo-licença">Licença</a> </p> <p align="center"> <img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=49AA26&labelColor=000000"> </p> <br> <p align="center"> <img alt="preview" src=".github/preview-steam.jpg" width="100%"> </p> ## 🚀 Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: - JavaScript - ReactJS - NextJS - NodeJS - HTML e CSS ## 💻 Projeto Esse projeto apresenta um clone da plataforma de jogos Steam. ## 🔖 Layout Você pode visualizar o layout do projeto através [DESSE LINK](https://www.figma.com/file/ZgXjnDw8VuG4hmdgpU4Y91/DevSteam?node-id=3%3A55&mode=dev). É necessário ter conta no [Figma](https://figma.com) para acessá-lo. ## :memo: Licença Esse projeto está sob a licença MIT. --- Feito por [Isa Kaillany](https://github.com/IsaKaillany)
Clone da Steam
css,javascript,nextjs,nodejs,reactjs,html
2023-07-10T20:52:19Z
2023-07-18T00:09:53Z
null
1
0
21
0
0
2
null
MIT
JavaScript
krabochki/YourTimer
main
<a name="readme-top"></a> <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://your-timer.vercel.app/"> <img src="src/assets/pictures/favicons/parrot.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Your Timer</h3> <p align="center">Март 2023</p> <p align="center"> Кастомизируемый таймер <br /> <a href="https://your-timer.vercel.app/">Проект в Vercel</a> · <a href="https://github.com/krabochki/YourTimer/issues">Баги</a> · <a href="https://www.linkedin.com/in/polina-kuzmenok-550449291">LinkedIn автора</a> </p> </div> <!-- TABLE OF CONTENTS --> <details> <summary>Содержание</summary> <ol> <li><a href="#about">О проекте</a></li> <li><a href="#stack">Технологии</a></li> <li><a href="#start">Начало разработки</a></li> <li><a href="#author">Автор</a></li> </ol> </details> <!-- ABOUT THE PROJECT --> <a name="about"></a> ## О проекте 📢 Проект "Your timer" представляет собой веб-приложение таймера. Этот таймер можно настраивать самыми разными способами: - выбирать язык; - выбирать темную или светлую тему; - выбирать цветные пресеты; - выбирать рингтоны; - настраивать длительность звукового оповещения; - настраивать громкость звукового оповещения; - расширять в полный экран. Красочные анимации (разные на мобильных и компьютерных устройствах) сделают ваше знакомство с Your Timer еще более веселым. 18 персонажей таймера уже вас ждут! <br> <div align="center"> <img src="src/assets/pictures/animals/parrot.png" alt="parrot" height="350"> </div> <p align="right">(<a href="#readme-top">наверх</a>)</p> <a name="stack"></a> ## Технологии ⚙️ - Фреймворк: Angular - Язык программирования: TypeScript - IDE: Visual Studio Code <p align="right">(<a href="#readme-top">наверх</a>)</p> <!-- GETTING STARTED --> <a name="start"></a> ## Начало разработки 🚀 Запустите команду `npm install` для установки необходимых для разработки зависимостей. Запустите `ng serve` для начала разработки. Откройте `http://localhost:4200/`. Приложение автоматически перезагрузится, если вы измените какой-либо из исходных файлов. Запустите `ng build`, чтобы собрать проект. Сборка будет храниться в каталоге `dist/`. <p align="right">(<a href="#readme-top">наверх</a>)</p> <a name="author"></a> <br> <div align="center"> <h3 align="center"> Автор 💡</h3> <p align="center"> Автор проекта: Кузьменок Полина :) <br /> <a href="https://instagram.com/krabochki">@Instagram</a> · <a href="https://www.linkedin.com/in/polina-kuzmenok-550449291">@LinkedIn</a> · <a href="https://t.me/krabochki">@Telegram</a> · <a href="https://vk.com/nanananana_come_on">@Telegram</a> </p> <p align="right">(<a href="#readme-top">наверх</a>)</p> </div>
Кастомизируемый таймер ⌛
adobe-photoshop,angular,corel,css,custom,html,javascript,timer,typescript,localstorage
2023-07-01T17:46:33Z
2023-11-29T23:51:17Z
null
1
0
10
0
0
2
null
null
TypeScript
Anuj-16/Food_App
main
# Food App This repository contains the code for a collaborative food app project developed by a team of four. The app aims to provide a seamless food ordering experience for users, allowing them to explore various cuisines, dishes, and restaurants. ## Team Members Anuj Patel - Home page Md Amir - Payment page Anshul Gusain - Product Page Sanjeev Kushwaha - Cart Page / sign in $ sign up ### Responsibilities: - **Anshul Gusain:** - **Product Page:** - Designed and developed the product page layout and user interface. - Integrated backend services to fetch and display product information. - **Sort and Filter:** - Implemented sort and filter functionalities for product listings. - Enabled users to sort and filter food items based on various criteria (e.g., price, cuisine, dietary preferences). ## Technologies Used - **Frontend**: - HTML, CSS, JavaScript - React.js - (Any other relevant frontend technologies) - **Backend**: - Node.js - Express.js - (Any other relevant backend technologies) - **Database**: - [Database Name/Type] ## Setup and Installation 1. **Clone the repository:** ```bash git clone https://github.com/Anuj-16/Food_App.git
This is a food order website where user can signup and login and after that they can add items in cart and they can checkout and they can payment also.
css,firebase-auth,html5,javascript,payment-gateway
2023-07-01T19:21:11Z
2024-02-06T14:59:34Z
null
4
6
60
0
2
2
null
null
HTML
sharpWit/react-miniProjects
master
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `npm run build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
react mini projects
css,html,javascript,react
2023-07-14T09:17:22Z
2023-07-29T21:25:47Z
null
1
1
33
0
0
2
null
null
JavaScript
bryandejesusrt/Couser-React
master
null
🧠Este repositorio están mis prácticas básicas de aprendizaje con la librería frontend de JavaScript de Meta (Facebook). Aquí encontrarás ejercicios fundamentales mientras avanzo en mi comprensión de esta herramienta. Las prácticas más avanzadas se encuentran en mi perfil como pequeños proyectos independientes.¡Explora y sigue mi viaje de aprendiz
css,html,javascript,react,reactjs
2023-07-14T18:55:13Z
2023-07-18T16:53:41Z
null
1
0
3
0
0
2
null
null
HTML