Skip to content

Commit 048ff5e

Browse files
Merge branch 'thinkswell:master' into expenseTracker-Tusharpamnani
2 parents dce9355 + a82cb9c commit 048ff5e

File tree

348 files changed

+84067
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+84067
-56
lines changed

1Application-frontend/.eslintrc.cjs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module.exports = {
2+
root: true,
3+
env: { browser: true, es2020: true },
4+
extends: [
5+
'eslint:recommended',
6+
'plugin:react/recommended',
7+
'plugin:react/jsx-runtime',
8+
'plugin:react-hooks/recommended',
9+
],
10+
ignorePatterns: ['dist', '.eslintrc.cjs'],
11+
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
12+
settings: { react: { version: '18.2' } },
13+
plugins: ['react-refresh'],
14+
rules: {
15+
'react-refresh/only-export-components': [
16+
'warn',
17+
{ allowConstantExport: true },
18+
],
19+
},
20+
}

1Application-frontend/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

1Application-frontend/README.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<h1 align="center" id="title">Javascript Project Showcase</h1>
2+
3+
<p align="center"><img src="https://vitejs.dev/ecosystem-vite4.png" alt="project-image"></p>
4+
5+
<p id="description">Welcome to the MERN JavaScript Project Showcase a single comprehensive website dedicated to presenting a diverse and dynamic collection of projects powered by the MERN (MongoDB Express React Node.js) stack. This platform is designed to be a one-stop destination for developers learners and tech enthusiasts to explore a wide array of web applications tools and solutions all developed using the MERN stack.</p>
6+
7+
8+
9+
<h2>🧐 Features</h2>
10+
11+
Here're some of the project's best features:
12+
13+
* Diverse Project Portfolio: Explore a rich array of projects including web applications APIs and full-stack solutions each demonstrating the capabilities of the MERN stack.
14+
* In-Depth Documentation: Every project is accompanied by detailed documentation offering insights into its features architecture and usage.
15+
* Search and Filter: Easily find projects by name category technology stack or specific features making it simple to discover projects aligned with your interests.
16+
* ontributions: Contribute your own MERN stack projects to the showcase allowing others to learn from and be inspired by your work.
17+
* Community Interaction: Engage with the MERN development community by discussing projects sharing feedback asking questions and fostering collaboration.
18+
19+
<h2>🛠️ Installation Steps:</h2>
20+
21+
<p>1. Fork the repo</p>
22+
23+
```
24+
Fork
25+
```
26+
27+
<p>2. clone the repo</p>
28+
29+
```
30+
git clone url
31+
```
32+
33+
<p>3. sync always</p>
34+
35+
```
36+
git sync
37+
```
38+
39+
<p>4. Go to main folder</p>
40+
41+
```
42+
cd 1Application-frontend
43+
```
44+
45+
<p>5. Install dependencencies</p>
46+
47+
```
48+
npm install
49+
```
50+
51+
<p>6. start the server</p>
52+
53+
```
54+
npm run dev
55+
```
56+
57+
<h2>🍰 Contribution Guidelines:</h2>
58+
59+
We appreciate your interest in contributing to the JavaScript Project Showcase. To ensure a smooth and collaborative experience for everyone please follow these guidelines:
60+
61+
* * *
62+
63+
* Before You Start :
64+
Fork the Repository: To get started fork the repository to your GitHub account.
65+
Clone the Repository:
66+
After forking clone the repository to your local machine using git clone.
67+
Stay Updated:
68+
Regularly sync your forked repository with the main repository using git sync. This keeps your fork up-to-date with the latest changes.
69+
70+
* * *
71+
72+
* Contributing a Project
73+
**Create a New Branch: Always create a new branch for your contribution. Use a descriptive name for the branch like feature/new-project or fix/bug-fix.
74+
**Project Documentation: Ensure that your project comes with detailed documentation. This should include instructions on how to set up and run the project locally.
75+
**Code Quality: Maintain good code quality by adhering to best practices and coding standards. Ensure your code is clean and well-documented.
76+
**Testing: If applicable provide unit tests for your code to maintain its stability.
77+
**Respect Licensing: Ensure that your project complies with open-source licenses. Only contribute projects for which you have the rights and permissions.
78+
**No Spamming: Do not add spammy offensive or irrelevant content to the showcase. Contributions should be meaningful and useful to the community.
79+
************
80+
* ******Submitting a Pull Request
81+
**Open a Pull Request: When you are ready to submit your contribution open a pull request to the main repository.
82+
**Clear Description: Provide a clear and concise description of your project or contribution. Include the purpose features and any additional information that would be helpful.
83+
**Review and Feedback: Be open to feedback and discussions during the review process. Your contribution may be refined based on community input.
84+
**License Agreement: By contributing you agree that your work will be licensed under the project's open-source license.
85+
**No Plagiarism: Do not submit projects that are not your own and always give credit to sources when necessary.
86+
**Maintain Respect: Be respectful and professional when communicating with other contributors and maintain a positive and inclusive atmosphere.
87+
******************
88+
* ******Community Interaction
89+
Engage Responsibly: Participate in discussions and collaborate with other community members respectfully and constructively.
90+
No Harassment or Spam: Do not engage in harassment spam or any form of disruptive behavior. Report any such behavior to the maintainers.**
91+
Share Your Feedback: Share your feedback questions and suggestions with others to help improve the showcase.**
92+
93+
94+
95+
<h2>💻 Built with</h2>
96+
97+
Technologies used in the project:
98+
99+
* HTML
100+
* CSS
101+
* Javascript
102+
* React
103+
* Express
104+
* Rest Api's
105+
106+
107+
108+
**********
109+
110+
111+
112+

1Application-frontend/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Vite + React</title>
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script type="module" src="/src/main.jsx"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)