https://github.com/codershubinc/webwithreact
https://github.com/codershubinc/webwithreact
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codershubinc/webwithreact
- Owner: codershubinc
- Created: 2024-04-07T15:11:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T18:17:08.000Z (about 2 years ago)
- Last Synced: 2025-03-11T21:55:39.718Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://web-with-react.vercel.app
- Size: 256 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating the blogging WEB with REACT , APPWRITE
## Used Services
> Tailwind
- ` npm install -D tailwindcss postcss autoprefixer ` ` npx tailwindcss init -p `
- For styling web
> AppWrite
- ` npm install appwrite@13.0.2 ` ----- change @.... as newer version
- For Backend its OpenSource
>React Router Dom
- ` npm install react-router-dom `
- For navigating in website
> React Hook Form
- ` npm install react-hook-form `
- Handling form in web