Skip to content

<👨‍💻/> 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.

License

Notifications You must be signed in to change notification settings

mariorodeghiero/react-gist-interview

Repository files navigation

</> Gist Interview

</> 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.

Screenshot

Git Commands

Built with

Install

First, clone the repo via git:

git clone https://github.com/mariorodeghiero/react-gist-interview.git your-project-name

And then install dependencies with yarn.

$ cd your-project-name
$ yarn

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

Db

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

or

$ yarn build

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Icons made by

About

<👨‍💻/> 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published