Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z4o4z/get-my-answers

Simple but powerful tool for searching answers for some questions :)
https://github.com/z4o4z/get-my-answers

Last synced: 29 days ago
JSON representation

Simple but powerful tool for searching answers for some questions :)

Awesome Lists containing this project

README

        

Get my answers


Simple but powerful tool for searching answers for some questions :)

---

## How to start

Just add `data.txt` file into `public` folder with the following format:

```
Single line for question
Answer:
Single line for answer

Single line for question 2
Answer:
The answer
can be multi line

Single line for question 3
Answer:
One more answer
```

After that, you can run `npm start` command to see the results in your local machine

## Build & deploy

Just run `npm run build` for building the app. After that, you can upload `build` folder somewhere to use the app from the network.