Skip to content

Commit 0213c3f

Browse files
authored
Update README.md
1 parent 4087b09 commit 0213c3f

File tree

1 file changed

+85
-3
lines changed

1 file changed

+85
-3
lines changed

README.md

Lines changed: 85 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,90 @@
11
# 10secondsofcode
22
The team behind 10-seconds-of-code and official 10-seconds projects. [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F10secondsofcode%2F10secondsofcode.svg?type=small)](https://app.fossa.io/projects/git%2Bgithub.com%2F10secondsofcode%2F10secondsofcode?ref=badge_small)
33

4+
# 10secondsofcode
45

5-
# References
6+
10secondsofcode is a easy way to understand the reactjs snippets in 10 seconds.
67

7-
1. https://ponyfoo.com/articles/es6
8-
2. https://github.com/sudheerj/reactjs-interview-questions
8+
## Getting Started
9+
10+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
11+
12+
### Prerequisites
13+
14+
What things you need to install the software and how to install them
15+
16+
```
17+
Give examples
18+
```
19+
20+
### Installing
21+
22+
A step by step series of examples that tell you how to get a development env running
23+
24+
Say what the step will be
25+
26+
```
27+
Give the example
28+
```
29+
30+
And repeat
31+
32+
```
33+
until finished
34+
```
35+
36+
End with an example of getting some data out of the system or using it for a little demo
37+
38+
## Running the tests
39+
40+
Explain how to run the automated tests for this system
41+
42+
### Break down into end to end tests
43+
44+
Explain what these tests test and why
45+
46+
```
47+
Give an example
48+
```
49+
50+
### And coding style tests
51+
52+
Explain what these tests test and why
53+
54+
```
55+
Give an example
56+
```
57+
58+
## Deployment
59+
60+
Add additional notes about how to deploy this on a live system
61+
62+
## Built With
63+
64+
* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
65+
* [Maven](https://maven.apache.org/) - Dependency Management
66+
* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
67+
68+
## Contributing
69+
70+
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
71+
72+
## Versioning
73+
74+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
75+
76+
## Authors
77+
78+
* **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)
79+
80+
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
81+
82+
## License
83+
84+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
85+
86+
## Acknowledgments
87+
88+
* Hat tip to anyone whose code was used
89+
* Inspiration
90+
* etc

0 commit comments

Comments
 (0)