Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romaindoyen/designandcreation-react

Portfolio that contains my work such as drawings and logos
https://github.com/romaindoyen/designandcreation-react

firebase-database javascript react scss vercel-deployment

Last synced: about 1 month ago
JSON representation

Portfolio that contains my work such as drawings and logos

Awesome Lists containing this project

README

        





DESIGNANDCREATION-REACT


โ—ฆ Portfolio that contains my work such as drawings and logos


Firebase
JavaScript
HTML5
Sass
React
Axios
JSON


GitHub license
git-last-commit
GitHub commit activity
GitHub top language

---

## ๐Ÿ“– Table of Contents
- [๐Ÿ“– Table of Contents](#-table-of-contents)
- [๐Ÿ“ Overview](#-overview)
- [๐Ÿ“ฆ Features](#-features)
- [๐Ÿ“‚ repository Structure](#-repository-structure)
- [โš™๏ธ Modules](#modules)
- [๐Ÿš€ Getting Started](#-getting-started)
- [๐Ÿ”ง Installation](#-installation)
- [๐Ÿค– Running designandcreation-react](#-running-designandcreation-react)
- [๐Ÿงช Tests](#-tests)
- [๐Ÿ›ฃ Roadmap](#-roadmap)
- [๐Ÿค Contributing](#-contributing)
- [๐Ÿ“„ License](#-license)
- [๐Ÿ‘ Acknowledgments](#-acknowledgments)

---

## ๐Ÿ“ Overview

---

## ๐Ÿ“ฆ Features

---

## ๐Ÿ“‚ Repository Structure

```sh
โ””โ”€โ”€ designandcreation-react/
โ”œโ”€โ”€ package-lock.json
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ public/
โ”‚ โ”œโ”€โ”€ index.html
โ”‚ โ””โ”€โ”€ robots.txt
โ””โ”€โ”€ src/
โ”œโ”€โ”€ App.jsx
โ”œโ”€โ”€ components/
โ”‚ โ”œโ”€โ”€ CardDataView.jsx
โ”‚ โ”œโ”€โ”€ Counter.jsx
โ”‚ โ”œโ”€โ”€ Footer.jsx
โ”‚ โ”œโ”€โ”€ Header.jsx
โ”‚ โ”œโ”€โ”€ Modal.jsx
โ”‚ โ”œโ”€โ”€ Navigation.jsx
โ”‚ โ”œโ”€โ”€ Spinner.jsx
โ”‚ โ”œโ”€โ”€ UploadImg.jsx
โ”‚ โ””โ”€โ”€ UploadLogo.jsx
โ”œโ”€โ”€ index.jsx
โ”œโ”€โ”€ pages/
โ”‚ โ”œโ”€โ”€ About.jsx
โ”‚ โ”œโ”€โ”€ Contact.jsx
โ”‚ โ”œโ”€โ”€ Draw.jsx
โ”‚ โ”œโ”€โ”€ Home.jsx
โ”‚ โ”œโ”€โ”€ Logo.jsx
โ”‚ โ””โ”€โ”€ NotFound.jsx
โ”œโ”€โ”€ styles/
โ”‚ โ”œโ”€โ”€ _settings.scss
โ”‚ โ”œโ”€โ”€ components/
โ”‚ โ”œโ”€โ”€ index.css
โ”‚ โ”œโ”€โ”€ index.css.map
โ”‚ โ”œโ”€โ”€ index.scss
โ”‚ โ””โ”€โ”€ pages/
โ””โ”€โ”€ utils/
โ””โ”€โ”€ firebase.config.jsx

```

---

## ๐Ÿš€ Getting Started

***Dependencies***

Please ensure you have the following dependencies installed on your system:

`- โ„น๏ธ Dependency 1`

`- โ„น๏ธ Dependency 2`

`- โ„น๏ธ ...`

### ๐Ÿ”ง Installation

1. Clone the designandcreation-react repository:
```sh
git clone https://github.com/RomainDoyen/designandcreation-react.git
```

2. Change to the project directory:
```sh
cd designandcreation-react
```

3. Install the dependencies:
```sh
npm install
```

### ๐Ÿค– Running designandcreation-react

```sh
npm start
```

### ๐Ÿงช Tests
```sh
npm test
```

---

[**Return**](#Top)

---