-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6a1103
commit db0b771
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Mapbox Storytelling Project | ||
|
||
## Table of Contents | ||
|
||
- [Introduction](#introduction) | ||
- [Features](#features) | ||
- [Technologies Used](#technologies-used) | ||
- [Setup and Installation](#setup-and-installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Introduction | ||
|
||
The Mapbox Storytelling Project is a web application designed to create interactive and engaging maps. This project leverages the power of Mapbox to visualize geographical data and tell compelling stories through maps. | ||
|
||
## Features | ||
|
||
- Interactive maps with custom markers and popups | ||
- Responsive design for mobile and desktop | ||
- User-friendly interface for creating and sharing map stories | ||
- Integration with Mapbox for advanced mapping features | ||
|
||
## Technologies Used | ||
|
||
- **Frontend:** | ||
- React | ||
- Bootstrap 5 | ||
|
||
- **Backend:** | ||
- Node.js | ||
- Express | ||
|
||
- **Database:** | ||
- MongoDB | ||
|
||
- **Mapping:** | ||
- Mapbox GL JS | ||
|
||
## Setup and Installation | ||
|
||
### Prerequisites | ||
|
||
- Node.js | ||
- npm (or yarn) | ||
- MongoDB | ||
- Mapbox API key | ||
|
||
### Installation | ||
|
||
1. Clone the repository: | ||
|
||
```sh | ||
git clone https://github.com/yourusername/mapbox-storytelling.git |