Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 758 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 758 Bytes

Snapscape

Snapscape is a photographer centric social media platform built with React and Node.js. It allows users to upload, share, and discover amazing photos from around the world.

Features

  • User authentication and authorization using JSON Web Tokens
  • Infinite scrolling and lazy loading using React Intersection Observer
  • Responsive design using Bootstrap and CSS Grid

Installation

To run this project locally, you need to have Node.js and MongoDB installed on your machine.

  1. Clone this repository or download the zip file.
  2. Navigate to the project directory and run npm install to install the dependencies.
  3. Run npm run dev to start the development server.
  4. Open http://localhost:3000 in your browser and enjoy Snapscape!