Skip to content

Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies

License

Notifications You must be signed in to change notification settings

Amine-Smahi/Jetweet

Repository files navigation

What is twitter

Twitter is a free social networking microblogging service that allows registered members to broadcast short posts called tweets. Twitter members can broadcast tweets and follow other users' tweets by using multiple platforms and devices. Tweets and replies to tweets can be sent by cell phone text message, desktop client or by posting at the Twitter.com website.

What is .NET Core

.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud-based, Internet-connected applications.

Jetweet

Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies

How to run the project

The steps are very easy you only have to

  • Check if .NET Core sdk version 2.2 preview1 installed on your system, you can download it from Here then check if the instalation has gone correctly by typing

    user$ dotnet --version
    user$ 2.2.100-preview1
    
  • Restore the dependencies by typing the commande

    user$ dotnet restore
    
  • Finnaly go and run the app by typing

    user$ dotnet run
    
  • Support me by making a for the repo and thank you :D , If you want to contribute to the project and make it better, your help is very welcome.

Work progress

The goal is to make it look like the original twitter with it functions

Done

  • Authentification
  • Registration
  • Profile section
  • Adding twitts
  • Deleting twitts
  • Editing twitts
  • Password recovery
  • Delete and download user data
  • Handling multiple users

Todo

  • Ability to change own avatar and cover
  • Select picture from local files
  • Add two factor authentification

Screenshots

sc1

sc2

sc3

sc4

sc5

sc6

sc7

Team

proudly made by Amine Smahi and support from Jetlight Studio

License

The project is under MIT License

        Copyright (c) 2017 Amine Smahi

        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:

        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.

        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.

About

Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published