Skip to content

Commit

Permalink
Merge pull request #431 from Hariiikrishnan/Budgetize
Browse files Browse the repository at this point in the history
Initialized files for Web Development/Budgetize
  • Loading branch information
SuriyaaVijay authored Oct 23, 2023
2 parents 1dcfc8a + 82df574 commit b39c343
Show file tree
Hide file tree
Showing 112 changed files with 70,320 additions and 0 deletions.
1 change: 1 addition & 0 deletions MERN/Budgetize/.clocignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
23 changes: 23 additions & 0 deletions MERN/Budgetize/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production


# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
70 changes: 70 additions & 0 deletions MERN/Budgetize/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# 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)
1 change: 1 addition & 0 deletions MERN/Budgetize/build/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
13 changes: 13 additions & 0 deletions MERN/Budgetize/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "/static/css/main.df1a8680.css",
"main.js": "/static/js/main.81716c84.js",
"index.html": "/index.html",
"main.df1a8680.css.map": "/static/css/main.df1a8680.css.map",
"main.81716c84.js.map": "/static/js/main.81716c84.js.map"
},
"entrypoints": [
"static/css/main.df1a8680.css",
"static/js/main.81716c84.js"
]
}
196 changes: 196 additions & 0 deletions MERN/Budgetize/build/globalStyles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@

body{
margin:0;
background-color:#ecebeb;
/* background-color:#ebebeb; */
font-family: 'Cabin', sans-serif !important;
position: relative;
scroll-behavior: smooth;
/* font-family:Verdana, Geneva, Tahoma, sans-serif; */
}
*{
scroll-behavior: smooth;

}
#d-board-headWrapper{
z-index: 1100;
display: flex;
justify-content: center;
position: sticky;
top: 0;
left: 0;
right: 0;
}
#d-board-headWrapper h1{
position: absolute;
/* top:%; */
background-color:#ecebeb;
padding: 10px 25px;
border-radius: 18px;
top:4%;
z-index: 1101;
}
.d-board-head{
margin-top: 30px;
/* height: 40vh; */
width: 90%;
background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/images/trees-abstract.jpg");
background-size: cover;
/* background: url("https://images.unsplash.com/photo-1684242598938-554af99784c9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=363&q=80"); */
/* background: linear-gradient(330deg, rgba(174,251,168,1) 66%, rgba(17,237,12,1) 98%); */
/* border-top-left-radius: 36px;
border-top-right-radius: 36px; */
border-radius: 36px 36px 10px 10px;
padding:30px 10px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.d-board-gauge{
display: flex;
}
.d-board-footer{
margin : -20px;
text-align: center;
}
.d-board-footer h4{
font-size: 1.3rem;
color:white;
}
.d-board.welcome{

color: #f4f4f4;

}

.d-board.welcome{

}

.d-board.expenseBar{
display: flex;
width: 130px;
height: 130px;
border-radius: 50%;
/* background: conic-gradient(red var(--progress), gray 0deg); */
font-size: 0;
}
.d-board.expenseBar::after{
content: attr(data-progress) '%';
display: flex;
justify-content: center;
flex-direction: column;
width: 100%;
margin: 10px;
border-radius: 50%;
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(/images/trees-abstract.jpg);
color: white;
font-size: 1rem;
text-align: center;
}


.bottomButton{
display: flex;
justify-content: center;
/* background-color: white; */
border-radius: 10px;
font-size: 0.7rem;
padding: 5px 10px;
margin-bottom: 100px;
}


/* CreateScreen Styles */
/* .createScreen.table tr{
margin:20px
} */

.createScreen .table {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.createScreen .table tr th input,.createScreen .table tr td input{
font-size: 1rem;
padding: 12px 10px;
border-radius: 12px;
border: solid black 2px;
margin:10px 7px;
font-weight: 500;
background-color: rgba(208, 218, 218, 0.33);
}
.createScreen .table tr th input::placeholder,.createScreen .table tr td input::placeholder{
color: #000000;
font-size: 1.1rem;
/* font-weight: 500; */

}
.createScreen .table tr td input{
width: 70px
}





/* Login Styles */
.login input{
margin:7px 0;
padding:15px;
width:250px;
border-radius: 10px;
border:none;
/* font-size: 1rem; */
font-weight: 700;
}
.login input::placeholder{
color:#000000;
font-weight: 600;
}
.login input:focus{
outline:solid #000000 2px;
background-color: rgba(215, 215, 215, 0.5);
color:#ffffff;
}

.login input:focus::placeholder{
color:#ffffff;
}

.login button:active{
background-color: rgba(19, 255, 141, 0.5)!important;
border: solid white 2px;

}


/* Challenge Screen Styles */
/*
.guidelines{
text-align: center;
}
.guidelines > ul{
display: inline-block;
} */
.guidelines ul li::marker{
color:#858585
}
.guidelines ul li{
margin:8px 0px;
}

/* Challenge Card in Dashboard Styles */

.dashboard .profile-img.container{
width: 55px;
height:55px
}
.d-board-chlng{
width:25%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
Binary file added MERN/Budgetize/build/images/bump-fist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MERN/Budgetize/build/images/challenge-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MERN/Budgetize/build/images/minato_profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MERN/Budgetize/build/images/trees-abstract.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions MERN/Budgetize/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Budgetize</title><link rel="stylesheet" href="/globalStyles.css"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Alata&family=Cabin&family=Questrial&family=Righteous&display=swap" rel="stylesheet"><script defer="defer" src="/static/js/main.81716c84.js"></script><link href="/static/css/main.df1a8680.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
2 changes: 2 additions & 0 deletions MERN/Budgetize/build/static/css/main.df1a8680.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions MERN/Budgetize/build/static/css/main.df1a8680.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions MERN/Budgetize/build/static/js/main.81716c84.js

Large diffs are not rendered by default.

Loading

0 comments on commit b39c343

Please sign in to comment.