Image Sharing Social Media App
tailwindcssuuidreact-masonry-cssreact-loader-spinnerjwt-decodetypescriptReact-IconsReact-Router-DomReact.js
git clone https://github.com/Mohammed-Taysser/shareme.gitInside shareme Directory Install Dependencies By
npm installStart The Development Server
npm start- Designed with progressive enhancement in mind.
- Standalone With Only React
- Build using typescript instead of javascript
- using laze loading to reduce page loading
- customize error boundary component
- fully responsive
- create api using sanity
- using types into single file
react-app.env.d.ts
| routes | pages |
|---|---|
/ |
homepage |
* |
404 page |
/login |
login |
/profile/:userId |
profile |
/pins/create |
create pin |
/pins/:pinId |
pin details |
/category/:categoryId |
category |
/search |
search |
- Fork it!
- Create your feature branch:
git checkout -b feature-name - Commit your changes:
git commit -am 'Some commit message' - Push to the branch:
git push origin feature-name - Submit a pull request 😉😉
MIT © Mohammed Taysser

