Skip to content

JamesCroissant/new-my-wordbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Wordbooks

This application is full-stack app for memorizing your own English words especially you don't understand. You can create your own vocabulary book by writing the word and meaning down in this app.

screencapture-localhost-3000-2024-02-23-11_57_51

Features

  • User Authentication
  • CRUD Function (user, word)
  • Quiz
  • Check the result of quiz

Requirements

  • Node v21.7.1 or above

Setup

Env file

Create .env file(environment file) in both server and client

backend

MONGOURL=
PORT=

frontend

VITE_API_URL="http://[YOUR SERVER URL]/api"

Install dependencies

backend

cd backend
npm install

frontend

cd frontend
npm install

Running App

backend

cd backend
npm start

frontend

cd frontend
npm start

Open http://localhost:3000 with your browser to see the result.

Upcoming Features

  • create the function for sharing your word list between users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published