Skip to content

JuliusSaik/gauk10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash Card Study application with React Typescript frontend

To run the application:

Git clone it and once in the directory run npm install

Then run npm start to run it on locahost

To contribute:

git checkout -b "branch-name-describing-feature"

This creates a new branch for you to work on and make changes

git add .

Adds all of the changed files into the staging area where you can then commit

git commit -m "message describing changes"

Commit your changes on the local branch

git push -u origin branch-name-describing-feature

Finally your local branch upstream to the remote repository here on github, this will make it available to open pull requests.

About

Flash card learning app [FE]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors