Giter Club home page Giter Club logo

prajaktaraspayle / roado Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 389 KB

Here user must be able to add a new word on the app, which would be asynchronously fetched on the backend using the appropriate Oxford REST API. Every word fetched from Oxford API, must be locally cached using MongoDB.You must be able to view the added words and search for them. Words List and Search should be built on top of the data cached in MongoDB and should never interact with the Oxford APIs directly.

HTML 2.18% CSS 5.43% JavaScript 92.39%

roado's Introduction

Dictionary

Vocab App is a mern stack web app to improve the vocabulary.

Setup

1. Clone the Repository

git clone https://github.com/Prajaktaraspayle/Roado.git

2. Setting Up GraphQL server

Go to server folder and download dependencies

cd server
npm i

Create a .env file inside server folder and provide the key values mentioned below

mongodbUri=<YOUR_MONGODB_URI>
oxfordAppId=<YOUR_OXFORD_APP_ID>
oxfordAppKey=<YOUR_OXFORD_APP_KEY

Run the server

npm run start

3. Setting Up Client UI

Go to client folder and download dependencies

cd ../client
npm i

Give your server url inside client/src/utils/helper.js

const serverUrl = '<YOUR_SERVER_URL>'

Run the client server

npm start

roado's People

Contributors

jishanpathan7 avatar prajaktaraspayle avatar manasi123456 avatar pikssa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.