Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/osamamammar/sol-chive

👨🏻‍💻 Solution Archive is an open source application that allows user to archive an important problems and their solutions, that will help developers for incoming interview preparation.
https://github.com/osamamammar/sol-chive

css hooks html javascript jsx react styled-components

Last synced: about 1 month ago
JSON representation

👨🏻‍💻 Solution Archive is an open source application that allows user to archive an important problems and their solutions, that will help developers for incoming interview preparation.

Awesome Lists containing this project

README

        

# Sol-Chive

👨🏻‍💻 Solution Archive is an open source application that allows user to archive an important problems and their solutions, that will help developers for incoming interview preparation.

## Screenshots


Landing Page


screencapture-localhost-3000-2022-05-13-16-27-38


Desktop


screencapture-localhost-3000-edit-info-2022-05-13-16-26-47
screencapture-localhost-3000-profile-2022-05-13-16-24-42
screencapture-localhost-3000-home-2022-05-13-16-25-12

screencapture-localhost-3000-profile-2022-05-13-16-26-37
screencapture-localhost-3000-solution-Tow-sums-2-2022-05-13-16-27-08
screencapture-localhost-3000-search-pefayo7599-mrisemail-com-2022-05-13-16-28-02

image

screencapture-localhost-3000-add-new-problem-2022-05-13-16-25-02


Mobile


screencapture-localhost-3000-profile-2022-05-13-16-29-01

## Run Locally

Clone the project

```bash
git clone https://github.com/osamamammar/sol-chive.git
```

Go to the project directory

```bash
cd sol-chive
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```

## Environment Variables

To run this project, you will need to add the following environment variables to your ```.env``` file

`REACT_APP_API_URL = https://solchive.herokuapp.com/api/v1`

## Backend Contribution

[Backend repo](https://github.com/IslamGoher/Sol-Chive-psql)


Islam M. Goher
Islam M. Goher

🤔