Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritikprajapat21/flashcard
Web Application for flash cards
https://github.com/ritikprajapat21/flashcard
Last synced: 13 days ago
JSON representation
Web Application for flash cards
- Host: GitHub
- URL: https://github.com/ritikprajapat21/flashcard
- Owner: ritikprajapat21
- Created: 2023-11-17T12:29:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T03:14:34.000Z (about 1 year ago)
- Last Synced: 2023-12-02T05:23:53.164Z (about 1 year ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash Memo
This is an application that let's you create flash cards.
## Tech Stack Used
- React
- Node
- MongoDB## Library Used
- react-router-dom
- react-hot-toast
- uuid
- formik
- axios
- tailwindcss
- bcyrpt
- cors
- jsonwebtoken
- mongoose
- nodemon
- morgon## Screenshots
![Editor](client/src/images/image.png)
![Viewer](client/src/images/image-1.png)
![Sign Up](client/src/images/image-2.png)
![Sign In](client/src/images/image-3.png)
## Run Locally
Clone the project
```bash
git clone https://https://github.com/ritikprajapat21/FlashCard.git
```Go to the project directory
```bash
cd FlashCard
```
Go to the client directory```bash
cd client
```
and run following command```bash
npm install
```Go to the server directory
```bash
cd server
```and run following command
```bash
npm install
```To run the app type following command in both directory
```bash
npm start
```## Bug/Help Needed
- Most Important, in **UI**