{"id":23408745,"url":"https://github.com/anbuleo/mern_realestate","last_synced_at":"2026-04-12T10:42:22.907Z","repository":{"id":209679660,"uuid":"724681143","full_name":"anbuleo/mern_realEstate","owner":"anbuleo","description":"Real estate app using MERN and tailwind css","archived":false,"fork":false,"pushed_at":"2024-03-12T13:23:41.000Z","size":54943,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:52:38.859Z","etag":null,"topics":["axios","component","dotenv","fetch-api","hooks","react-redux","react-router","react-router-dom","reactjs","redux-toolkit","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://tiny-youtiao-4887c2.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anbuleo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-11-28T15:20:24.000Z","updated_at":"2024-02-13T09:28:03.000Z","dependencies_parsed_at":"2024-03-10T16:32:38.562Z","dependency_job_id":null,"html_url":"https://github.com/anbuleo/mern_realEstate","commit_stats":null,"previous_names":["anbuleo/mern_realestate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anbuleo%2Fmern_realEstate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anbuleo%2Fmern_realEstate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anbuleo%2Fmern_realEstate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anbuleo%2Fmern_realEstate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anbuleo","download_url":"https://codeload.github.com/anbuleo/mern_realEstate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247957565,"owners_count":21024715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","component","dotenv","fetch-api","hooks","react-redux","react-router","react-router-dom","reactjs","redux-toolkit","tailwindcss","vite"],"created_at":"2024-12-22T15:17:05.700Z","updated_at":"2025-12-30T22:49:01.498Z","avatar_url":"https://github.com/anbuleo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React \n## For the project setup create a vite\n\n**By using command __npm create vite@latest client_side__   \n\n**Then cd command to open the current  working folder to access and install the npm package**\n\n__npm i__\n\n**To install the tailwind css  with vite for styling **\n\n__npm install -D tailwindcss postcss autoprefixer__\n\nto initialize the config file\n\n__npx tailwindcss init -p__\n\n** After this two command there are two file are created**\n\n=\u003epostcss.config.js\n=\u003etailwind.config.js in this folder copy from the site and paste the config code \n\n/** @type {import('tailwindcss').Config} */\nexport default {\n  content: [\n    \"./index.html\",\n    \"./src/**/*.{js,ts,jsx,tsx}\",\n  ],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n}\n\n**To apply the base classes of tailwind css**\n\nIn the index.css file paste this \n\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n\n=\u003e. Now tailwind setup is ready\n\n=\u003e Delete all the unwanted files\n\n\n__npm run dev__\n\n\n**gitcommand**\n…or create a new repository on the command line\necho \"# mern_realEstate\" \u003e\u003e README.md\n  git init\n  git add README.md\n  git commit -m \"first commit\"\n  git branch -M main\n  git remote add origin https://github.com/anbuleo/mern_realEstate.git\n  git push -u origin main\n\n  …or push an existing repository from the command line\ngit remote add origin https://github.com/anbuleo/mern_realEstate.git\n  git branch -M main\n  git push -u origin main\n\n\n \n git init =\u003e to inizilize the repostariy\n git add . =\u003e its to add all\n git commit -m \"message\" =\u003e to add a message for this commit\n git remote add origin https://github.com/anbuleo/mern_realEstate.git\n\n npm i react-router-dom\n\n to add routing concepts\n\n add a react icons by install \n  npm i react-icons\n \n npm install @reduxjs/toolkit react-redux\n\n for creating store \n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanbuleo%2Fmern_realestate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanbuleo%2Fmern_realestate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanbuleo%2Fmern_realestate/lists"}