Skip to content

Notstagram is a clone of Instagram using ReactJS and Typescript on the frontend drawing from Firebase and Firestore on the backend.

Notifications You must be signed in to change notification settings

Cililocwee/notstagram

Repository files navigation

Notstagram

Notstagram is a clone of the frontend of Instagram, built using React and Typescript. While it has limited functionality compared to the real Instagram app, it includes a Feed where posts from other users appear, as well as a pseudo-discover feature where users are presented with a random mosaic of images using the Lorem Picsum API.

Features

  • Feed: Users are presented a feed of user-submitted image posts, each including various comments and likes.
  • Pseudo-discover: Discover new and interesting content on Notstagram with the Pseudo-discover feature. With a click of a button, Notstagram will present you with a random mosaic of images from the Lorem Picsum API.
  • Responsive design: Notstagram's cutting-edge design is not only beautiful, but also fully responsive. No matter what device you're using, Notstagram will adapt to fit your screen perfectly.

Technologies Used

  • React: One of the most popular and powerful frontend frameworks, React makes building dynamic, responsive, and interactive interfaces a breeze.
  • Typescript: By adding types to Javascript, Typescript offers a more reliable and error-free coding experience. Notstagram uses Typescript to ensure code integrity and maintainability.
  • Firebase: Firebase is a powerful platform that offers many useful services, such as authentication, storage, and Firestore database. Notstagram uses Firebase to manage user authentication, store user picture assets (profile and posts), and enable users to leave comments on posts.

Getting started

To get started with Notstagram, follow these simple steps:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies by running npm install.
  3. Create a new Firebase project and set up the necessary services (authentication, storage, and Firestore database).
  4. Update the Firebase configuration in the src/firebase/firebase.ts file.
  5. Start the development server by running npm start.

Contributing

If you would like to contribute to Notstagram, please feel free to submit a pull request. We welcome all contributions, no matter how big or small.

License

Notstagram is licensed under the MIT License. See LICENSE for more information.

About

Notstagram is a clone of Instagram using ReactJS and Typescript on the frontend drawing from Firebase and Firestore on the backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published