Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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.
- Host: GitHub
- URL: https://github.com/osamamammar/sol-chive
- Owner: osamamammar
- Created: 2021-12-15T20:23:00.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-04T21:07:28.000Z (over 2 years ago)
- Last Synced: 2024-12-05T13:13:33.848Z (2 months ago)
- Topics: css, hooks, html, javascript, jsx, react, styled-components
- Language: JavaScript
- Homepage: https://sol-chive.netlify.app
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
Desktop
![]()
![]()
![]()
![]()
![]()
![]()
Mobile
![]()
## 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)