React Gist Interview
Gist Interview
September 25, 2018 • 1 min read
React Gist Interview is an application built with ReactJS and for any person or company to use to simulate programming questions by simply creating and populating the "db.json" file with its Gist-IDs and at the end generating a dashboard.
Built with:
- ReactJS
- react-render-gist
- json-server
Install
$ git clone https://github.com/mariorodeghiero/react-gist-interview.git your-project-name
And then install dependencies with yarn.
$ cd your-project-name
$ yarn install
Note: If you can't use yarn, run npm install
Run
Install json-server:
$ npm install -g json-server
Start the file "db.json":
$ json-server --watch db.json --port 3001
Example file "db.json"
Open a new tab in the current directory and start the app in the dev
environment:
$ npm run start
or
$ yarn start
After run, the browser open window automatically at http://localhost:3000/
Deployment
Run the command below to deploy, minimizing All Files.
$ npm run build
$ yarn build
Result
Conclusion
I created this application to test and share knowledge acquired in the studies on ReactJS and also so that any person or company can use to simulate questions about programming, simply creating and populating the file "db.json" with the respective Gist-ID. If you liked this project, contribute improvements or visit on Git Hub
I hope you like ✌️
Thanks!