Image Sharing Social Media App
tailwindcss
uuid
react-masonry-css
react-loader-spinner
jwt-decode
typescript
React-Icons
React-Router-Dom
React.js
git clone https://github.com/Mohammed-Taysser/shareme.git
Inside shareme Directory Install Dependencies By
npm install
Start 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