Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.44 KB

About.md

File metadata and controls

34 lines (29 loc) · 1.44 KB

TwitterMaster

A fully functional Twitter Like App. Use can Create the tweet, Like, retweet and share with 2 septs User authentication with email and with the group creating Functionality.

What I learned At The End Of this Project?

* Tech
    1.UI Creation
    2.React js(frontend)
    3.Redux(May be)
    4.Node js (Express js) (backend)
    5.Mongodb(Database)
    6.Docker (May Be)
    7.Devops
* Functions
    6.Progressive Web App
    7.User authentication
    8.Media

What are the Main Functionality of App?

1.User authentication
2.Beautiful Ui
3.CRUD(Create Retweet Update Delete) for Tweet
4.Follow Other User
5.Grate of Group
6.Upload Media

Which Tech I am Using And Why?

  1. Frontend: React js React js is the library that builds on Javascript provide by Facebook. Now day react is used by most companies because of its salability and simplicity. So, I am also going to use react js as the frontend in the TwitterMaster app.
  2. Backend: Node js Node js is One of the most popular for writhing backend nowadays. also, the community is very large. also for my app node js is best as per app need. so I will use node js for my app.
  3. Database: MongoDB While Creating any full-stack app one of the main think is Database. How you manage a database is one of the key factors for creating the app. MySql and MongoDB both can work for this app. I am going to use MongoDB.