Skip to content
/ sds1 Public

🚀 online survey platform made with React.js and React Native using Typescript during the SDS (Semana DevSuperior) #01

License

Notifications You must be signed in to change notification settings

Duduxs/sds1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Big Game Survey

This application was developed during the SDS from RocketSeat.

This project is based in a survey for collect the most loved games from Gamers.

Technologies   |    How To Use   |    How To Contribute   |    License

UML Collage Gif

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How to use

To clone and run this application, you'll need Git, and npm installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/duduxs/sds1

# Go into the repository
$ cd sds1

To run the API server:

# Go into the api folder
$ cd backend

# Install dependencies
$ npm i

# Run the app
$ npm run start

To run the frontend web:

# Go into the web folder
$ cd frontend-web

# Install dependencies
$ npm i

# Run the app
$ npm run start

Now access on your browser: http://localhost:3000

To run the mobile app:

# Go into the mobile folder
$ cd mobile

# Install dependencies
$ npm i

# Run the app
$ npm run start

Now your browser should open, and you just need to scan the QR Code to your phone.

👍 How To Contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made by Eduardo José 😆 Contact me!

About

🚀 online survey platform made with React.js and React Native using Typescript during the SDS (Semana DevSuperior) #01

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published