An open API service indexing awesome lists of open source software.

https://github.com/codershubinc/webwithreact


https://github.com/codershubinc/webwithreact

Last synced: 3 months ago
JSON representation

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