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

https://github.com/oscarfmdev/ejamapplication


https://github.com/oscarfmdev/ejamapplication

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          


eJam project

# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ“– eJam project ](#-ejam-project-)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸš€ Live Demo ](#-live-demo-)
- [πŸ’» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [πŸ‘₯ Author ](#-author-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [πŸ“ License ](#-license-)

# πŸ“– eJam project

The eJam project involves creating a front-end webpage based on a Figma design. This project is named "Clarifon," and you can check out the design at this link: [Clarifon Figma Link](https://www.figma.com/file/gHf56mhtFr0lXky0poofoQ/ejam---Clarifion-Upsell-%5B-Client-V-%5D-(Copy)?type=design&node-id=78-253&mode=design&t=7kUUdzCBtcwmCpQl-0).

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **Responsive web design**
- **Text Carousel**
- **Conditional Rendering**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://ejamproject.netlify.app/)
- [Video Demo](https://www.loom.com/share/dc3f3861ee794696889aa53419f74d8f?sid=4703cdb5-8da1-4e48-a4ea-a703653fdbec)

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps:

### Prerequisites

In order to run this project you need to have npm or yarn installed:

### Setup

Clone this repository to your desired folder:

1. Download Git from the [Git Page](https://git-scm.com/)
2. Run the following command to clone it:
```sh
git clone git@github.com:OscarFMdev/ejamApplication.git
```
3. Run the following commands from the directory hosting the downloaded repo to install dependencies with yarn or npm and start the server

```sh
cd ejamApplication
yarn
yarn dev
```
```sh
cd ejamApplication
npm
npm run dev
```

(back to top)

## πŸ‘₯ Author

πŸ‘€ **Oscar FernΓ‘ndez MuΓ±oz**

- GitHub: [@githubhandle](https://github.com/OscarFMdev)
- Twitter: [@twitterhandle](https://twitter.com/oscarfmdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/oscarfmdev)

(back to top)

## πŸ”­ Future Features

- [ ] **Improve UX/UI**
- [ ] **Add more webpages**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

(back to top)

## πŸ™ Acknowledgments

I would like to thank eJam for this opportunity.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)